@charset "utf-8";


body,div,p,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	}



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


.clearfix {
  min-height: 1px;
}

* html .clearfix
 {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.f-left { float:left; }
.f-right { float:right; }
.clear { clear:both; }
.mt0 { margin-top:0px; }
.mt40 { margin-top:40px; }
.mb10 { margin-bottom:10px; }
.mb40 { margin-bottom:40px; }
.red { color:#7e2424; }
.red-border { border-bottom:1px solid #7e2424; }
.red-bg { background:#7e2424; color:#ffffff; padding:2px; }
.left-photo-margin { margin:0px 20px 20px 10px; }
.right-photo-margin { margin:0px 10px 20px 20px; }
.sq-list { list-style:square; line-height:160%; }


body {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align:center;
	font-size:13px;
	*font-size:80%;
	*font:80%;
	color:#59493f;
	background:url(/images/common/main_bg.gif) repeat-y top center #362e2b fixed;
	}

*:first-child + html body {
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}



img {
	border:none;
	}

a {
	color:#7e2424;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}


#wrap {
	width:890px;
	margin:0px auto;
	text-align:left;
	}

#header {
	width:890px;
	height:80px;
	background:url(/images/common/header_bg.gif) repeat-y #fbf5e5;
	}


#logo {
	float:left;
	width:220px;
	height:80px;
	overflow:hidden;
	}
#logo a {
	width:220px;
	height:0px;
	padding-top:80px;
	display:block;
	background:url(/images/common/logo.gif) no-repeat 0px 0px;
	}
#logo a:hover{
	background:url(/images/common/logo.gif) no-repeat 0px -80px;
	}

#header-navi {
	float:right;
	margin:39px 15px 15px 0px;
	width:285px;
	height:26px;
	list-style:none;
	}

#header-navi li {
	float:left;
	}

#image {
	clear:both;
	overflow:hidden;
	}

#g-navi {
	clear:both;
	width:890px;
	height:30px;
	background:url(/images/common/g_navi_bg.gif) #555555;
	}

#g-navi ul {
	float:right;
	list-style:none;
	}

#g-navi li {
	float:left;
	height:30px;
	}

#g-navi #g-navi01 { width:177px; }
#g-navi #g-navi02 { width:137px; }
#g-navi #g-navi03 { width:116px; }
#g-navi #g-navi04 { width:118px; }
#g-navi #g-navi05 { width:137px; }



.dropdown { position:relative; }
.dropdown dd {
	position:absolute;
	top:30px;
	overflow:hidden;
	width:160px;
	margin:0px 17px;
	background:#2b2422;
	display:none;
	z-index:200;
	opacity:0;
	}
.dropdown ul {
	list-style:none;
	width:160px;
	padding:5px 0px;
	}
.dropdown li {
	display:inline;
	margin:0px 10px;
	line-height:120%;
	}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	border-bottom:1px solid #cccccc;
	padding:5px 0px 5px 15px;
	width:125px;
	color:#ffffff;
	}
.dropdown a:hover {
	background:url(/images/common/drop_arrow.gif) no-repeat left center;
	text-decoration:none;
	}
.dropdown .underline {
	border-bottom:1px solid #b9d6dc;
	}








#contents {
	width:890px;
	padding:30px 0px;
	background:#ffffff;
	}

#contents p {
	font-size:100%;
	margin:0px 10px 1.5em 10px;
	line-height:160%;
	*line-height:180%;
	}

.title01 {
	height:30px;
	margin-bottom:20px;
	clear:both;
	}

.title02 {
	margin:40px 0px 20px 0px;
	padding:5px 10px;
	background:#eeeeee;
	border:1px solid #dddddd;
	font-size:120%;
	}

.title03 {
	margin:20px 10px;
	padding-bottom:5px;
	border-bottom:1px solid #7e2424;
	font-size:120%;
	color:#7e2424;
	}

.list01 {
	margin:20px 10px;
	list-style:none;
	}
.list01 li {
	height:17px;
	margin-bottom:10px;
	padding-left:20px;
	background:url(/images/common/list01.gif) no-repeat left center;
	}

.list02 {
	margin:5px 20px;
	list-style:square;
	}

#contents dl {
	margin:10px 10px 15px 10px;
	padding:0px;
	line-height:160%;
	}

#contents dl dt {
	font-weight:bold;
	font-size:110%;
	padding-left:20px;
	background:url(/images/common/list01.gif) no-repeat left center;
	margin-bottom:10px;
	color:#7e2424;
	}

#contents dl dd {
	margin-bottom:10px;
	}




#main ol {
	margin-left:30px;
	line-height:160%;
	}

#main dl ul {
	list-style:square;
	margin-left:30px;
	line-height:160%;
	}

#footer-wrap {
	clear:both;
	width:890px;
	padding-top:40px;
	background: #ffffff;
	}

.go-pagetop {
	clear:both;
	text-align:right;
	height:40px;
	margin:10px;
	}

.go-pagetop a {
	padding:5px 0px;
	}

#footer {
	clear:both;
	width:890px;
	height:135px;
	background:url(/images/common/footer_bg.gif);
	}

address {
	padding-top:40px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#ffffff;
	font-size:13px;
	font-style:normal;
	letter-spacing:1px;
	}

#copy {
	margin-top:20px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#ffffff;
	font-size:13px;
	letter-spacing:1px;
	line-height:100%;
	}
#copy img {
	vertical-align:bottom;
	}











/* ポップアップ */
ul.photo {
	margin-left:10px;
	list-style:none;
	}
ul.photo li {
	float:left;
	width:200px;
	margin:0px 10px 10px 0px;
	background:url(/images/common/photo_bg.gif) no-repeat center #000000;
	}

ul.photo li a:hover img {
	opacity:0.4;
	filter: alpha(opacity=40);
	}



a.popup {
	background:url(/images/common/photo_bg.gif) no-repeat center #000000;
	display:block;
	}

a.popup:hover img {
	opacity:0.4;
	filter: alpha(opacity=40);
	}