@charset "utf-8";
/* CSS Document */

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	min-width: 1150px;
	background-image: url(../images/body.png);
	background-position: center center;
	background-repeat: repeat;
}
#clear {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}
/* <br id="clear" /> */
ul{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*-------------------------------------------------------
						top
-------------------------------------------------------*/

#area_page{
	width: auto;
	height: 575px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/wrapper.png);
	background-position: center top;
	background-repeat: no-repeat;
}

/*----------	header	----------*/

#outer_head{
	width: 1115px;
	height: 145px;
	margin: 0 auto;
	padding: 0px;
}
.logo{
	width: auto;
	height: 145px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#main-wrapper{
	width: 600px;
	height: 100px;
	margin: 0px;
	padding: 0 0 45px;
	float: right;
}
h1{
	width: auto;
	height: 25px;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	font-size: 10px;
	font-weight:normal;
	text-align: right;
	color: #666;
}
#main-wrapper #btns{
	width: auto;
	height: 60px;
	margin: 0 0 0 10px;
	padding: 0px;
	line-height: 60px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 15px;
	color: #666;
	background-image: url(../images/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	float: right;
}
#main-wrapper #btns a{
	text-decoration: none;
	color: #666;
}
#main-wrapper #btns a:hover{
	color: #999;
}

/*----------	header	----------*/

#mainimg{
	width: 1105px;
	height: 400px;
	margin: 0 auto;
	padding: 0px;
}

/*----------	warp 	----------*/

#header-page{
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 300px;
	background-image: url(../images/main_bg.png);
	background-position: center center;
	background-repeat: repeat-y;
}

/*----------	main 	----------*/

#contentsarea{
	width: 1060px;
	height: auto;
	margin: 0 auto;
	padding: 0 20px;
}

/*----------	right 	----------*/

#right-contents{
	width: 735px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}

/*----------	content   ----------*/

#center-box {
	width: 735px;
	height: auto;
	margin: 0 0 50px;
	padding: 0px;
}
#center-box h2{
	width: 735px;
	height: 40px;
	margin: 0 0 20px;
	padding: 0px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: left;
	text-indent: 30px;
	background-image: url(../images/h2_content.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#center-box p {
	width: 735px;
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #666;
}
.subimg1{
	width: auto;
	height: auto;
	margin: 0 15px 10px 0;
	padding: 0px;
	float: left;
}
.subimg2{
	width: auto;
	height: auto;
	margin: 0 0 10px 15px;
	padding: 0px;
	float: right;
}

/*----------	left 	----------*/

#left-contents{
	width: 295px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
h3{
	width: 295px;
	height: 40px;
	margin: 0 auto 15px;
	padding: 0px;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #666;
	background-image: url(../images/h3.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#left-contents #side-menu {
	width: 295px;
	height: 25px;
	margin: 0 auto 15px;
	padding: 0px;
	line-height: 25px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 40px;
	color: #666;
	background-image: url(../images/submenu.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#left-contents #side-menu a {
	color: #666;
	text-decoration: none;
	display: block;
}
#left-contents #side-menu a:hover {
	color: #CCC;
	text-decoration: none;
	position: relative;
	left: 10px;
}
#left-contents p img {
	width: auto;
	height: auto;
	margin: 0 10px 10px 0;
	display: block;
	float:left;
}
#left-contents p {
	width: 295px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFF;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	word-break: break-all;
	display: block;
}

/*----------pagetop----------*/

.pagetop{
	width: 1090px;
	height: 30px;
	margin: 0 auto;
	padding: 0 20px 20px 0;
	text-align: right;
	background-image: url(../images/main_bg.png);
	background-position: center center;
	background-repeat: repeat-y;
	display: block;
}

/*----------	footer	----------*/

#footer {
	width: auto;
	height: 50px;
	margin: 0 auto;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 100px;
	background-image: url(../images/footer.png);
	background-position: center center;
	background-repeat: repeat-x;
}
#footer p{
	width: 1100px;
	height: 50px;
	margin: 0 auto;
	padding: 0px;
	line-height: 50px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#left-contents #side-menu a:hover {
	color: #CCC;
	text-decoration: none;
	display: block;
}

/*-------------------------------------------------------
						sub1
-------------------------------------------------------*/

#right-contents #center-box #side-menu {
	width: 730px;
	height: 40px;
	margin: 0px; 
	padding: 0px;
	font-size: 13px;
	line-height: 40px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-align: left;
	text-indent: 25px;
	display: block;
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position: left center;
	border-bottom: 1px dashed #CCC;
}
#right-contents #center-box #side-menu a {
	text-decoration: none;
	color: #666;
	display:block;
}
#right-contents #center-box #side-menu a:hover {
	text-decoration: underline;
	color: #CCC;
}

/*-------------------------------------------------------
						sub2
-------------------------------------------------------*/

#mylink {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0 10px 25px;
	font-size: 13px;
	line-height: 25px;
	display: block;
	color: #666;
}
#mylink a {
	text-decoration: none;
}
#mylink a:hover {
	text-decoration: underline;
}
#mylink .linktext {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 5px;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #bebebe;
	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;
}


























