@charset "utf-8";

body {
	font: 12px/20px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #505050;
	margin: 0px;
	padding: 0px;
	background: #CCCCCC;
	;
	text-align: center;
}
h1,h2,h3,h4,h5,img,ul,ol,li,div {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style: none;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.red {
	color: #FF0000;
}
a:link,a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
}
#rapper {
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 800px;
	text-align: left;
}

/*ヘッダー*/

#header {
	margin: 0px;
	padding: 13px 20px 0px;
	height: 77px;
}
#header #logomark {
	float: left;
	height: auto;
	width: 300px;
}
#telfax {
	text-align: right;
	height: auto;
	width: 450px;
	float: right;
	padding-top: 7px;
}
#header #telfax h2 {
	font: bold 14px/16px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
#telfax p {
	margin-top: 5px;
	font: 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #505050;
}

/*メイン*/

#rapper #main {
	margin: 0px;
	padding: 0px;
}

/*コンテンツ*/

#main #contents {
	float: right;
	width: 660px;
	height: auto;
	padding-bottom: 15px;
}
#contents h3 {
	text-align: center;
	margin-top: 34px;
	margin-bottom: 30px;
}
#contents .estimate {
	height: auto;
	width: 516px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
	border: 2px dotted #F90;
}
#contents li {
	padding-left: 18px;
	margin-top: 10px;
	background: url(../images/m_list.gif) no-repeat left 4px;
}

/*メニュー*/

#main #menu {
	background: url(../images/bg_menu.gif) no-repeat bottom;
	float: left;
	height: 360px;
	width: 140px;
}
#menu img {
	margin-bottom: 1px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	padding: 0px;
}

/*フッタ*/

#rapper #footer {
	background: #00B0EC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 20px;
}
#to_top {
	text-align: right;
	padding-top: 10px;
}

/*クリアフィックス*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
