/*** 基本 ***/

/*
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #555;
	font-size: 12px;
}
*/

#MainArea {
	width: 800px;
	font-size: 90%;
	line-height: 110%;
	margin:0 auto;
}

h1,h2,h3,h4,h5,p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 100%;
}
p {
	font-size: 90%;
	line-height: 140%;
}

img {
	border: none 0px;
}
form {
	margin: 0;
}
a {
	color: #5B0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*フロートクリア*/
div.clearb{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	width:765px;
}
br.clearb {
	clear: both;
}

/*共通クラス*/
.center{
	text-align:center
}

/*** MainMenu ***/
#MainMenu {
	padding: 30px 8px 0 8px;
	background: url("../images/common/mainmenu_bg01.gif") 0 0 no-repeat;
	/* for IE5.5 */
	width: 800px;
	height: 232px;
	/* for other */
	width: /**/784px;
	height: /**/202px;
}

#MainMenu h2 {
	margin: 0;
}

#MainMenu ul {
	margin: 10px 0 0 1px;
	padding: 0;
	list-style-type: none;
}

#MainMenu ul li {
	margin: 0 1px 0 0;
	padding: 0;
	float: left;
}

/*** 最下部お問い合わせ欄 ***/
.inq {
	margin: 25px 0 0;
	background: #e2f4f8;
}
.inq h3 {
	padding: 10px;
	font-size: 105%;
}
.inq h4 {
	padding: 3px 10px;
	font-size: 105%;
}
.inq p {
	padding: 0 10px 10px;
	font-size: 100%;
}
.inq p a {
	color: #000;
}

/*** ページトップ ***/
#Contents .pagetop {
	padding: 5px 0 15px;
	text-align: right;
}
#Contents .pagetop a {
	padding: 0 0 0 20px;
	color: #00f;
	text-decoration: underline;
	background: url("../images/common/mark02.gif") 0 0 no-repeat;
}
#Contents .pagetop a:hover {
	text-decoration: underline;
}

