@charset "shift_jis";
/* CSS Document */

/* ================================================================ *
	基本的な設定・共通設定
 * ================================================================ */
 
 *{
	 margin:0;
	 padding:0;
	 word-break:break-all;
	 list-style:none;
 }
 
body{
	/*font-family:"ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;*/
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:12px;
	padding:0;
	margin:0 !important;
	text-align:left !important;
}
 
 img{
	 border:none;
 }

a{
	color:#1d3994;
}

a:hover{
	color:#e51c43;
}

#a:hover img,a:hover img{
	filter: alpha(opacity=80);
	opacity:0.8;
	background:#fff;
}

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clearfix {
	zoom:100%;
}