@charset "UTF-8";
/* CSS Document */

/* リセットスタイル */
*{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
	line-height: 1;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
/* ここまで */

/* clearfix */
.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

a, a:link {
	color: #FFF;
}

a:visited {
	color: #C6FFB3;
}

a:hover {
	color: #9A857D;
}

/* ボディ */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #EDEDE8;
}

/* コンテナ */
#container {
	width: 953px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	_zoom: 1;
}

/* 左のコンテナ */
#side_left {
	width: 282px;
	float: left;
	display: inline;
	margin-right: 8px;
}

/* 左のコンテナのナビゲーション */
#side_left #navigation {
	border: 1px solid #EABEBA;
	margin-top: 10px;
	margin-bottom: 10px;
}
#side_left #navigation ul li a, #side_left #navigation ul li a:link {
	background: #8EBA7F;
	width: 260px;
	margin: 0;
	padding: 10px;
	display: block;
	text-indent: 0;
	line-height: 24px;
	border-bottom: 2px solid #FFF;
}

#side_left #navigation ul li a:hover {
	background: #FCD6C9;
}

#footer {
	clear: both;
	height: 28px;
	width: 953px;
	background-image: url(images/footer.jpg);
	margin: 10px auto 0;
}
#footer address {
	color: #FFF;
	line-height: 28px;
	font-size: 85%;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
}
/* ここまで */

/* コンテンツページの中央コンテナ */
#main_contents {
	float: right;
	width: 662px;
	margin: 10px 0 0;
}
#main_contents .topic {
	width: 640px;
	float: left;
	display: inline;
	border: 1px solid #EABEBA;
	padding: 10px;
	background-color: #FFF;
	margin-right: 13px;
	color: #333;
	font-size: 14px;
	line-height: 22px;
}

#main_contents .topic a {
	font-size: 14px;
	line-height: 22px;
	color: #0006FF;
	text-decoration: none;
}

#main_contents .topic a:visited {
	color: #7578ED;
}

#main_contents .topic a:hover {
	text-decoration: underline;
}

#header {
	width: 953px;
	height: 350px;
	margin: 10px auto 0;
	background: #000;
}

h1 {
	margin: 0 0 10px 0;
	padding: 10px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #EABEBA;
	word-wrap: break-word;
	overflow-wrap: break-word;
}