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

/* 全体設定 */
* {
    margin-top: 0px;
    margin-bottom: 0px; 
    padding: 0px;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
a {
    text-decoration: none;
}

/* 基本タグ設定 */
body {
	text-align: center;
	background-image: url(img/back.gif);
	background-repeat: repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

/* コンテナ */
div#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #69821b;
	border-left-color: #69821b;
	background-color: #FFFFFF;
}
div#container .ground {
	background-image: url(img/ber.jpg);
	background-repeat: no-repeat;
	height: 18px;
}
div#container .ground_bottom {
	background-image: url(img/ber.jpg);
	background-repeat: no-repeat;
	height: 18px;
	margin-bottom: 20px;
}
div#hack {
	padding: 0 10px;
}


/* ヘッダー */
div#header {
	background-image: url(img/header.jpg);
	height: 210px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 30px;
}
div#header h1 {
	color: #003300;
}
div#header h1 a {
	color: #FFFFFF;
}
div#header h1 a:hover {
	color: #FF6600;
}
div#header p {
	margin-top: 10px;
}

/* コンテンツ */
div#content {
	float: left;
	width: 715px;
	margin-bottom: 35px;
}
div#content .article {
	margin-bottom: 40px;
}
div#content .article h2 {
	background-image: url(img/contenth2.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	padding-top: 20px;
}
div#content .article .element {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 15px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #69821b;
	border-right-color: #69821b;
	border-bottom-color: #69821b;
	border-left-color: #69821b;
	padding: 10px;
	line-height: 1.5em;
}
div#content .article .element p {
	margin-top: 6px;
	margin-bottom: 6px;
}

/* サイドバー */
div#sidebar {
	float: right;
	width: 210px;
	margin-bottom: 50px;
}
div#sidebar h2 {
	background-image: url(img/sideh2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	text-align: left;
	line-height: 30px;
	padding-left: 55px;
	font-size: 1.15em;
	color: #FFFFFF;
	padding-top: 20px;
}
div#sidebar ul {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 12px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #69821b;
	border-right-color: #69821b;
	border-bottom-color: #69821b;
	border-left-color: #69821b;
	list-style-type: none;
	margin: 0 0 24px 0;
}
div#sidebar li {
	font-size: 0.95em;
	height: 28px;
	line-height: 28px;
	background-image: url(img/sidelink.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #69821b;
	text-indent: 25px;
	display: block;
}
div#sidebar li a {
	color: #333333;
	background-image: url(img/sidelink.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
div#sidebar li a:hover {
	color: #69821b;
	background-image: url(img/sidelink.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* フッター */
div#bottom {
	height: 18px;
	text-align: center;
	color: #333333;
	clear: both;
	line-height: 18px;
	background-image: url(img/ber.jpg);
	background-repeat: no-repeat;
}
address {
	font-style: normal;
	font-size: 0.75em;
}

/* News */
div#content .news {
	margin-bottom: 20px;
	margin-top: 60px;
}
div#content .news h4 {
	background-color: #69821b;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	color: #FFFFFF;
}
div#content .news .element {
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #69821b;
	border-bottom-color: #69821b;
	border-left-color: #69821b;
	padding: 5px;
	text-align: right;
}
div#content .news .element ul {
list-style-type:none;
white-space:auto;
}

div#content .news .element li {
display:inline;
white-space:nowrap;
margin-left:1em;
line-height:2em;
}

