@import url(about.css);

@import url(comparison.css);

@import url(FAQ.css);

@import url(flow.css);

@import url(form.css);

@import url(merit.css);





/* 基本設定

----------------------------------------------------*/



* {

	margin: 0;

	padding: 0;

}

img {

	border: none;

	font-size: 1px;

	line-height: 1.0;

}

p {

	color: #333;

	font-size: 80%;

	line-height: 1.4;

}

a {

	color: #2B68AB;

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

}

ul {

	list-style: none;

}

h1 {

	font-size: 1px;

	line-height: 0;

	text-indent: -10000em;

}

body {

	text-align: center;

	font-family: 'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;

}

#wrapper {

	width: 800px;

	margin: 0 auto;

}

#wrapper-inner {

	float: left;

	width: 800px;

	border-right: 1px solid #333;

	border-left: 1px solid #333;

}

#container {

	width: 796px;

	margin: 0 auto;

	text-align: left;

}



/* ヘッダ

----------------------------------------------------*/



#header a {

	display: block;

}

#titlebar {

	height: 101px;

	background: url(../images/header.jpg) 0 0 no-repeat;

}

#titlebar h1 {

	padding: 10px 0 0 0;

}

#titlebar h1 a {

	width: 454px;

	height: 80px;

	margin-left: 15px;

}



/* ナビゲーション

----------------------------------------------------*/



#navigation {

	float: left;

	width: 796px;

	padding-bottom: 11px;

	background: url(../images/navigation.gif) 0 0 no-repeat;

}

#navigation ul {

	padding: 6px 0 0 15px;

}

#navigation li {

	float: left;

	font-size: 1px;

	line-height: 0;

	text-indent: -10000em;

	margin-right: 2px;

}

#navigation li a {

	width: 100%;

	height: 18px;

}

#naviMerit {

	width: 112px;

}

#naviFlow {

	width: 88px;

}

#naviComparison {

	width: 135px;

}

#naviEstimate {

	width: 76px;

}

#naviFAQ {

	width: 59px;

}

#naviContact {

	width: 99px;

	margin-right: 0 !important;

}





/* 本文

----------------------------------------------------*/



#pageBody {

	text-align: center;

}



/* 本文メイン

----------------------------------------------------*/



#contents {

	margin: 0 23px;

	text-align: left;

}



/* フッター

----------------------------------------------------*/



#footer {

	float: left;

	width: 796px;

	height: 64px;

	background: url(../images/footer.jpg) 0 0 no-repeat;

}

#footer address {

	font-size: 1px;

	line-height: 0;

	text-indent: -10000em;

}

#btnEstimate {

	text-align: right;

	padding: 0 0 29px 0;

}

