@charset "utf-8";

/*基礎構造
------------------------------------------------------*/
* {
　margin: 0;
　padding: 0;
} 
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: small;
}
/*--基本要素--*/
body	{
	margin: auto;
	padding: 0;
	height: 100%;
	width: 900px;
	background: #99CC99;
	background-position: center;
	font-size: normal;
	list-style: none;
	line-height: 150%;
}
/*--背景--*/
.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 900px;e
	height: 100%;
	background: #ffffff;
}        
.contents {
	margin: 0;
	padding: 0;
	width: 900px;
	min-height: 100%;
	background: #ffffff;
	overflow: hidden;
}
/*--本文--*/
.main {
	margin: -7px 0 0 0;
	padding: 0;
	width: 900px;
}
*html div.main {
	margin: -12px 0 0 0;
	padding: 0;
	width: 910px;
}
*+html div.main {
	margin: -12px 0 0 0;
	padding: 0;
	width: 910px;
}
/*左のフラッシュの枠*/
.left{
	margin: 0;
	padding: 0;
	float: left;
	width: 261px;
	height: 768px;
}
/*---右のコンテンツ部分-*/
.right{
	margin: 0;
	padding: 0;
	width: 630px;
	float: left;
}
*html div.right{
	margin: 0;
	padding: 0;
	width: 639px;
	float: left;
}
/*--右の上部分（画像）--*/
.right li.right_head {
	margin: 0;
	padding: 0;
	width: 639px;
}
*html div.right li.right_head {
	margin: 0;
	padding: 0;
	width: 639px;
}
/*--右の上部分コメント--*/
.right ul.right li.right_welcome {
	margin: 0 10px 20px 10px;
	width: 580px;
	color: #003300;
}
/*--右の上部分リスト--*/
.right ul.right li.right_list{
	margin-left: 290px;
	color: #99CC33;
	width: 340px;
}
.right ul.right li.right_list a{
	padding-bottom: 3px;
	color: #006600;
	text-decoration: none;
	border-bottom: 1px solid #003300; 
}
.right ul.right li.right_list a:hover{
	padding-bottom: 3px;
	color: #FF3300;
	text-decoration: none;
	border-bottom: 1px solid #FF3300; 
}
/*--右の「おしらせ」バーとコンテンツ--*/
.right ul.right li.oshirase_bar{
}
.oshirase {
	padding: 0;
	margin: 0;
	width: 850px;
}
*html div.oshirase {
	width: 550px;
}
.oshirase ul.index_bottom{
	width: 850px;
}
*html div.oshirase ul.index_bottom{
	margin-left: 10px;
	width: 600px;
}
*+html div.oshirase ul.index_bottom{
	margin-left: 10px;
	width: 600px;
	float: left;
}
.oshirase ul.index_bottom1{
	width: 400px;
	float: right;
}
/*--右の「おしらせ」のリスト--*/
li.oshirase_list {
	margin: 0 0 0 258px;
	padding-left: 20px;
	width: 330px;
	color: #99CC33;
}
li.oshirase_list a{
	padding-bottom: 3px;
	color: #006600;
	text-decoration: none;
	border-bottom: 1px solid #003300; 
} 
li.oshirase_list a:hover{
	padding-bottom: 3px;
	color: #FF3300;
	text-decoration: none;
	border-bottom: 1px solid #FF3300; 
}
/*--右の「おしらせ」のリスト時間部分--*/
li.oshirase_time {
	margin: 0 20px 0 270px;
	color: #003300;
	line-height: 90%;
	float: right;
}
.oshirase_image{
	margin: -20px 0 0 30px;
	width: 135px;
	text-align: center;
}
* html.oshirase_image{
	margin: -90px 0 0 30px;
	padding: 0;
	width: 135px;
	text-align: center;
}
li.oshirase_comment{
	margin: 0 0 10px 360px; 
	color: #006600;
	font-weight: bold;
	width: 250px;
}
li.oshirase_comment{
	margin: 0 0 0 0; 
	color: #006600;
	font-weight: 900;
	float: right;
}
li.oshirase_comment{
	margin: 0 0 0 0; 
	color: #006600;
	font-weight: 900;
	float: right;
}
/*--フッター部分--*/
.footer {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 100px;
	clear: both;
	background: url(../images/bottom.gif) no-repeat;
}
.footer ul.bottom{
	margin: 0 0 0 0;
	padding: 20px 0 0 30px;
	width: 900px;
}
.footer ul.bottom li.bottom{
	margin: 0;
	padding: 0 0 0 10px;
	width: 156px;
	float: left;
}
