@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------
						共通部分
-------------------------------------------------------*/

body{
	font-family: "メイリオ";
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
#outer-head{
	width: 930px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/wrapper_bg.png);
}
#wrapper-main{
	width: 930px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
#clear {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}

/*----------	header	----------*/

#body-wrap{
	width: 910px;
	height: 100px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/header_bg.png);
	background-repeat:repeat-x;
	background-color: #D16C9B;
}
#page_body{
	width: 500px;
	height: 100px;
	margin: 0px;
	padding: 0 10px 0 0;
	float: right;
}
.logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 1;
}
h1 {
	width: 500px;
	height: 35px;
	margin: 0 auto;
	padding: 0px;
	font-size: 12px;
	line-height: 35px;
	font-weight: normal;
	color: #6B6B6B;
	text-decoration: none;
	text-align: right;
	display: block;
}
#btn {
	width: auto;
	height: 65px;
	margin: 0 0 0 10px;
	padding: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	line-height: 65px;
	font-weight: normal;
	color: #666;
	text-align: left;
	text-decoration: none;
	text-indent: 15px;
	float: right;
	display: block;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#btn a {
	text-decoration: none;
	color: #666;
}
#btn a:hover {
	text-decoration: underline;
	color: #333333;
}

/*----------	mainimg	----------*/

#mainimg{
	width: 930px;
	height: 360px;
	margin: 0 auto 30px;
	padding: 0px;
	display: block;
	z-index: 2;
}

/*----------	navi	----------*/

#navi {
	width: 920px;
	height: 75px;
	margin: 0 auto 20px;
	padding: 0 0 0 20px;
	background-image: url(../images/navi.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
#gnavi {
	width: 225px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	line-height: 75px;
	color: #000;
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
}
#gnavi a {
	color: #000;
	text-decoration: none;
	display: block;
}
#gnavi a:hover {
	text-decoration: underline;
	height: 45px;
	color: #333;
}

/*----------	main	----------*/

#contentsarea{
	width: 870px;
	height: auto;
	margin: 0 auto 200px;
	padding: 0 20px;
	overflow:hidden;
}

/*----------	right	----------*/

#right-contents {
	width: 545px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
#center_box {
	width: 545px;
	height: auto;
	margin: 0 0 50px;
	padding: 0px;
	display: block;
}
h2 {
	width: 545px;
	height: 50px;
	margin: 0 0 20px;
	padding: 0px;
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #D16C9B;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	text-indent: 30px;
	line-height: 50px;
	display: block;
}
#right-contents p {
	width: 545px;
	height: auto;
	margin: 0 0 20px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 25px;
	text-decoration: none;
}
.subimg{
	width: 545px;
	height: 150px;
	margin: 0 auto 20px;
	padding: 0px;
	display: block;
}

/*----------	left	----------*/

#left-contents {
	width: 270px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
h3 {
	width: 270px;
	height: 35px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/h3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #D16C9B;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	display: block;
}
#left-contents ul {
	width: 270px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
}
#left-contents #sidebar {
	width: 270px;
	height: 45px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/arrow2.png);
	background-repeat: no-repeat;
	background-color: #F9F9F9;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 45px;
	text-decoration: none;
	text-align: left;
	text-indent: 35px;
	display: block;
}
#left-contents #sidebar a {
	color: #000;
	text-decoration: none;
	display: block;
}
#left-contents #sidebar a:hover {
	color: #333;
	text-decoration: underline;
}
#left-contents p img {
	width: auto;
	height: auto;
	margin: 0 10px 10px 0;
	display: block;
	float:left;
}
#left-contents 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: 910px;
	height: 200px;
	margin: 0 auto;
	padding: 0px;
	background-color: #D16C9B;
	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
-------------------------------------------------------*/

#right-contents #center_box ul{
	margin: 0px;
	padding: 0px 5px;
	list-style: none;
}
#right-contents #center_box #sidebar {
	width: 540px;
	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 #666;
}
#right-contents #center_box #sidebar a {
	text-decoration: none;
	color: #000;
	display:block;
}
#right-contents #center_box #sidebar 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: #D16C9B;
	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;
}
