@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------
						共通部分
-------------------------------------------------------*/

body {
	font-family: "メイリオ";
	margin: 0px;
	padding: 0px;
	position: relative;
}
.header-layout{
	width: 100%;
	min-width: 1100px;
	height: auto;
	min-height: 100%;
	background-image: url(../images/body_bg.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 0px;
	left: 0px;
}
#healine-outer{
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

/*----------	header	----------*/

#all_wrapper{
	width: auto;
	height: 85px;
	margin: 0 auto 30px;
	padding: 0px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
}
#top_page{
	width: 1000px;
	height: 85px;
	margin: 0 auto;
	padding: 0px;
}
.logo {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
h1 {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	padding: 0px;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	color: #ADADAD;
	text-decoration: none;
	text-align: right;
	display: block;
}
#top_wrapper{
	width: 700px;
	height: 85px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#btn {
	width: auto;
	height: 50px;
	margin: 0 0 0 10px;
	padding: 0px;
	background-image: url(../images/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	line-height: 50px;
	font-weight: normal;
	color: #B4B4B4;
	text-align: left;
	text-decoration: none;
	text-indent: 30px;
	float: right;
	display: block;
}
#top_wrapper ul {
	width: 700px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
#btn a {
	text-decoration: none;
	color: #666;
}
#btn a:hover {
	text-decoration: underline;
	color: #333333;
}

/*----------	contents	----------*/

#contentsarea{
	width: 1000px;
	height: auto;
	margin: 0 auto 200px;
	padding: 0px;
	overflow:hidden;
}

/*----------	mainimg	----------*/

#mainimg{
	width: 660px;
	height: 360px;
	margin: 0 auto 30px;
	padding: 0px;
	display: block;
}

/*----------	right	----------*/

#rightcol {
	width: 660px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
#center-content {
	width: 660px;
	height: auto;
	margin: 0 0 50px;
	padding: 0 0 20px 0;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	display: block;
}
h2 {
	width: 660px;
	height: 50px;
	margin: 0 0 20px;
	padding: 0px;
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #1E5A11;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-indent: 25px;
	line-height: 50px;
	display: block;
}
#rightcol p {
	width: 640px;
	height: auto;
	margin: 0 0 20px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 25px;
	text-decoration: none;
}
.subimg{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0 0 0 5px;
	display: block;
	float: right;
}

/*----------	left	----------*/

#leftcol {
	width: 300px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
h3 {
	width: 300px;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/h3.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	display: block;
}
#leftcol ul {
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	list-style-type: none;
}
#leftcol #side {
	width: 300px;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 40px;
	text-decoration: none;
	text-align: left;
	text-indent: 35px;
	display: block;
}
#leftcol #side a {
	color: #000;
	text-decoration: none;
	display: block;
}
#leftcol #side a:hover {
	color: #333;
	text-decoration: underline;
}
#leftcol p img {
	width: auto;
	height: auto;
	margin: 0 10px 10px 0;
	display: block;
	float:left;
}
#leftcol p {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	word-break: break-all;
	display: block;
}

/*----------	footer	----------*/

#foot {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background-color: #1E5A11;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	display: block;
}
#foot a {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}

/*-------------------------------------------------------
						sub1
-------------------------------------------------------*/

#rightcol #center-content ul{
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
}
#rightcol #center-content #side {
	width: 640px;
	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: 35px;
	display: block;
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #666;
}
#rightcol #center-content #side a {
	text-decoration: none;
	color: #000;
	display:block;
}
#rightcol #center-content #side a:hover {
	text-decoration: underline;
	color: #747474;
}

/*-------------------------------------------------------
						sub2
-------------------------------------------------------*/

#linkcontent {
	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;
}
#linkcontent a {
	text-decoration: none;
}
#linkcontent a:hover {
	text-decoration: underline;
}
#linkcontent .link_text {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 5px;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	display: block;
}

/*-------------------------------------------------------
						form
-------------------------------------------------------*/

table {
	border-collapse: collapse;
	font-size: 14px;
	border: #e1e1e1 solid 1px;
	margin: 0 auto;
}
td {
	border: 1px solid #A8A8A8;
	border-collapse:collapse;
	font-size:14px;
}
tr {
	border: 1px solid #A8A8A8;
	border-collapse:collapse;
	font-size:14px;
}
th {
	font-size: 14px;
	font-weight: normal;
	background-color: #E5E5E5;
	text-align: left;
	text-indent: 5px;
}
table div{
	margin: 0px;
	padding: 30px 0;
}
