@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;
}

body{
	font-size:16px;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	line-height:166%;
	color: #000000;
	max-height: 100%;
}

ul{
	list-style:none;
}
a:link,a:visited{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.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;
}
a.mover,.bt a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
a.mover:hover,.bt a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
sup {
    bottom: 2ex;
}

sub {
    top: .5ex;
}