/* CSS Document */

/* ページ全体
---------------------------------------- */
body,h1,h2,h3,p,dl,ul,li,dd,dt{
 margin: 0;
 padding: 0;
}
h2{
	font-size: 18px;
	color: #78b315;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #78b315;
}
h3{
 font-size: 14px;
 color: #78b315;
 	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #78b315;
}
p,li{
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.1em;
	line-height: 24px;
}
a:link{
 color: #339900;
}
a:visited{
 color: #78b315;
}
a:hover,a:active{
 color: #ff6600;
}
#wapper {
	width: 950px;
	margin: 0px auto;
	text-align: left;
}
.clear {
	clear: both;
}
.txt12 {
	font-size: 12px;
	line-height: 20px;
}
.txt10 {
	font-size: 10px;
	line-height: 18px;
}



/* ヘッダ
---------------------------------------- */
#header{
	margin-bottom: 25px;
}

#navi{
 width: 950px;
}

#navi ul li {
	display: block;
	float: left;
}

#navi ul li a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #339900;
	letter-spacing: 0.1em;
	text-align: center;
	height: 37px;
	width: 158px;
	float: left;
	padding-top: 12px;
}

#navi ul li a:hover {
	background-color: #33CC00;
	text-decoration: none;
}

.live {
	width: 160px;
	background-color: #339900;
}


/* メインコンテンツ
---------------------------------------- */
#content {
	width: 950px;
	margin-bottom: 25px;
}

#main {
 float: left;
 width: 680px;
 margin-right: 20px;
}

#main ul{
} 

#main li{
	color: #333333;
	margin-bottom: 12px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 6px;
}
.information {
	margin-bottom: 30px;
}
.new {
	color: #FF6600;
	font-weight: bold;
}




/* サブコンテンツ
---------------------------------------- */
#sub {
 float: right;
 width: 250px;
}

.waku {
	border: 1px solid #BBBBBB;
	padding: 14px;
	margin-bottom: 10px;
}

#lastupdata {
	border: 1px solid #BBBBBB;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}



/* フッタ
---------------------------------------- */
#footer {
	width: 950px;
	margin-bottom: 15px;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#f_aboutthissaite {
 float: left;
 width: 570px;
}

#f_f_copyrights {
	float: right;
	width: 370px;
}
.copyrights {
	font-size: 10px;
	text-align: right;
}
