 /*html*/
body {
	background-color: #ABD968;
	background-image: url(img/back_2.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color:#454545;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 20px;
	background-position: center bottom;
	background-attachment: fixed;
}

#base {
	width: 780px;
	background:#FFFFFF;
	text-align:center;	
	padding:0px 30px 0px 30px;

}



/* Header Area
======================================*/

.header_back {
	background-image:url(img/top_header_back.jpg);
	width:780px;
	height:117px;
	background-repeat:no-repeat;
}
.logo {
	float:left;
}

.top_img {
	background-image: url(img/top_img-1.jpg);
	background-repeat: no-repeat;
	height: 208px;
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
}



/* Header Navi Area
======================================*/
.header_navi {
	font-size: 13px;
	color: #0FB883;
}
.header_navi a:link{
	font-size: 13px;
	color: #0FB883;
	text-decoration:none;
}
.header_navi a:visited  {
	font-size: 13px;
	color: #0FB883;
	text-decoration:none;
}
.header_navi a:hover{
	font-size: 13px;
	color:#0081FF;
	text-decoration:underline;
}


/* Navi Area
======================================*/
.navi {
	font-size: 13px;
	color: #195B01;
}
.navi a:link{
	font-size: 13px;
	color:#195B01;
	text-decoration:none;
}
.navi a:visited  {
	font-size: 13px;
	color:#195B01;
	text-decoration:none;
}
.navi a:hover{
	font-size: 13px;
	color:#0081FF;
	text-decoration:underline;
}

/* Main Area
======================================*/

#contents{
	background-color: #FFFFFF;
	width: 780px;
	height:auto;
	margin-top: 1px;
	padding-top:20px;
}

.main {
	width: 780px;
	height:auto;
	padding-top:20px;
}

.table_dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.title_bar_1 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 680px;
	padding-top: 6px;
	float: none;
	text-align: left;
	text-indent: 30px;
}
.title_bar_sub_1 {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	float: none;
	text-align: left;
	text-indent: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 28px;
	width: 650px;
}


/* List style none */
ul{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}


/* FooterArea
======================================*/

.footer {
	width: 780px;
	height: 30px;
	clear: both;
	background-image:url(img/footer_line.jpg);
	background-repeat:repeat-x;
	color:#90CAAE;
	text-align: center;
	font-size: 11px;
	padding-top: 15px;
	letter-spacing: 1px;
	margin-top: 40px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
}

