@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: #575757;
	margin: 0 auto;
	padding: 0;
	background-color: #BFD0F3;
	background-image: url(../img/back_s3.gif);
	text-align: center;
	}


	
img {
	border: none;
	}

	
a {
	color: #03C;
	text-decoration: none;
	}	
	
a:hover {
	color: #03F;
	text-decoration: underline;
	}


ul, ol { 
	list-style-type:none; 
	}
	
.color01{
	color: #0f85bd;
}
.color02{
	color: #f2eddd;
}
	
/* ----------------------------------------　レイアウト　---------------------------------------- */

#wrapper {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 26px;
}

#Colorado {
	width: 870px;
	margin-top: 26px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


/* ----------------------------------------　ヘッダー　---------------------------------------- */
#header {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#header #Colorado_title {
	font-size: 32px;
	font-weight: bold;
	padding-top: 45px;
	padding-bottom: 14px;
	background-image: url(../img/logo_s3.jpg);
	background-repeat: no-repeat;
	padding-left: 70px;
	background-position: 0px 27px;
}


.Colorado_menu {
	background-color: #0f85bd;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	position: relative;
	zoom:1;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	clear: both;
	border-right-width: 1px;
	border-left-width: 1px;
}

.Colorado_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: #FEE0FB;
}
.Colorado_menu li a {
	display: block;
	color: #FFF;
}

#Colorado_path {
	padding-top: 4px;
	float: right;
}



/* ----------------------------------------　右コンテンツ　---------------------------------------- */

#Colorado_left {
	float: left;
	width: 250px;
	background-color: #f2eddd;
	padding: 6px;
	margin-bottom: 40px;
	border: 1px dotted #0f85bd;
}

 .Colorado_label {
	font-weight: bold;
	color: #FFF;
	background-color: #0f85bd;
	padding: 2px;
	text-align: center;
}
.Colorado_sidebox{
	margin-bottom: 6px;
	padding: 10px;
	font-size: 12px;
}

 .Colorado_sidebox li a {
	display: block;
}

.Colorado_sidebox li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: disc;
	list-style-position:inside;
}

.Colorado_sidebox dt {
	font-weight: bold;
}

.Colorado_sidebox dd {
	margin-bottom: 6px;
}

/* ----------------------------------------　中央コンテンツ　---------------------------------------- */

#Colorado_center {
	float: right;
	width: 590px;
	padding-bottom: 40px;
}
#Colorado_center h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-top: 4px;
	border: 3px double #0f85bd;
	background-color: #f2eddd;
	margin-top: 32px;
}

.add_label{
	margin-top:40px;
	margin-bottom: 10px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0f85bd;
}

.Colorado_cnavi ul li {
	float: left;
	padding-right: 20px;
}

.Colorado_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;
}

.Colorado_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: #0f85bd;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
}

#footer a {
	color: #FFF;
}

