@charset "euc-jp";

/* =====================================================================
	global
====================================================================== */

* {
	margin : 0;
	padding : 0;
	background : transparent;
}

body {
	background : #f7f7f7;
	color : #000000;
}

.more a{
	float: right;
	display : block;
	height: 21px;
	text-indent : 25px;
	font-size: 14px;
	padding-right: 5px;
	background : url(../image/more.gif) no-repeat;
	background-color: #fff88e;
}

.none {display:none;}

/* ___________________________________________________________ anchor */

a {
	text-decoration: none;
}
a:link {
	color : #06C;
}
a:visited {
	color : #06C;
}
a:hover {
	color : #F90;
	text-decoration: underline;
}
a:active {
	color : #06C;
}

/* =====================================================================
	header
====================================================================== */

h1 {
	color : #aa7c21;
	font-size : 12px;
	text-align : left;
	text-indent : 30px;
	width: 858px;
	height: 18px;
	margin: 0 auto;
}

div#header {
	overflow : hidden;
	background : url(../image/headerback.gif) no-repeat;
	width : 858px;
	height : 87px;
	margin : 0 auto;
}

h2#homelogo {
	float : left;
	width : 403px;
	height : 80px;
	margin : 4px 0 0 50px;
}
h2#homelogo a {
	/*\*/
	overflow : hidden;
	/**/
	background: url(../image/homelogo.jpg) no-repeat;
	display : block;
	text-indent : -9999px;
	width : 403px;
	height : 80px;
	padding : 75px 0 0 0;
}



/* =====================================================================
	shell
====================================================================== */

div#shell {
	/*\*/
	overflow : hidden;
	/**/
	width: 858px;
	margin: 0 auto;
	padding: 30px 0;
	background : url(../image/shellback.gif) repeat-y;
}

/* =====================================================================
	main_contents
====================================================================== */

div#main_contents {
	float: left;
	width: 520px;
	margin-left: 29px;
}

/* ___________________________________________________________ contact */

div#contact h2 {
	/*\*/
	overflow : hidden;
	/**/
	background : url(../image/contact.gif) no-repeat;
	display : block;
	width: 520px;
	height: 52px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	padding: 0;
}

div#contactform form {
	width : 520px;
	margin : 10px 0;
	text-align : center;
}

div#contactform fieldset {
	font-size: 13px;
	margin : 3px auto 0 auto;
	border : none;
	text-align : left;
}

div#contactform dl {
	padding: 0;
	margin : 10px auto 0 auto;
	border-left : 3px solid #f5ae04;
	background : #f5e104;
}

div#contactform dt {
	float: left;
	width: 130px;
	height: auto;
	font-weight: normal;
	margin: 0;
	padding: 0.5em 0 1em 0.5em;
	border: none;
	background: transparent;
}

div#contactform dd {
	margin : 0 0 0 150px;
	padding: 0.5em 0 1em 0.5em;
	border : none;
	background : #ffffff;
}

div#contactform input {
	font-size: 13px;
	border: 1px solid #7f9db9;
}

div#contactform select {
	font-size: 13px;
	border: 1px solid #7f9db9;
}

div#contactform textarea {
	font-size: 13px;
	border: 1px solid #7f9db9;
}

div#contactform fieldset p {
	width: 520px;
	text-align: center;
	margin: 15px 0;
}

div#contactform fieldset p#submit input {
	width: 180px;
	color: #FFF;
	text-align: center;
	margin: 15px 0;
	border: 4px double #06C;
	background-color: #09F;
}

/* ___________________________________________________________ contact_submit */

div#contact p.comt {
	width: 480px;
	margin: 10px 0 0 0;
	padding: 0 20px;
	font-size: 14px;
	line-height: 25px;
}

 input#btm {
	width: 180px;
	color: #FFF;
	text-align: center;
	margin: 15px 0;
	border: 4px double #06C;
	background-color: #09F;
}

/* =====================================================================
	side_contents
====================================================================== */
div#side_contents {
	float: right;
	width: 250px;
	margin-right: 29px;
}

/* =====================================================================
	footer
====================================================================== */

div#footer {
	/*\*/
	overflow : hidden;
	/**/
	width: 858px;
	height: 157px;
	margin: 0 auto;
	clear: both;
	display: block;
	background : url(../image/footer.gif) no-repeat;
}

div#footer address {
	/*\*/
	overflow : hidden;
	/**/
	width: 858px;
	height: 35px;
	text-align: center;
}
