@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------
						共通部分
-------------------------------------------------------*/

body{
	font-family: "メイリオ";
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-color: #009944;
}

/*----------	header	----------*/

#area_layouts{
	width: 100%;
	height: 155px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: fixed;
	min-width: 1000px;
}
#frame_healine{
	width: 1010px;
	height: 100px;
	margin: 0 auto;
	padding: 0px;
}
.logo {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	float: left;
}
#all-frame{
	width: 725px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	float: right;
}
h1 {
	width: 700px;
	height: 20px;
	margin: 0 auto 20px;
	padding: 0px;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #9F9F9F;
	text-decoration: none;
	text-align: right;
	display: block;
}

/*----------	mainimg	----------*/


#layouts_contents{
	width: 1010px;
	height: auto;
	margin: 0 auto;
	padding: 100px 0 200px;
	background-color: #FFF;
}
#mainimg{
	width: 1010px;
	height: 400px;
	margin: 0 auto 30px;
	padding: 0px;
	display: block;
}
#mainimg img{
 width: 1010px;
 height: auto;
 margin: 0 auto 30px;
 padding: 0px;
 display: block;
}
/*----------	main	----------*/

#layouts{
	width: 970px;
	height: auto;
	margin: 0 auto;
	padding: 0px 15px;
	overflow:hidden;
}

/*----------	right	----------*/

#rightside {
	width: 650px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
#contentarea {
	width: 650px;
	height: auto;
	margin: 0 0 50px;
	padding: 0px;
	display: block;
}
h2 {
	width: 650px;
	height: 40px;
	margin: 0 0 20px;
	padding: 0px;
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #009944;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: left;
	text-indent: 30px;
	line-height: 40px;
	display: block;
}
#rightside p {
	width: 650px;
	height: auto;
	margin: 0 0 20px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 25px;
	text-decoration: none;
}
.subimg{
	width: auto;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 0px;
	float: right;
	display: block;
}

/*----------	left	----------*/

#leftside {
	width: 280px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
h3 {
	width: 280px;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/h3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #009944;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	display: block;
}
#leftside ul {
	width: 270px;
	height: auto;
	margin: 0 auto;
	padding: 0px 5px;
	list-style-type: none;
}
#leftside #sub-menu {
	width: 270px;
	height: 45px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	border-bottom: 1px dashed #CCC;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 45px;
	text-decoration: none;
	text-align: left;
	text-indent: 30px;
	display: block;
}
#leftside #sub-menu a {
	color: #000;
	text-decoration: none;
	display: block;
}
#leftside #sub-menu a:hover {
	color: #333;
	text-decoration: underline;
}
#leftside p img {
	width: auto;
	height: auto;
	margin: 0 10px 10px 0;
	display: block;
	float:left;
}
#leftside p {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	background-color: #F9F9F9;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	word-break: break-all;
	display: block;
}

/*----------	footer	----------*/

#foot {
	width: 1010px;
	height: 200px;
	margin: 0 auto;
	padding: 0px;
	background-color: #009944;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 200px;
	display: block;
}
#foot a {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}

/*-------------------------------------------------------
						sub1
-------------------------------------------------------*/

#rightside #contentarea ul{
	margin: 0px;
	padding: 0px 5px;
	list-style: none;
}
#rightside #contentarea #sub-menu {
	width: 700px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 40px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-indent: 30px;
	display: block;
	background-image: url(../images/arrow2.png);
	background-repeat:no-repeat;
	background-position: left center;
	border-bottom: 1px dashed #CCC;
}
#rightside #contentarea #sub-menu a {
	text-decoration: none;
	color: #000;
	display:block;
}
#rightside #contentarea #sub-menu a:hover {
	text-decoration: underline;
	color: #747474;
}

/*-------------------------------------------------------
						sub2
-------------------------------------------------------*/

#my_link {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0 10px 25px ;
	font-size: 13px;
	line-height: 25px;
	background-image: url(../images/right_p.png);
	background-repeat: repeat-y;
	background-position: center center;
	display: block;
}
#my_link a {
	text-decoration: none;
}
#my_link a:hover {
	text-decoration: underline;
}
#my_link .linkcolor {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 5px;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #009944;
	text-decoration: none;
	display: block;
}

/*-------------------------------------------------------
						form
-------------------------------------------------------*/

table {
	border-collapse: collapse;
	font-size: 14px;
	border: #e1e1e1 solid 1px;
}
td,tr {
	border: 1px solid #e1e1e1;
	border-collapse:collapse;
	font-size:14px;
}
th {
	font-size: 14px;
	font-weight: normal;
	background-color: #F8F8F8;
	text-align: left;
	text-indent: 5px;
}
table div{
	margin: 0px;
	padding: 30px 0;
}

