@charset "utf-8";

/*--common--*/
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Meiryo;
	margin:0px;
	padding:0px;
	color:#333333;
}

body {
	background:#e9e5da;
	font-size:13px;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.m_auto{
	margin-left:auto;
	margin-right:auto;
}
.px_0{
	font-size:0px;
}
.floatBox{
	width:600px;
	overflow:auto;
}

/*--//common--*/

#container{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	overflow:hidden;
}

#mainBox{
	float:right;
	width:600px;
}

#sideBox{
	width:190px;
	float:left;
}

/*--header---*/

#headerWrapper{
	background:url(../img/header_bg.jpg) repeat-x;
	height:318px;
}
#headerBox{
	background:url(../img/header_bgCenter.jpg) no-repeat center top;
	height:318px;
}
#flashBox{
	padding-top:8px;
}
/*--//header---*/

/*--content--*/
#contentWrapper{
	background:#fff;
	padding:10px 0px;
}



/*--main cornerBox--*/

.cornerWrapper_under{
	background:url(../img/corner600_under.gif) no-repeat center bottom;
	padding-bottom:7px;	
}

.cornerWrapper_top{
	background:url(../img/corner600_top.gif) no-repeat center top;
	padding-top:7px;	
}

.cornerWrapperBox{
	padding:7px;
	border-left:#dedede solid 3px;
	border-right:#dedede solid 3px;

}

/*--//main cornerBox--*/


/*--グローバルメニュー--*/
#gmenuBox{
	overflow:hidden;
	width:800px;
	margin-right:auto;
	margin-left:auto;
	height:32px;
}

#gmenuBox li{
	float:left;
}

/*--//グローバルメニュー--*/

/*--banner_contact--*/
#banner_contactBox{
	border:#eeede0 solid 1px;
	background:#fff;
	padding:3px;
	width:182px;
}
#banner_contactWrapper{
	background:#eeede0;
	padding:5px;
}
#banner_contactWrapper h3{
	text-align:center;
	border-bottom:solid #fff 1px;
	padding-bottom:2px;
}
#banner_contactWrapper p{
	text-align:center;
}
/*---フォーム--*/
.formTable{
	width:598px;
	border-collapse:collapse;
}
.formTable th,.formTable td{
	border:solid 1px #afafaf;
	padding:5px 10px;
}
.formTable th{
	width:160px;
	text-align:left;
	font-weight:bold;
	background:#e5e5e5;
	vertical-align:top;
	font-size:12px;
}
.formTable th img{
	vertical-lign:middle;
}

.formTable td{
	background:#f5f5f5;
	wordbreak:break-all;
}

.longArea{
	width:408px;
}

.middleArea{
	width:254px;
}
.shortArea{
	width:60px;
}

/*---//フォーム--*/





/*footer*/

#footer_linkWrapper{
	background:#fff;
}

#footer_linkWrapper li{
	font-size:12px;
	padding:5px 10px;
	float:right;
}

#footer_link{
	width:800px;
	overflow:hidden;
	margin:0px auto;
}

address{
	padding:5px 0px;
	font-size: 11px;
	font-style: normal;
	color:#766e58;
	border-top:solid 1px #766e58;
}

/*//footer*/

