@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/top/header_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 {
	text-decoration: none;
	color: #48a5f2;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
--------------------------*/


#wrapper {
	width: 853px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 853px;
	height: 398px;
}
#sidebar {
	width: 236px;
	float: left;
}
#main {
	width: 600px;
	height: 1577px;
	float: right;
	background-image: url(../images/top/main_bg.jpg);
	margin-top: 10px;
	margin-bottom: 45px;
	padding-right: 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 h2 {
	height: 243px;
	width: 852px;
	clear: both;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#header ul {
	width: 853px;
	height: 52px;
}
#header li {
	list-style: none;
	float: left;
}


/* sidebar styles
--------------------------*/
#estimate {
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
}
#sidebar h3 {
	display: block;
	height: 375px;
	width: 235px;
}

.topics {
	background-image: url(../images/top/topics.jpg);
	height: 534px;
	width: 236px;
	margin-top: 25px;
}
#topTopics {
	padding-top: 75px;
	display: block;
}
#sidebar dl {
	margin-left: 25px;
	margin-bottom: 10px;
	display: block;
}
#sidebar dt {
	font-size: 11px;
	display: block;
}
#sidebar dd {
	font-size: 10px;
	line-height: 180%;
}


/* main styles
--------------------------*/

#main #title {
	margin-top: 40px;
	margin-left: 25px;
	display: block;
}
#main h4 {
	margin-left: 24px;
	margin-top: 20px;
	display: block;
}
#main h6 {
	margin-left: 120px;
	margin-bottom: 20px;
	display: block;
}
#main .text {
	margin-left: 145px;
	margin-bottom: 17px;
	display: block;
}
#main .more {
	text-align: right;
	margin-right: 30px;
	margin-bottom: 10px;
	display: block;
}
#main #backTop {
	margin-top: 25px;
	text-align: right;
	margin-right: 20px;
	display: block;
}


.underNavi ul {
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
}
.underNavi li {
	display: inline;
	padding-left: 10px;
	border-left: 1px solid #666666;
	padding-right: 5px;
}

.underNavi a:hover {
	color: #48a5f2;
	text-decoration: none;
}

.underNavi {
	clear: both;
	margin-bottom: 20px;
}
.underNavi  #top01, #company {
	border-left-style: none;
}

/* 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;
	height: 16px;
	margin-bottom: 5px;
	display: block;
}
#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;
}

*:first-child+html #main p#backTop {
	padding-top: 3px;
}
