@charset "utf-8";
/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.6;
	color: #253951;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	background-color: #FFFFFF;
	background-image: url(../images/common/common_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}


/* link style
--------------------------*/

a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
	color: #253951;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #48a5f2;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
--------------------------*/


#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 853px;
	height: 164px;
	margin-left: 3.5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#container {
	height: 1000px;
	width: 860px;
	background-image: url(../images/common/main_repeat.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 3.5px;
	margin-top: 0px;
	padding-top: 0px;
}
#main {
	width: 600px;
	height: 1517px;
	float: right;
	margin-top: 10px;
	margin-bottom: 45px;
	padding-right: 5px;
}

#sidebar {
	width: 236px;
	float: left;
	margin-left: 3.5px;
}
#footer {
	width: 100%;
	background-image: url(../images/common/footer_bg.gif);
	height: 270px;
	background-repeat: repeat-x;
	background-position: left top;
}


/* header styles
--------------------------*/


.head {
	background-image: url(../images/common/head.jpg);
	background-position: left top;
	height: 23px;
	width: 853px;
	margin-bottom: 20px;
}
.head p {
	color: #FFFFFF;
	font-size: 0.95em;
	padding-top: 4px;
	text-align: center;
}
.headNavi {
	float: left;
}
.head_navi {
	width: 365px;
	float: left;
	margin-left: 230px;
	margin-top: 10px;
}
#header h1 {
	float: left;
	display: block;
}
#header ul {
	width: 853px;
	height: 52px;
	clear: both;
	padding-top: 17px;
}
#header li {
	list-style: none;
	float: left;
}
#wrapper  .clear {
	height: 0px;
	clear: both;
	visibility: hidden;
}



/* sidebar styles
--------------------------*/
#estimate {
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
}
#sidebar h3 {
	display: block;
	height: 375px;
	width: 235px;
}

#container h2 {
}

.underNavi ul {
	text-align: center;
}
.underNavi li {
	display: inline;
	padding-left: 10px;
	border-left: 1px solid #253951;
	padding-right: 5px;
	line-height: 200%;
}

.underNavi {
	clear: both;
	margin-bottom: 20px;
}
.underNavi  #top01, #company {
	border-left-style: none;
}
head~/* */body .container_head {
	margin-top: 6px;
}/* IE8向け */  
 


/* footer styles
--------------------------*/

#footer .footerBox {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#footer .fLeftBox {
	width: 654px;
	float: left;
}
#footer  .bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	margin-bottom: 13px;
	background-image: url(../images/common/bullet.gif);
	background-position: left center;
	padding-left: 12px;
	background-repeat: no-repeat;
}
#footer .bold a {
	text-decoration: none;
	color: #666666;
}
#footer .bold a:hover {
	color: #48a5f2;
}


#footer .seoTxt {
	color: #999999;
	font-size: 10px;
	line-height: 180%;
}
#footer .fRightBox {
	width: 190px;
	float: right;
}
#footer #link {
	list-style: none;
}
#footer #link li {
	font-size: 10px;
	color: #999999;
	padding-left: 15px;
	background-image: url(../images/common/pc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-bottom: 5px;
	height: 16px;
}
#footer #link li a {
	color: #999999;
	text-decoration: none;
}
#footer #link li a:hover {
	color: #48a5f2;
}

#footer .footerBox #clear {
	clear: both;
	text-align: center;
	font-size: 10px;
	margin-bottom: 12px;
	color: #999999;
	display: block;
	padding-top: 50px;
}
#footer .footerBox address {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
