@charset "UTF-8";

/* ------------------------------
　構造
------------------------------ */
#container{
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* for WinIE6 */
}

#header{
	width: 800px;
}

#main-container{
	width: 800px;
	margin-top: 25px;
	background: #F2F2F2;
}

#side-area{
	width: 220px;
	float: left;
}

#main-area{
	width: 530px;
	float: right;
	background: #FFFFFF;
	padding: 0 25px 10px 25px;
}

#footernavi{
	border-top: #CCCCCC 2px solid;
	width: 800px;
	padding: 4px 0;
}

#footer{
	border-top: #CCCCCC 2px solid;
	width: 800px;
	height: 45px;
	padding-top: 4px;
}


/* ------------------------------
　基本設定
------------------------------ */
body{
	font-size: 90%;
	color: #333333;
	line-height: 1.6;
	font-family:Verdana,Arial,sans-serif;
	background: #FFFACF url(../images/common/site-bg.gif) repeat-y center;
	text-align: center; /* for WinIE6 */
}

a{
	color: #1655AB;
	text-decoration: underline;
}

a:hover{
	color: #FC7F00;
	text-decoration: none;
}



/* ------------------------------
　ヘッダ
------------------------------ */
#header h1{
	font-size: 85%;
	color: #993300;
	padding: 4px 10px;
	line-height: 1.2;
}

#header div.logo-area{
	background: #FFD52B url(../images/common/header-bg.gif) repeat-x;
	padding: 10px;
}

#header div.telnum{
	background: #FFF0B3;
	float: right;
	padding: 4px;
	text-align: center;
}

#header div.area-info{
	background: #FC7F00;
	border-top: #CF3400 2px solid;
	border-bottom: #CF3400 2px solid;
	padding: 7px;
	clear: both;
}

#header div.area-info p.title{
	float:left;
	width: 130px;
	padding: 10px 8px;
}

#header div.area-box{
	background: #FFFFFF;
	border: #EE7800 1px solid;
	margin-left: 150px;
	padding: 6px 10px;
}

#header div.area-box h2.area-name{
	font-size: 115%;
	color: #FF6600;
	font-weight: bold;
	line-height: 1.3;
}

/* ------------------------------
　フッタ
------------------------------ */
#footernavi p{
	font-size: 85%;
	text-align: center;
}

#footernavi a{
	text-decoration: none;
}

#footer p{
	font-size: 75%;
	color: #666666;
	float: left;
	padding-left: 10px;	
}

#footer ul{
	float: right;
}

#footer ul li{
	font-size: 85%;
	float: left;
	margin-right: 15px;
	display: inline; /* for WinIE6 */
}
#footer ul li a{
	text-decoration: none;
}

/* ------------------------------
　左エリア
------------------------------ */
#side-area div.estimate-area{
	background: #FFD52B;
	border-bottom: solid 2px #FFFFFF;
	padding: 8px;
	font-size: 90%;
	line-height: 1.2;
}

#side-area ul.gnavi li a{
	display: block;
	width: 220px;
	height: 38px;
	background: url(../images/common/gnavi-bg.gif) no-repeat left top;
	border-bottom: #FFFFFF 2px solid;
	line-height:38px;
	text-indent: 31px;
	font-size:120%;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
	overflow: hidden;
}

#side-area ul.gnavi li a:hover{
	background: url(../images/common/gnavi-bg.gif) no-repeat right top;
}

#side-area ul.gnavi li p.navi-exp{
	font-size: 90%;
	color: #993300;
	background: #FFEB9A;
	padding: 0 5px 0 5px;
	line-height: 1.6;
}

div.comp-info{
	font-size: 90%;
	line-height: 1.4;
	padding: 10px;
	border-top: #DDDDDD 3px solid;
}



/* ------------------------------
　共通コンポーネント
------------------------------ */
p.body-txt{ /* 本文用テキスト（段落の余白設定） */
	margin-bottom: 1em;
}

p.body-txt2{ /* 本文用テキスト（段落前にドット罫線設定） */
	background: #FFFFFF url(../images/common/dotline.gif) no-repeat center top;
	padding-top: 20px;
	margin-bottom: 1em;
}

.txt-l{ /* Lサイズテキスト */
	font-size: 120%;
	line-height:1.6;
}

.txt-s{ /* Sサイズテキスト */
	font-size: 90%;
	line-height:1.5;
}

.txt-em{ /* テキスト太字 */
	font-weight:bold;
}

.txt-em2{ /* テキスト太字赤字 */
	font-weight:bold;
	color: #E40000;
}

.txt-em3{ /* テキスト太字オレンジ字 */
	font-weight:bold;
	color: #FF6600;
}

.remarks{ /* 注釈用テキスト */
	font-size: 90%;
	color: #CC0000;
	line-height: 1.4;
}

.discount{ /* 値引き用赤字 */
	color: #E40000;
	text-decoration: line-through;
}

.img-flo-r{ /* 画像フロート（右寄せ） */
	float: right;
	margin: 3px 0 12px 12px;
}

.img-flo-l{ /* 画像フロート（左寄せ） */
	float: left;
	margin: 3px 12px 12px 0;
}

div.clear{ /* clear */
	clear: both;
	height: 0px;
}

div.clear hr{ /* clear */
	display: none;
}


p.page-top{ /* ページトップへ */
	clear: both;
	padding-top: 10px;
	text-align: right;
}

/* ------------------------------
　キャンペーン告知エリア
------------------------------ */
div.campaign{
	width: 530px;
	height: 100px;
	background: url(../images/common/campaign-banner.gif) no-repeat left top;
	text-align: center;
	margin-bottom: 12px;
}

div.campaign p{
	font-size: 90%;
	color: #E40000;
	font-weight: bold;
	padding-top:75px;
}

/* ------------------------------
　見出し・見出しバー
------------------------------ */
.cap-orange1{ /* オレンジ背景見出し */
	width: 530px;
	height: 34px;
	line-height: 30px;
	background: url(../images/common/caption-or.gif) no-repeat left top;
	color: #CF3400;
	font-size: 105%;
	font-weight: bold;
	text-indent: 25px;
}

.cap-orange2{ /* オレンジ背景見出し（下に余白） */
	width: 530px;
	height: 34px;
	line-height: 30px;
	background: url(../images/common/caption-or.gif) no-repeat left top;
	color: #CF3400;
	font-size: 105%;
	font-weight: bold;
	text-indent: 25px;
	margin-bottom: 10px;
}

.cap-blue1{ /* 青字見出し背景付き */
	font-weight: bold;
	color: #0054A6;
	background: #EDF3FB;
	padding: 2px 5px;
	margin-bottom: 5px;
}

.cap-blue2{ /* 青字見出し背景付き（上部マージン） */
	font-weight: bold;
	color: #0054A6;
	background: #EDF3FB;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 25px;
}

.cap-blue3{ /* 青字見出しbulletつき  */
	color: #0054A6;
	font-weight: bold;
	border-left: #0054A6  5px solid;
	border-bottom: #CCCCCC 1px solid;
	height: 25px;
	line-height: 25px;
	text-indent: 8px;
	margin-bottom: 8px;
}

