@charset "utf-8";

/* コンテナ */
div#container	{
	margin-left: auto;
	margin-right: auto}

/* コンテンツ */
div#content	{
	width: 600px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	background-color: #EEF3DD;
	padding-top: 10px;
	margin-top: 10px;
}

div#content h1	{
	background-color: #EEF3DD;
	font-size: 0.875em;
	padding-left: 3px;
	margin-top: 10;
	margin-bottom: 0
}

div#content h2	{
	background-color: #FFF;
	font-size: 0.875em;
	padding-left: 1px;
	margin-top: 30px;
	margin-bottom: 0
}

div#content h3	{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #707561;
	width: 560px;
	height: auto;
	font-size: 24px;
}

div#content h3	a{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	width: 541px;
	height: 22px;
	padding-top: 5px;
}

div#content p	{
	margin-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

div#content p a	{
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #F60;
	font-size: 14px;
}

table{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #333;
	border: 1px solid #636;
	}

th{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	border: 1px solid #636;
	background-color: #FFC;
	font-size: 18px;
	padding: 5px;
	}

td{
	color: #333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	border: 1px solid #636;
	line-height: 8px;
	background-color: #FFF;
	}
	
/* サイドバー */
div#sidebar	{
	width: 170px;
	float: left;
	margin-bottom: 25px;
	background-color: #FFF;
	margin-top: 10px;
}

ul.sidemenu	{
	line-height: 0;
	margin: 0;
	background-color: #707561;
	width: 174px;
	padding: 10px;
}
	
ul.sidemenu li 	{
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #F60;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 12px;
	background-color: #EEF3DD;
	width: 150px;
	margin: 5px;
	}

ul.sidemenu li a	{
	display: block;
	text-decoration: none;
	padding-left: 3px;
	color: #5C6150;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

ul.sidemenu li a:hover {
	display: block;
	text-decoration: none;
	padding-left: 5px;
	color: #F9F;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-color: #F90;
}

div#sidebar	h1{
	padding-left: 5px;
	margin: 0px;
	padding-top: 5px;
}
