body {
	background-color: #FFFFFF;
	background-image: url(../img/back_main.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color:#454545;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 20px;
}

#base {
	width: 780px;
	background:#FFFFFF;
	text-align:center;	
	padding:0px 30px 0px 30px;

}




/* HeaderArea
======================================*/

.header_left {
	float: left;
	width: 490px;
	height:90px;
	text-align:left;
	padding:5px 0px 5px 10px;
	font-size:12px;
	color: #379193;
}
.header_right {
	float: right;
	width: 270px;
	height:auto;
	text-align:right;
	margin:75px 0px 0px 0px;

}


/* Navi Area
======================================*/

.navi {
	width:780px;
	height: 46px;
	background-position: center;
	margin:0px 0px 0px 0px;
}
.sitenavi {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
.sitenavi ul {
	float:left;
	margin:0;
	padding:0;
}
.navi .sitenavi li {
	float:left;
	height:46px;
}
.menu_1 a {
	height: 46px;
	width: 110px;
}
.menu_line1 {
	height: 46px;
	width: 2px;
}
.menu_line2 {
	height: 46px;
	width: 1px;
}		
		
/* Main Area
======================================*/

.main_back {
	background-color: #FFFFFF;
	background-image: url(../img/back_top.gif);
	background-repeat: no-repeat;
	width: 780px;
	height:700px;
	margin-top: 1px;
}
.main_left {
	float: left;
	width: 560px;
	text-align:center;
	margin-top:20px;
}
.main_right {
	float:right;
	width: 200px;
	text-align:center;
	margin: 20px 3px 0px 0px;

}
.main_right  ul {
	float:left;
	margin:0;
	padding:0;
}

.main_right_list {
	height: 70px;
	text-align: top;
	padding-bottom:8Spx;
	
}

.main_right_list2 {
	height: 350px;
	text-align: top;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding: 10px 5px 5px 5px;
	
}

.top_info {
	font-size: 12px;
	color:#000066;
	text-align: left;
	float: left;
	width: 263px;
	border: 1px solid #CCCCCC;
	height: 120px;
	padding-top: 2px;
	padding-left: 5px;
	overflow: auto;
	line-height: 14px;
}
.top_info a:link  {
	font-size: 12px;
	text-align: left;
	line-height: 14px;	
	color:#0066FF;
	text-decoration: underline;
}
.top_info a:hover {
	font-size: 12px;
	text-align: left;
	line-height: 14px;	
	color:#FF3300;
	text-decoration: underline;
}
.top_info li {
	list-style:none;
	list-style-image: none;
	list-style-type: none;
	font-size:12px;
	color:#000066;
	margin-top:8px;
	clear: left;	
}


/* List style none */
ul{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}


/* FooterArea
======================================*/

.footer {
	width: 100%;
	height: 30px;
	clear: both;
	background-image:url(../img/footer_back.gif);
	background-repeat:no-repeat;
	color:#006699;
	text-align: center;
	font-size: 11px;
	padding-top: 13px;
	letter-spacing: 1px;
	margin-top: 40px;
}
