@charset "utf-8";

/* ----------------------------------------ベース---------------------------------------- */

* {
	padding: 0;
	margin: 0;
	}

html,body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	line-height: 1.6em;
	font-size: 14px;
	color: #3C3531;
	margin: 0 auto;
	padding: 0;
	background-color: #E1E3D6;
	background-image: url(../img/back_s1.jpg);
	text-align: center;
	background-repeat: repeat-x;
	}


	
img {
	border: none;
	}

	
a {
	color: #03C;
	text-decoration: none;
	}	
	
a:hover {
	color: #03F;
	text-decoration: underline;
	}


ul, ol { 
	list-style-type:none; 
	}
	
.color01{
	color: #523d30;
}
.color02{
	color: #e7e3da;
}

	
/* ----------------------------------------　レイアウト　---------------------------------------- */

#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 22px;
	border: 1px solid #523d30;
}

#ostrich {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 24px;
}


/* ----------------------------------------　ヘッダー　---------------------------------------- */
#header {
	text-align: left;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#header #ostrich_title {
	font-size: 33px;
	font-weight: bold;
	padding-top: 44px;
	padding-bottom: 15px;
	background-image: url(../img/logo_s1.jpg);
	background-repeat: no-repeat;
	padding-left: 70px;
	background-position: 0px 26px;
}

.ostrich_menu {
	background-color: #e7e3da;
	padding-top: 4px;
	padding-bottom: 4px;
	overflow: hidden;
	position: relative;
	zoom:1;
	clear: both;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #523d30;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #523d30;
}

.ostrich_menu li  {
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #523d30;
}
.ostrich_menu li a {
	display: block;
}

#ostrich_path {
	padding-top: 4px;
	float: right;
}



/* ----------------------------------------　左コンテンツ　---------------------------------------- */

#ostrich_left {
	float: left;
	width: 250px;
	background-color: #F6F6F6;
	padding: 6px;
	margin-bottom: 40px;
	border: 1px solid #523d30;
}

 .ostrich_label {
	font-weight: bold;
	color: #FFF;
	background-color: #523d30;
	padding: 2px;
	text-align: center;
	font-size: 12px;
}
.ostrich_sidebox{
	margin-bottom: 6px;
	padding: 10px;
	font-size: 12px;
}

.ostrich_sidebox li a {
	display: block;
}

.ostrich_sidebox li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: disc;
	list-style-position:inside;
}

.ostrich_sidebox dt {
	font-weight: bold;
}

.ostrich_sidebox dd {
	margin-bottom: 6px;
}

/* ----------------------------------------　中央コンテンツ　---------------------------------------- */

#ostrich_center {
	float: right;
	width: 595px;
	padding-bottom: 40px;
}
#ostrich_center h1 {
	font-size: 22px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #523d30;
	border-left-color: #523d30;
	margin-bottom: 10px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-top: 4px;
	margin-top: 32px;
}

.add_label{
	margin-top:40px;
	margin-bottom: 10px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
	border-bottom:1px solid #ccc;
	color: #523d30;
}

.ostrich_cnavi ul li {
	float: left;
	padding-right: 20px;
}

.ostrich_cnavi {
	overflow: hidden;
	position: relative;
	zoom:1;
	clear: both;
}


.sitemap li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: square;
	list-style-position:inside;
}

.ostrich_cnavi .sitemap_t {
	font-size: 16px;
	font-weight: bold;
	clear: both;
	padding-top: 20px;
	margin-bottom: 4px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}



/* ----------------------------------------　フッター　---------------------------------------- */
#footer {
	clear: both;
	color: #FFF;
	background-color: #523d30;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
}

#footer a {
	color: #FFF;
}

