@charset "shift_jis";

/*
 * CSS Category
 * 		■layout	：	枠組み用
 * 		■header	：　ヘッダー用
 *		■free		：	フリースペース用
 *		■main		：	メインコンテンツ用
 * 		■sidemenu	：	サイドメニュー用
 * 		■footer	：	フッター用
 * 
*/


/*
	layout, framework
------------------------------------------------------------ */


/* 全体中央揃え */
#wrapper{
	width: 800px;
	text-align: left;
	margin: 0px auto;
}




/* コンテンツ部中央揃え */
#container{
	width: 800px;
	margin: 250px 0px 0px 0px;
	z-index: 2;
	position: absolute;
	background-color: #ffffff;
	border-bottom: 1px #039145 solid;
	border-right: 1px #039145 solid;
	border-left: 1px #039145 solid;
}


/*
	Header
------------------------------------------------------------ */


/* 枠 */
#header{
	width: 800px;
	height: 260px;
	margin: 20px 0px 0px 0px;
	background: #80c8a2 url(../img/header.jpg) left top no-repeat;
	position: absolute;
	z-index: 1;
	border-top: 1px #039145 solid;
	border-left: 1px #039145 solid;
	border-right: 1px #039145 solid;
}


/* 最上段h1タグの設定 */
h1{
	padding: 5px 5px 0px 10px;
	color: #333333;
	font-size: 80%;
	text-align: left;
}

/* サイトマップ */
.sitemap{
	position: absolute;
	z-index: 2;
	top: 0px;
	font-size: 80%;
	padding: 5px 0px 0px 725px;
}

.sitemap a{
	color: #333333;
	text-decoration: none;
}

.sitemap a:hover{
	color: #cc0000;
	text-decoration: underline;
}


#header img{
	border: none;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}



#header .pic{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 580px;
}



/* サイトタイトル */
#header h2{
	padding: 0px 0px 0px 50px;
	font-size: 160%;
	font-weight: bold;
	line-height: 120%;
	color: #000000;
	position: absolute;
	top: 80px;
	width: 490px;
}



/*
	nav（パンくず）
------------------------------------------------------------ */

/* パンくず全体枠 */
#nav{
	padding: 5px 0px 0px 0px;
}

/* パンくず各テキスト設定 */
#nav p{
	padding: 0px 0px 0px 25px;
	color: #666666;
}



/*
	main
------------------------------------------------------------ */


/* コンテンツ全体枠 */
#main{
	float: left;
	display: inline;
	width: 710px;
	text-align: left;
	margin-top: 10px;
	margin-left: 45px;
	margin-right: 45px;
}



/* コンテンツ見出し */
#main h2{
	padding: 6px 0px 4px 29px;
	font-size: 110%;
	font-weight: bold;
	background-image: url(../img/h2-bg.jpg);
	background-position: top left;
	color: #333333;
	border-bottom: 6px #039145 solid;
}


#main h3{
	padding: 6px 0px 4px 29px;
	font-size: 110%;
	font-weight: bold;
	background-image: url(../img/h2-bg.jpg);
	background-position: top left;
	color: #333333;
	border-bottom: 6px #039145 solid;
}



/* コンテンツフレーム設定 */
#main .contents .frame{				/* 枠のカラー設定などはこの項目を変更してください */
	margin: 0px 20px 0px 20px;
	padding: 5px 15px 5px 15px;
	background: #fbf7f2;
	border: 1px #996633 solid;
}



/* コンテンツ枠 */
#main .contents{
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 20px 10px;
	clear: both;
}


#main .contents dl{
	margin: 0px;
	padding: 0px 20px 20px 20px;
	clear: both;
	color: #333333;
	font-weight: bold;
}

#main .contents dt{
	margin: 15px 0px 10px 0px;
	padding: 6px 0px 4px 35px;
	color: #333333;
	background-image: url(h2-bg.jpg);
	border-bottom: 3px #039145 solid;
}

#main .contents dd{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 25px;
}


.contents-border{
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 20px 10px;
	clear: both;
}

.contents-border p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding:5px 10px;
}

/*
	グローバルナビ
------------------------------------------------------------ */


/* メニュー全体枠 */


#menu{
	width: 680px;
	margin: 0px auto;
	clear: both;
}

#menu dl {
	width:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 680px;
	display: block;
	float: left;
	list-style-type: disc;
	margin: 3px 0px 20px 0px;
	text-align: left;
}

#menu dt {
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #C9FFC9;
	font-size: 110%;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px auto;
	padding-left:20px;
}

#menu dd {
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 290px;
	list-style-type: disc;
	float: left;
}

#menu h3{
	padding: 6px 0px 7px 40px;
	font-size: 110%;
	font-weight: bold;
	background-image: url(../img/h2-bg.jpg);
	background-position: top left;
	color: #666666;
	clear: both;
}


/* 各メニューリンク文字設定 */
#menu a{
	margin: 0px 0px 0px 0px;
	padding: 7px 0px;
	text-decoration: underline;
	color: #0000ff;
}


/* メニューマウスオーバー設定 */
#menu a:hover{
	color: #cc0000;
}

#menu .wrap{
	border: 1px #80c8a2 dotted;
	margin: 0px 0px 20px 0px;
	font-size: 90%;
}

#menu .wrap p{
	padding: 7px;
	color: #333333;
}


#menu .wrap a:hover{
	color: #cc0000;
	text-decoration: underline;
}
/*
	Footer
------------------------------------------------------------ */

/* フッター全体枠 */
#footer{
	clear: both;
	width: 800px;
	text-align: center;
	background-image: url(foot.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 40px 0px;
	background-position: bottom;
	color: #000;
}

#footer a{
	color: #003399;
	text-decoration: underline;
}

#footer a:hover{
	color: #cc0000;
	text-decoration: underline;
}

/* コピーライト設定 */
#footer address{
	color: #000000;
	margin: 10px 0px 0px 0px;
}

#footer address a{
	color: #000000;
	text-decoration: none;
}

#footer address a:hover{
	color: #cc0000;
	text-decoration: underline;
}


/* ------------------------------ フッター内リンク利用時用 */

/* フッター内リンク枠 */
#footer #inner{	
	padding: 15px;
	border-top: 1px #996633 dotted;
	text-align: center;
	margin: 0px auto;
}


/* リンクリスト */
#footer ul{
	margin: 0px;
	text-align: center;
	border: none;
}


/* 各リスト設定 */
#footer ul li{
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px 7px 0px 0px;
	border-right: 1px #000000 solid;
	font-size: 80%;
}


#footer li a{
	color: #000000;
	text-decoration: none;
}

#footer li a:hover{
	color: #cc0000;
	text-decoration: underline;
}

/*
	Freespace
------------------------------------------------------------ */


/* フリースペース枠 */
#free{
	width: 800px;
	margin: 0 0 10px 0;
	text-align: center;
	padding-top: 10px;
}

#free2{
	width: 800px;
	margin: 0 0 20px 0;
	text-align: center;
	clear: both;
}




/*
	Category
------------------------------------------------------------ */

/* コンテンツリスト */

#main #contentslist  {
	margin: 0px 0px 30px 0px;
	padding: 20px 15px;
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

#main #contentslist dl {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	float: none;
	width: auto;
}

#main #contentslist dt {
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #C9FFC9;
	font-size: 110%;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px auto;
	padding-left:20px;
}

#main #contentslist dd {
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: none;
	width: auto;
}

#main #contentslist a {
	margin-right: 5px;
	font-size:12px;
}

#main #contentslist dt a {
	margin-right: 0;
	font-size:13px;
	lign-height: 140%;
	font-weight: bold;
}


/* サイトマップページ用 */


#sitemap dl {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 710px;
	display: block;
	float: left;
	list-style-type: disc;
	margin: 3px 0px 20px 0px;
	text-align: left;
}

#sitemap dt {
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #C9FFC9;
	font-size: 110%;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px auto;
	padding-left:20px;
}

#sitemap dd {
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 305px;
	list-style-type: disc;
	float: left;
}


/* リンクリスト */
#linkmenu{
	width: 770px;
	margin: 0px 15px 0px 0px;
	text-align: center;
	height: auto;
	padding: 10px 0px 10px 0px;
	border-top: 1px dashed;
}
