/* 初期化 */
* { margin: 0; padding: 0; }

/* html */

/* body */
html {

}
body {
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 1.3em;
}
/* P */

/* a */
a {
	color: #7798DD;
	text-decoration: none;
}
a:hover{
	color: #E27D72;
	text-decoration: underline;
}


/* 基本枠 
-----------------------------------------------------------------------------*/
div#wrapper {
	background-color: #FFFFFF;
	width: 800px;

	margin-left: auto;
	margin-right: auto;

}
/* ヘッダータイトル
-----------------------------------------------------------------------------*/
div#header_title {
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 10px;
}



/* コンテンツメイン
-----------------------------------------------------------------------------*/
div#main {
	width: 800px;
	margin-top: 10px;
}

	/* メニューエリア
	-----------------------------------------------------------------------------*/
	div#menu {
	width: 190px;
	float: left;
	margin-bottom: 10px;
	}
		/* メニューリスト
		-----------------------------------------------------------------------------*/
		div#menu ul {
		list-style-type: none;

		}
		div#menu li {
			position: relative;

		}
		div#menu li.m1 {
			position: relative;
			margin-left: 10px;

		}
		div#menu a {
	color: #000000;
	text-decoration: none;
	background-color: #FBFFFC;
	height: 20px;
	display: block;
	padding-top: 5px;
	padding-left: 3px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;

		}
		div#menu a:hover {
	color: #FF9900;
	text-decoration: none;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF9900;

		}
		
	
	/* コンテンツ
	-----------------------------------------------------------------------------*/
	div#contents {
	width: 600px;
	float: right;
	margin-bottom: 10px;
	}
			/* 見出し
		-----------------------------------------------------------------------------*/
		div#contents .mi{
	font-size: 18px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #00CB33;
	border-left-color: #00CB33;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;

		}
		
	/* ニュース
	-----------------------------------------------------------------------------*/
	div#news {

	}
	
	/* メニューリスト
		-----------------------------------------------------------------------------*/
		div#news ul {
		list-style-type: none;

		}
		div#news li {
			position: relative;

		}
		div#news a {
	color: #000000;
	text-decoration: none;
	background-color: #FBFFFC;
	height: 20px;
	display: block;
	padding-top: 5px;
	padding-left: 3px;
	font-weight: bold;

	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;

		}
		div#news a:hover {
	color: #FF9900;
	text-decoration: none;
	background-color: #FFFFCC;

		}
		div#news .cate {
	color: #FF6600;			

		}
	
	
/* フッター 
-----------------------------------------------------------------------------*/
div#footer {
	width: 750px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 10px;
}
div#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-align: right;

}

/* 歴史
-----------------------------------------------------------------------------*/
table.history {
	width: 500px;

}
table.history th{
	background-color: #D9FFE2;
	color: #01CE35;
	width: 80px;

}
table.history td{
	padding: 5px;

}
table.kyoju {
	width: 550px;
	border-collapse: collapse;
}
table.kyoju th {
	width: 70px;
	background-color: #6699FF;
	color: #FFFFFF;
	border: 1px solid #0044D2;
}
table.kyoju td {
	padding: 5px;
	border: 1px solid #999999;
}
table.kyoju td.m {
	font-weight: bold;
	text-align: center;
	color: #009900;
	background-color: #EEEEEE;
}
table.kyoju td.n {

	font-weight: bold;
	width: 100px;
	text-align: center;
	color: #996600;
}

table.data_job {
	width: 550px;
	border-collapse: collapse;
}
table.data_job th {
	border: 1px solid #666666;

}
table.data_job td {
	padding: 5px;
	border: 1px solid #999999;
	text-align: center;
}
table.data_job td.m {
	font-weight: bold;
	text-align: center;
	color: #009900;
	background-color: #EEEEEE;
}
table.usodaisei_list {
}
table.usodaisei_list td {
	padding: 3px;
}



div.ggl {
	text-align: left;
	width: 100%;
	margin-top: 5px;

}
div.ggl2 {
	text-align: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}


/* ブログ
-----------------------------------------------------------------------------*/
h3.entry-header {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 10px;
}
div.entry-body {
	background-color: #F5F8EF;
	margin: 3px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	border: 1px dotted #CCCCCC;
	line-height: 16pt;
}
h2#archive-title {
	color: #663300;
	margin-top: 20px;
	margin-bottom: 5px;
}
h3.trackbacks-header {
	margin-top: 100px;
	margin-bottom: 10px;
}
h2.comments-open-header {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
.text-red {
	font-weight: bold;
	color: #FF0000;
}
