@charset "EUC-JP";

/* common.cssを元に変更 */

/* /////// 1 全体の設定 ////////////// */
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	list-style: none;
} 

.clear {
	display: block;
	float: none;
	clear: both;
	font-size: 1px;
	line-height: 1;
	height: 1px;
}

.imgtext {
	text-indent: -9999px;
}

a {
	color: #660000;
}

a:hover {
	color: #FF3300;
}

a img {
	border: none;
}

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

*:first-child+html .clearfix { 
	display:inline-block;
}

/* \*/
* html .clearfix { 
	height: 1%;
}
.clearfix { 
	display: block;
}
/* */


html {
	height: 100%;
}


body {
	height:100%;
	width: 852px;
	margin: 0px auto;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragio Kaku Gothic Pro","Osaka",verdana,"メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-size: 75%;
	line-height: 130%;
	text-align: center;
	background: url(../img/bg.jpg) repeat-x #F5EFB8;
}

#bg {
	height: 100%;
	min-height: 100%;
	background: url(../img/img_mainbg2.jpg) repeat-y;
	margin: 0px auto;
	width: 852px;
	text-align: left;
}

body > #bg {
	height: auto;
}

#container {
	padding:0px 5px;
	width: 830px;
}

/* /// Header /// */
#header {
	background: url(../img/img_header_bg.jpg) no-repeat;
	width: 852px;
	height: 114px;
	margin: 0px auto;
}

#header #headerLeft{
	float: left;
	width: 570px;
	height: 104px;
}

#header #logo {
	float: left;
	width: 151px;
	height: 104px;
	margin: 7px 0px 0px 22px;
	background: url(../img/img_header_logo.jpg) no-repeat;
}

#header #logo {
	margin: 7px 0px 0px 10px;
}

#header #logo a {
	display: block;
	width: 151px;
	height: 104px;
}

/* 文字の非表示 */
#header #logo a span {
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
}

/* 文字の非表示　Win IE用 */
* html #header #logo a span {
	position: relative;
	text-indent: -9999px;
}

*:first-child+html #header #logo a span {
	position: relative;
	text-indent: -9999px;
}

#header #headerLeft h2#pr {
	width: 314px;
	height: 63px;
	margin: 26px 0px 0px 203px ;
	background: url(../img/img_header_txt.jpg) no-repeat;
	text-indent: -9999px;
}
/* /////// メイン・フッターの設定 ////////////// */
#top #container {
	background: url(../img/img_mainbg3_top.jpg) no-repeat left top;
	width: 852px;
	height: 100%;
}

#main {
	text-align: center;
	padding: 50px 0 0 0;
}

#main #error p {
	margin: 0 0 6px 0;
}

#main #error dl {
	width: 600px;
	margin: 50px auto 20px;
	text-align: left;
}

#main #error dt {
	color: #990000;
	border-bottom: 3px double #cccccc;
	margin: 0 0 5px 0;
}

#main #error dd ul {
	margin: 0 0 10px 0;
}

#main #error dd li {
	list-style: disc;
	list-style-position: inside;
	margin: 0 0 5px 0;
}


#main #error strong {
	display: block;
	width: 400px;
	margin: 0 auto 10px auto;
	padding: 20px 0;
	color: #710300;
	border-top: 3px solid #710300;
	border-bottom: 3px solid #710300;
	background: #F0E6E6;
}

#main #error a {
	background: url(../img/img_arrow_white.gif) no-repeat left 50%;
	padding: 0 0 0 12px;
}

/* フッター */
#footer {
	font-size: 80%;
	margin: 0 10px 0px 10px;
}

#footer p {
 	text-align: center;
}


   






























