<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* top.css
--------------------------------------------*/

#main_image_back {
	background:url("../images/main_image_back.jpg") repeat-x left bottom;
	height:450px;
}
#main_img {
/*
	position:relative;
*/
	width:100%;
	height:450px;
	background:url("../images/main_image.jpg") no-repeat center center;
	margin:0 auto;
}
#main_img_inner {
	width:980px;
	height:450px;
	position:relative;
	margin:0 auto;
}
#main_img_inner p.concept_btn {
	position:absolute;
	bottom:15px;
	left:151px;
}
#button_area {
	background:url("../images/back_repeat.gif") repeat top left;
/*
	height:290px;
	padding-bottom:25px;
*/
	padding-bottom:5px;
}
#button_area_inner {
	width:980px;
	margin:0 auto;
}
#button_area_inner ul li {
	float:left;
	height:125px;
/*
	margin-top:10px;
*/
}
#button_area_inner ul li:nth-child(2),
#button_area_inner ul li:nth-child(3),
#button_area_inner ul li:nth-child(5) {
	margin-left:19px;
}
/* mail member
--------------------------------------------*/
#mail_member {
	position:relative;
	background:url("../images/top/mail_member.jpg") no-repeat top center;
	width:980px;
	height:457px;
	padding-bottom:55px;
	margin:40px auto 0;
}
#mail_member p {
	position:absolute;
	bottom:145px;
	left:176px;
	font-size:1.1em;
}

.mailmember{
	margin: 10px 0 10px 0;
	height: 440px;
	min-width:970px;
	border: solid 3px #699439;
}

.mailbutton{
	float:left;
	width:394px;
}
.mailbutton p{
	margin: 0px 0px 2px 15px;
	font-size: 120%;
}
.mailbutton img{
	margin: 5px 0px 1px 10px;
	width:175px;
}
.mailcomment{
	float:left;
	width:576px;
}

.clearb{clear:both;}</pre></body></html>