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