/* 共通 */

body {
	margin:0px; padding:0px;
	background:url(img/bg.png) center;
	line-height:120%;
	font-size: 13px;
	color:#000000;
}

/* ヘッダー */

.header {
	margin:5px 0px 0px 0px;
	padding:0px;

}

/* メニュー */

.menu_color{
	color:#ececec;
}

a.menu{
	width:120px;
	margin-left:0px ;
	padding:0px;
	display:block;
	background:url(img/menu.png);
	padding:8px 2px 8px 19px;
	font-weight: bold;
	font-size: 12px;
	line-height:100%;
	color:#000000;
	text-decoration:none;
}

a.menu1{
	width:120px;
	margin-left:0px ;
	padding:0px;
	display:block;
	background:url(img/menu_on.png);
	padding:8px 2px 8px 19px;
	font-weight: bold;
	font-size: 12px;
	line-height:100%;
	text-decoration:none;
}

a.menu:hover{
	background:#B74900 url(img/menu_on.png);
}

/* メイン */

.main {
	margin:0px 0px 0px;
	padding:0px;
	font-size: 13px;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#333333;
}

.section h3{
	display:block;
	margin-bottom:0.3em;
}

.info_head {
	width:500px;
	margin-left:10px ;
	display:block;
	background:#660099;
	padding:3px 3px 3px 3px;
	font-weight: bold;
	text-align:left;
	color:#ffffff;
}

.attention_head {
	width:500px;
	margin-left:10px ;
	display:block;
	background:#ff0000;
	padding:3px 3px 3px 3px;
	font-weight: bold;
	text-align:left;
	color:#ffffff;
}
.news_head {
	width:500px;
	margin-left:10px ;
	display:block;
	background:#6666ff;
	padding:3px 3px 3px 3px;
	font-weight: bold;
	text-align:left;
	color:#ffffff;
}

.news_contents {
	margin-left:30px ;
	padding:5px 0px 0px 0px;
	text-align:left;
}

.table1 {
	width:580;
	background:#99cc99;
}

.table_left {
	background:#ffffff;
	text-align:left;
}

.table_right {
	background:#ffffff;
	text-align:right;
}

.font {
	font-size: 15px;
	font-weight: bold;
	color: #0000ff;
}

.font1 {
	font-size: 15px;
	font-weight: bold;
	color: #EE6408;
}

.font2 {
	font-weight: bold;
	color:#990000;
}

.font3 {
	font-weight: bold;
	color:#004000;
}

.line1 {
 border-top:#ffa500 2px solid;
 margin:0px ;
 width:500px;
}

.line2 {
 border-top:#0000ff 2px solid;
 margin:0px ;
 width:500px;
}

.line3 {
 border-top:#ff0000 2px solid;
 margin:0px ;
 width:500px;
}

/* フッター */

.footer {
	margin:0px;
	padding:0px;
	background-color:#99CC99;
	font-size:10px; color:#333333; text-align: right;
	border-style:solid; border-width:0px 2px 0px 2px;
	border-color:#cccccc;
}

