@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: #464646;
	margin: 0 auto;
	padding: 0;
	background-color: #D3D8DC;
	background-image: url(../img/back_s5.jpg);
	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: #2b377d;
}
.color02{
	color: #eeeef2;
}
	
/* ----------------------------------------　レイアウト　---------------------------------------- */

#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 28px;
	border: 1px solid #2b377d;
}

#narcissus {
	width: 820px;
	margin-top: 24px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* ----------------------------------------　ヘッダー　---------------------------------------- */
#header {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#header #narcissus_title {
	font-size: 32px;
	font-weight: bold;
	padding-top: 17px;
	padding-bottom: 16px;
	float: left;
	background-image: url(../img/logo_s5.jpg);
	background-repeat: no-repeat;
	padding-left: 70px;
	background-position: 0px 7px;
	line-height: 1.2em;
}
#main_img {
	width: 808px;
	height: 250px;
	background-image: url(../img/main_s5.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	border: 1px solid #2b377d;
	padding-left: 10px;
}


#header #narcissus_path {
	background-color: #eeeef2;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2b377d;
}



/* ----------------------------------------　右コンテンツ　---------------------------------------- */

#narcissus_right {
	float: right;
	width: 270px;
	padding-bottom: 20px;
}

 .narcissus_label {
	font-weight: bold;
	color: #FFF;
	background-color: #2b377d;
	padding: 4px;
	text-align: center;
}
.narcissus_menu{
	margin-bottom: 20px;
	font-size: 12px;
	padding-top: 10px;
}

.narcissus_sidebox{
	margin-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2b377d;
	border-bottom-color: #2b377d;
	border-left-color: #2b377d;
	padding: 10px;
	font-size: 12px;
	background-color: #EDECE2;
}
 .narcissus_menu li a, .narcissus_sidebox li a {
	display: block;
}
 .narcissus_menu li {
	background-color: #EDECE2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 3px;
	border: 1px dotted #2b377d;
}

.narcissus_menu li:first-child {
		margin-top: 0px;
}

.narcissus_sidebox li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: disc;
	list-style-position:inside;
}

.narcissus_sidebox dt {
	font-weight: bold;
	color: #2b377d;
}

.narcissus_sidebox dd {
	margin-bottom: 6px;
}

/* ----------------------------------------　中央コンテンツ　---------------------------------------- */

#narcissus_center {
	float: left;
	width: 530px;
	padding-bottom: 40px;
}
#narcissus_center h1 {
	font-size: 22px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #2b377d;
	border-left-color: #2b377d;
	margin-bottom: 10px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-top: 6px;

}

.add_label{
	margin-top:40px;
	margin-bottom: 10px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
	border-bottom:1px solid #ccc; 
}

.narcissus_cnavi ul li {
	float: left;
	padding-right: 20px;
}

.narcissus_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;
}

.narcissus_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: #2b377d;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
}

#footer a {
	color: #FFF;
}

