 /*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;
}
.content_left_pane  {
	float: left;
	width: 560px;
	text-align:center;
	margin-top:20px;
}
.content_banner_pane {
	float:right;
	width: 200px;
	text-align:center;
	margin:20px 5px 0px 0px;
}
.content_banner_pane  ul {
	float:left;
	margin:0;
	padding:0;
}

.content_banner_pane_list {
	height: 70px;
	text-align: top;
	padding-bottom:8Spx;
	
}

.content_banner_pane_list2 {
	height: 270px;
	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: 530px;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-left: 5px;
	overflow: auto;
	line-height: 14px;
}
.pr_title {
	background-image: url(img/pr_title.gif);
	height: 40px;
	width: 200px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.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;	
}
.table_dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}



/* 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;
}

