@charset "utf-8";

@import url("common.css");


/*----------------------------------------------------
header
------------------------------------------------------*/
div#header {
	height: 106px;
	background: url(../img/common/header.jpg) no-repeat top center;
}

div#header h1 a {
	position: absolute;
	left: 12px;
	top: 14px;
	display: block;
	width: 263px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
}



/*----------------------------------------------------
menu
------------------------------------------------------*/
div#menu {
	background: url(../img/common/tab_bg_off.gif) repeat-x left bottom;
}




/*----------------------------------------------------
content > main > 
------------------------------------------------------*/
div#main {
	padding-bottom: 40px;
}

div#main h2 {
	padding-bottom: 20px;
}

div#main p {
	margin: 5px 35px 10px 35px;
	color: #666;
	line-height: 1.3;
}

div#main p.mgnBtm40 {
	margin-bottom: 40px;
}

div#main p strong {
	color: #BB693F;
}

div#main h3 {
	margin: 0 25px 20px 25px;
	padding: 0 0 0 4px;
	border-left: 2px solid #48789B;
	color: #48789B;
}



/*----------------------------------------------------
content > main > formBox
------------------------------------------------------*/
div.formBox {
	margin: 5px 35px 10px 35px;
}

div.formBox table {
	width: 730px;
	border-top: 1px solid #B3CBDB;
	background: #fff;
	color: #333333;
}

div.formBox table th {
	width: 35%;
	padding: 5px;
	background: #B3CBDB;
	color: #fff;
	text-align: left;
}

div.formBox table td {
	padding: 5px;
	border-bottom: 1px solid #B3CBDB;
	border-right: 1px solid #B3CBDB;
	text-align: left;
}

div.formBox table th.borderw {
	border-bottom: 1px solid #fff;
}

div.formBox div.btnBox {
	margin: 15px 0;
	text-align: center;
}

div.formBox input.text {
	width: 300px;
}



/*----------------------------------------------------
content > pagetop
------------------------------------------------------*/
div#main p.toTop {
	clear: both;
	margin: 0;
	padding: 0;
}
