@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------
						共通部分
-------------------------------------------------------*/

body {
	font-family: "メイリオ";
	margin: 0px;
	padding: 0px;
	position: relative;
}
.layouts-area{
	width: 100%;
	min-width: 1100px;
	height: auto;
	min-height: 100%;
	background-image: url(../images/body_bg.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 0xp;
	left: 0px;
}
#area_outer{
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

/*----------	header	----------*/

#main_outer{
	width: auto;
	height: 85px;
	margin: 0 auto 30px;
	padding: 0px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
}
#outer-head{
	width: 995px;
	height: 85px;
	margin: 0 auto;
	padding: 0px;
}
.logo {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
h1 {
	width: 695px;
	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-layouts{
	width: 695px;
	height: 85px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#btns {
	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-layouts ul {
	width: 695px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
#btns a {
	text-decoration: none;
	color: #666;
}
#btns a:hover {
	text-decoration: underline;
	color: #333333;
}

/*----------	contents	----------*/

#wrap{
	width: 995px;
	height: auto;
	margin: 0 auto 200px;
	padding: 0px;
	overflow:hidden;
}

/*----------	mainimg	----------*/

#mainimg{
	width: 655px;
	height: 360px;
	margin: 0 auto 30px;
	padding: 0px;
	display: block;
}

/*----------	right	----------*/

#rightContents {
	width: 655px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
#content-center {
	width: 655px;
	height: auto;
	margin: 0 0 50px;
	padding: 0 0 20px 0;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	display: block;
}
h2 {
	width: 655px;
	height: 50px;
	margin: 0 0 20px;
	padding: 0px;
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #4D9B9B;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-indent: 25px;
	line-height: 50px;
	display: block;
}
#rightContents p {
	width: 630px;
	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	----------*/

#leftContents {
	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;
}
#leftContents ul {
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	list-style-type: none;
}
#leftContents #sub {
	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;
}
#leftContents #sub a {
	color: #000;
	text-decoration: none;
	display: block;
}
#leftContents #sub a:hover {
	color: #333;
	text-decoration: underline;
}
#leftContents p img {
	width: auto;
	height: auto;
	margin: 0 10px 10px 0;
	display: block;
	float:left;
}
#leftContents 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: #4D9B9B;
	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
-------------------------------------------------------*/

#rightContents #content-center ul{
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
}
#rightContents #content-center #sub {
	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;
}
#rightContents #content-center #sub a {
	text-decoration: none;
	color: #000;
	display:block;
}
#rightContents #content-center #sub a:hover {
	text-decoration: underline;
	color: #747474;
}

/*-------------------------------------------------------
						sub2
-------------------------------------------------------*/

#div_links {
	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;
}
#div_links a {
	text-decoration: none;
}
#div_links a:hover {
	text-decoration: underline;
}
#div_links .linkcolor {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 5px;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #4D9B9B;
	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;
}
