@charset "shift_jis";

/*----------------------------------------
index.html
-------------------------------------------*/

*{
	margin:0;
	padding:0;
	font-style:normal;
	text-align: left;
	}

body{
	background:#fff;
	color:#333333;
	font-size:0.84em;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	}

h1,h2,h3,h4,h5,h6{font-size:0.84em;}

ul,
ul li{
list-style-type:none;
}

dl,
dl dt dd{font-size:0.84em;}

div{
margin:0;
padding:0;
}

p{
text-align:left;
margin:0;
padding:0;
line-height:1.55;
}

a:link{color:#2C4AB3;text-decoration:none;}
a:visited{color:#7E8DBF;text-decoration:none;}
a:hover{color:#2C4AB3;text-decoration:underline;}
a:visited:hover{text-decoration:underline;}
a:active{color:#2C4AB3;text-decoration:none;}

img{
	border:0;
	display:block;
	}
	
.clearfix:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

.clear{
	clear:both;
	}
