@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  共通項目のCSS
=================================================================== */
/*--- default */
body {
	background: #E6E6E6;
	color: #333;
	font-size: small;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 20px;
	margin:0px;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


ul{
	padding: 0px;  
}


li{
	padding: 0px;  
	list-style:none;
}

a img{
border: none;
}

#footer{
	width: 955px;
	border-top:dashed 1px #666;
	clear:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

a{
text-decoration: none;
color:#333; 
}

a:hover{
color:#666; 
}

a:visit{
text-decoration: none;
color:#333; 
}



/*----------------------------------------------------
	#文字制御関連
----------------------------------------------------*/
h2{
	margin:0px 0px 3px 0px;
}

strong {
	color:#FF0066; 
}

.copyright{
	font-size:12px;
	margin:10px 0px 10px 0px;
	}
	
.privacy{
	margin:13px 0px 10px 0px;
}

/*----------------------------------------------------
	#画像class関連
----------------------------------------------------*/

#beescort{
	position:absolute;
	top:30px;
	left: 250px;
}
