@charset "utf-8";
/* CSS Document */


html,div,img,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dd,dt,p{
	margin: 0;
	padding: 0;
	font-size:100%;
	font-weight:normal;
	border:0px;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size: 12px;
	line-height: 140%;
	background-image: url(img/hai.jpg);
	background-repeat: repeat-x;
	background-color: #F9F1EE;
}

a {color:#660033; text-decoration:none;}
a:visited {color:#993300; text-decoration:underline;}
a:hover {
	color:#09F;
	text-decoration:underline;
}


#wrapper {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 0px;
	padding-right: 70px;
	padding-bottom: 14px;
	padding-left: 70px;
}

.clear{
	clear:both;
}

#header {
	width:887px;
	text-align:left;
	margin:0 auto;
	padding:0;
}
#header span{
	position:absolute;
	top:50px;
	background: url(img/rogo.jpg) no-repeat;
	width:313px;
	height:51px;
	text-indent:-1000em;
}

#contents {
	margin-top: 60px;
}

/* ==================== フッター ==================== */

#footer {
	margin-top: 30px;
}

#footer ul {
	margin:0 auto;
	padding:7px 0;
	width:100%;
	text-align:center;
	clear:both;
	border-top:1px solid #CFCFCF;
}

/* clearfix --------------------*/
#footer ul:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

#footer ul{ display: inline-block; }
/* Mac版IEを除外 \*/
#footer ul { display: block; }
/* */
/* -------------------- clearfix */

#footer ul.footerLinkC {
	padding:13px 0;
}


#footer ul li {
	padding:0 10px;
	display:inline;
	font-size:10px;
	border-left:1px solid #FFFFFF;
}

#footer ul li {
	border-left:1px solid #8C8C8C;
}

#footer ul li.footerNaviHome {
	border-left:none;
}

#footer address a ,
#footer ul li a {
	color:#434343;
}

#footer address a:hover ,
#footer ul li a:hover {
	color:#A40000;
	text-decoration:none;
}



/* ==================== コピーライト ==================== */

#footer address {
	padding:14px;
	letter-spacing:0.1em;
	font-size:10px;
	text-align:center;
	background:#EAEAEA;
}
