@charset "utf-8";
@import url("clearfix.css");
@import url("reset.css");

/*++++++++++++++++++++++++++++++++++++++++++
Basic Setting
+++++++++++++++++++++++++++++++++++++++++++*/
* {
	line-height:1.55;
	color: #222;
}

body {
	text-align: center;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Gothic", "ＭＳ ゴシック", sans-serif;
	background: #fff;
	position: relative;
}

*html body {
	font-size: 72%;
	font-family: Meiryo, "メイリオ", Verdana, "MS Gothic", "ＭＳ ゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align: baseline;
}
*:first-child+html body {
	font-size: 82%;
	font-family:  Meiryo, "メイリオ", Verdana, "MS Gothic", "ＭＳ ゴシック", sans-serif;
}

/*++++++++++++++++++++++++++++++++++++++++++
Ancher Setting
+++++++++++++++++++++++++++++++++++++++++++*/
a {
	color: #b81600;
	text-decoration: none;
}
a:visited {
	color: #b81600;
	text-decoration: none;
}
a:hover {
	color: #f54600;
	text-decoration: none;
}
a:active {
	color: #f54600;
	text-decoration: none;
}

/*++++++++++++++++++++++++++++++++++++++++++
Headline
+++++++++++++++++++++++++++++++++++++++++++*/
#headline1 {
	width: 100%;
	background: #4b1303;
	text-align: center;
}

h1 {
	font-size: 10px;
	color: #fff;
	line-height: 100%;
	width: 900px;
	padding: 3px 0 4px 0;
	margin: 0 auto;
	text-align: left;
}
*html h1 {
	line-height: 110%;
	margin-top: 0;
}
*:first-child+html h1 {
	line-height: 110%;
	margin-top: 0;
}

h2 {
	line-height: 100%;
	margin: 32px 0 0 0;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}
h3 span {
	font-family: "Lucida Grande", sans-serif;
}

/*+++++++++++++++++++++

++++++++++++++++++++++*/
#wrap {
	margin: 0 auto;
	width: 900px;
	text-align:left;
	background: #fff;
}

/*++++++++++++++++++++++
header
+++++++++++++++++++++++*/
#header {
	width: 900px;
	
}

/*+++++++++++++++++++++
headerL
++++++++++++++++++++++*/
#headerL {
	width: 636px;
	float: left;
	border-bottom: 1px solid #4b1303;
}

#headerL #logo {
	width: 145px;
	line-height: 100%;
	float: left;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
いるかな？？？？
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
*html #headerL #logo {
	margin-bottom: ;
}
*:first-child+html #headerL #logo {
	margin-bottom: ;
}
html>/**/body #headerL #logo {
	margin-bottom: 0px\9;  
}


/*+++++++++++++++++++++
gnavi
++++++++++++++++++++++*/
#headerL #gnavi {
	width: 441px;
	float: left;
	margin: 76px 0 0 0;
}

#headerL #gnavi li {
	float: left;
}
#headerL #gnavi li#navi01 {
	width: 74px;
}
#headerL #gnavi li#navi02 {
	width: 90px;
}
#headerL #gnavi li#navi03 {
	width: 150px;
}
#headerL #gnavi li#navi04 {
	width: 127px;
}


/*+++++++++++++++++++++
headerR
++++++++++++++++++++++*/
#headerR {
	float: left;
	width: 264px;
}

/*+++++++++++++++++++++
point
++++++++++++++++++++++*/
#point {
	margin: 0 0 0 636px;
	width: 230px;
	top: -1px;
	position: relative;
}

/*++++++++++++++++++++++++++++++++++++++++++
path
+++++++++++++++++++++++++++++++++++++++++++*/
.path {
	font-size: 10px;
	line-height: 120%;
	color: #444;
}
.path li {
	float: left;
}
.path li span {
	margin: 0 5px;
}

.path a,
.path a:visited {
	text-decoration: underline;
	
}
.path a:hover,
.path a:active {
	text-decoration: none;
}

/*++++++++++++++++++++++++++++++++++++++++++
Contents
+++++++++++++++++++++++++++++++++++++++++++*/
#mainContent {
	margin: 0 0 0 0;
}

/*+++++++++++++++++++++
contentL
++++++++++++++++++++++*/
#mainContent .contentL {
	width: 662px;
	float: left;
}

/*+++++++++++++++++++++
contentR
++++++++++++++++++++++*/
#mainContent .contentR {
	width: 214px;
	float: right;
}

/*++++++++*/
#mainContent .contentR ul {
	border-top: 1px dashed #a48980;
	margin: 0 0 20px 0;
}

#mainContent .contentR ul li {
	padding: 5px 0 4px 0;
	border-bottom: 1px dashed #a48980;
	background: url(../images/side_navi_arrow.gif) no-repeat right center;
}

#mainContent .contentR ul li a {
	padding: 0 9px 0 0;
	display: block;
	color: #222;
}
#mainContent .contentR ul li a.pickUp {
	text-indent: 14px;
	background: url(../images/pickup_star.gif) no-repeat left 30%;
}
*html #mainContent .contentR ul li a.pickUp {
	padding-left: 14px;
	text-indent: 0;
}


#mainContent .contentR ul li a:hover {
	color: #b81600;
	text-decoration: none;
}

*html #mainContent .contentR ul li a {
	display: inline-block ;
}


/*++++++++*/
#mainContent .contentR p.caption {
	margin: 4px 0 0 0;
	font-size: 80%;
	line-height: 1.3;
}
#mainContent .contentR p.caption a {
	color: #666;
	text-decoration: none;
}

/*++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++*/
#footerBox {
	width: 100%;
	border-top: 1px solid #4b1303;
	background: #fcfbf4;
	text-align: center;
	margin: 30px 0 0 0;
}

#footer {
	width: 900px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 20px 0 30px 0;
	/*background: #fcfbf4;*/
}

/*+++++++++++++++++++++
footerL
++++++++++++++++++++++*/
#footerL {
	width: 291px;
	float: left;
	border-left: 1px solid #a48980;
	padding-left: 13px;
}
#footerL h3 {
	font-weight: bold;
	font-size: 12px;
}
#footerL p {
	font-size: 11px;
	line-height: 150%;
	margin: 3px 0 0 0;
	/letter-spacing: 0;/* for Ie-6 */
}

#footerL p#copy {
	color: #505050;
	font-family: "Lucida Grande", sans-serif;
	margin: 14px 0 0 0;
}
#footerL p#copy a {
	text-decoration: none;
	color: #222;
}
#footerL p#copy a:hover {
	color: #b81600;
	text-decoration: underline;
}

#footerL p a.mapB {
	text-decoration: none;
}




/*+++++++++++++++++++++
footerC
++++++++++++++++++++++*/
#footerC ul {
	width: 341px;
	float: left;
	border-left: 1px solid #a48980;
	padding-left: 13px;
}
#footerC ul li {
	background: url(../images/footer_navi_arrow.gif) no-repeat left center;
	padding-left: 11px;
	font-size: 11px;
	line-height: 1.5;
	
}
#footerC ul li a {
	color: #222;
}
#footerC ul li a:hover {
	color: #b81600;
	text-decoration: underline;
}

/*+++++++++++++++++++++
footerR
++++++++++++++++++++++*/
#footerR {
	width: 214px;
	float: right;
	text-align: right;
}





