@charset "utf-8";




/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #513C34;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
a img {
	border: none;
}

/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	position: relative;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main {
	background-color: #F4F1E5;
}

#footer {
	clear: none; /* for WinIE6,7 */
	background-color: #FFFFFF;
	height: 50px;
}

/* header styles
------------------------------*/
#header {
	height: 60px;
	position: relative;
	background-color: #FFFFFF;
	width: 800px;
}

#header #logo {
	position: absolute;
	top: 6px;
	left: 12px;
	float: left;
}
#header #mail {
	right: 16px;
	float: right;
	margin-right: 16px;
	margin-top: 13px;
}




/* main styles
------------------------------*/
#main{
	height: 450px;
	width: 800px;
}

/* footer styles
------------------------------*/
#footer #kousokulogo {
	position: relative;
	top: 5px;
	left: 215px;
}
#wrapper #footer h2 {
	float: left;
}

#footer p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 7.5pt;
	color: #513C34;
	float: right;
	padding-right: 5px;
}

#footer address {
	color: #513C34;
	font-size: 6.5pt;
	padding-right: 5px;
	clear: right;
}

