@charset "Shift_JIS";

/*　全体構造
------------------------------------------------*/
body{
	margin:0px;
	padding:0px;
	color:#333;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
}

a img{
	border:none;
	background:transparent;
}
img{
	vertical-align:bottom;
}

/*　ヘッダ
------------------------------------------------*/
#header{
	text-align:left;
	margin:0 auto;
}
div.catch{
	font-size:11px;
	margin:10px 0 0 10px;
}
div.logo{
	text-indent:-9999px;
	background:url("../img/newbull'seye.gif");
	width:100px;
	height:35px;
	margin-left:10px;
}
div.line{
	font-size:1px;
	background:#000d5e;
	height:2px;
	margin-top:5px;
}


/*　ページ本体
------------------------------------------------*/
#contents{
	margin:0 auto;
	width:830px;
}

#contents-inner{
	border:1px solid #7d8ab1;
	margin-top:15px;
	background:#eff9fb;
	height:180px;
}

div.error_msg{
	text-align:center;
	padding-top:68px;
	line-height:2em;
}