@charset "utf-8";
@import "conts.css";

/* リセット */
h1,h2,h3,dl,dt,dd,ul,li,p,ol {
	margin:0px;
	padding:0px;
	}
img {
	vertical-align:bottom;
	}


body {
	margin:0px;
	padding:0px;
	font-size: 13px;
	line-height: 18px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

#wrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

/* ヘッダー */
#header {
	padding-top: 10px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#header h1 {
	font-size:10px;
	font-weight: normal;
	color: #999;
	}

#header .header_l {
	float: left;
	width: 400px;
}
#header .header_r {
	float: right;
	width: 450px;
	text-align: right;
}

/* ナビゲーション */
#navi {
	background-image: url(../images/navi_bg.jpg);
	padding-top: 5px;
}
#navi .navi_conts {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	}

#navi .navi_conts li {
	list-style-type: none;
	float: left;
}

/* フッター */
#footer {
	background-image: url(../images/footer_bg.gif);
	padding-top: 10px;
	margin-top: 20px;
	padding-bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer .footer_conts {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #FFF;
}
#footer .footer_l {
	float: left;
	width: 450px;
}

#footer .footer_r {
	float: right;
	width: 400px;
	text-align: right;
}


/* サイド */
.side {
	float: right;
	width: 200px;
}
.side ul {}
.side li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}
.side .infobox {
	font-size: 12px;
	color: #7b6767;
	padding:10px;
	margin-bottom: 10px;
	border: 1px solid #d7cdc8;
	background: #f5f3f0;
	line-height: 16px;
}
.side .infobox dl {
	padding-top: 10px;

}
.side .infobox dt {
	color: #9E6D3D;

}
.side .infobox dd {
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0AE97;
	padding-bottom: 5px;

}


#main {
	background-image: url(../images/conts_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
}
.conts {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.main_conts {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
}

.conts_l {
	float: left;
	width: 660px;
}

