@charset "utf-8";

/*CSSリセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
	pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:1px;
}
fieldset,img{
	border:0;
}


h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td{
	font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Yu Gothic','YuGothic', sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	line-height:200%;
	color: #000000;
	max-height:100%;
}

ul{
	list-style:none;
}
a:link,a:visited{
	text-decoration:none;
	color:#AA3333;
}
a:hover{
	text-decoration:underline;
	color:#CC5555;
}
.clearFix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearFix             { zoom: 1; } /* IE6 */
*:first-child+html .clearFix { zoom: 1; } /* IE7 */
div.cont1 p.subscription{
	text-align:right;
	margin:20px 0;
	font-weight:bold;
}
p.acenter{
	text-align:center;
}
.mover{
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
a.mover{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

}
.mover:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
