@charset "shift_jis";

/*
 * CSS Category
 * 		■layout	：	枠組み用
 * 		■header	：　ヘッダー用
 *		■free		：	フリースペース用
 *		■main		：	メインコンテンツ用
 * 		■sidemenu	：	サイドメニュー用
 * 		■footer	：	フッター用
 * 
*/


/*
	layout, framework
------------------------------------------------------------ */

/* コンテンツ部中央揃え */
#wrapper{
	width: 820px;
	margin: 10px auto;
	background-color: #ffffff;
	padding: 2px 0 30px 0;
	border-style:solid;
	border-width:3px;
	border-color:#ffb164;
	text-align: left;
}


/*
	Header
------------------------------------------------------------ */


/* 枠 */
#header{
	width: 800px;
	height: 250px;
	margin: 20px 0px 0px 0px;
	background: url(../img/header.jpg) left top no-repeat;
	margin: 10px;
	padding: 0px;
}


/* 最上段h1タグの設定 */
h1{
	padding: 5px 5px 0px 10px;
	color: #333333;
	font-size: 80%;
	text-align: left;
}

/* サイトマップ */
#header .sitemap{
	position: absolute;
	z-index: 2;
	top: 25px;
	font-size: 80%;
	padding: 5px 0px 0px 725px;
}

#header .sitemap a{
	color: #333333;
	text-decoration: none;
}

#header .sitemap a:hover{
	color: #cc0000;
	text-decoration: underline;
}


/* サイトタイトル */
#header h2{
	padding: 50px 0px 0px 50px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 60px;
	width: 500px;
	line-height: 120%;
	z-index: 100;
	margin: 0px;
}

/* サイトタイトル下の説明文 */
#header .desc{
	padding: 0px 0px 0px 50px;
	font-size: 100%;
	line-height: 160%;
	position: absolute;
	top: 150px;
	width: 500px;
	z-index: 100;
}

#header .pic{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 40px;
	padding: 20px 0px 0px 580px;
}

/*
	nav（パンくず）
------------------------------------------------------------ */

/* パンくず全体枠 */
#nav{
	padding: 5px 0px 5px 0px;
	text-align: center;
}

/* パンくず各テキスト設定 */
#nav p{
	padding: 0px 0px 0px 0px;
}


/* コンテンツ部中央揃え */
#container{
	width: 820px;
	margin: 0px 0px 0px 0px;
}

/* コンテンツ全体枠 */
#main{
	float: left;
	display: inline;
	width: 750px;
	margin: 10px 35px 10px 35px;
	text-align: center;
}



/* コンテンツ見出し */
#main h3{
	color: #ff5f00;
	font-size: 18px;
	text-align: center;
	line-height: 120%;
	padding: 20px 5px 10px 5px;
	margin: 0px 35px;
	font-weight: bold;
}



/* コンテンツフレーム設定 */
#main .contents .frame{				/* 枠のカラー設定などはこの項目を変更してください */
	margin: 0px 20px 0px 20px;
	padding: 5px 15px 5px 15px;
	background: #ffecf9;
	border: 1px #cc0099 solid;
}



/* コンテンツ枠 */
#main .contents{
	padding: 15px 15px 30px 15px;
	clear: both;
	line-height:160%;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}


/* 記事枠のスタイル */


.contents-border{
	padding: 15px 20px 30px 20px;
	clear: both;
	line-height:160%;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.contents-border p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding:5px 10px;
}

/*
	グローバルナビ
------------------------------------------------------------ */


/* メニュー全体枠 */


#menu{
	width: 740px;
	margin: 0px auto;
}

#menu dl {
	width:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 740px;
	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: #FFCF82;
	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: 320px;
	list-style-type: disc;
	float: left;
}

#menu h3{
	color: #ff5f00;
	font-size: 18px;
	text-align: left;
	line-height: 120%;
	padding: 20px 5px 10px 5px;
	margin: 0px 20px;
	font-weight: bold;
	clear: both;
}


/* 各メニューリンク文字設定 */
#menu a{
	margin: 0px 0px 0px 0px;
	padding: 7px 0px;
	text-decoration: underline;
	color: #0000ff;
}


/* メニューマウスオーバー設定 */
#menu a:hover{
	color: #cc0000;
}

#menu .wrap{
	display: block;
	margin: 0px 20px 15px 20px;
	background: #ffffff;
}

#menu .wrap p{
	padding: 7px;
}


/*
	Footer
------------------------------------------------------------ */

/* フッター全体枠 */
#footer{
	clear: both;
	text-align: center;
	padding: 10px 0px 5px 0px;
	color: #333333;
	margin: 10px;
	font-size: 12px;
}

#footer a{
	color: #003399;
	text-decoration: underline;
}

#footer a:hover{
	color: #cc0000;
	text-decoration: underline;
}

/* コピーライト設定 */
#footer address{
	color: #000000;
	margin: 10px 0px 10px 0px;
}

#footer address a{
	color: #003399;
	text-decoration: none;
}

#footer address a:hover{
	color: #cc0000;
	text-decoration: underline;
}



/* 各リスト設定 */
#footer ul li{
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px 7px 0px 0px;
	border-right: 1px #000000 solid;
	font-size: 80%;
}



/*
	Freespace
------------------------------------------------------------ */


/* フリースペース枠 */
#free{
	width: 800px;
	margin: 0px;
	text-align: center;
	padding: 10px;
}

#free2{
	width: 800px;
	margin: 0px;
	text-align: center;
	padding: 10px;
	clear: both;
}




/*
	Category
------------------------------------------------------------ */

/* コンテンツリスト */

#main #contentslist  {
	margin: 0px 0px 30px 0px;
	padding: 0px 15px;
	clear: both;
	display: block;
}

#main #contentslist dl {
	clear:both;
	padding-bottom: 10px;
	width: 710px;
	display: block;
	margin: 20px 0px 20px 0px;
	text-align: left;
}

#main #contentslist dt {
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFCF82;
	font-size: 110%;
	line-height: 150%;
	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: 15px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 690px;
	list-style-type: disc;
	float: left;
}

#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 {
	clear: both;
}

#sitemap dl {
	width:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 740px;
	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: #FFCF82;
	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: 320px;
	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;
}