@charset "utf-8";

/* ================================================================

CSS Information

 File name:      layout.css
 Summary:        #layout styles
 Last update:    2010-07-07

================================================================ */

/* library
-------------------- */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*
If you want this size in pixels (px), Declare this percent (%).

 10px - 77%
 11px - 85%
 12px - 93%
 13px - 100%
 14px - 108%
 15px - 116%
 16px - 123.1%
 17px - 131%
 18px - 138.5%
 19px - 146.5%
 20px - 153.9%
 21px - 161.6%
 22px - 167%
 23px - 174%
 24px - 182%
 25px - 189%
 26px - 197%

*/


/* universal
-------------------- */

/* @group structure */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #555;
}

hr {
	background-color: #c8c8c8;
	border: none;
	width: auto;
	height: 1px;
	clear: both;
}


.style1{
font-weight:bold;
background-color:#ffff00;
text-decoration:underline;
}

.style2{
font-weight:bold;
color:#ff0000;
}

.style3{
font-weight:bold;
}


.style4{
font-weight:bold;
background-color:#ffff00;
text-decoration:underline;
color:#ff0000;
}

.style5{
font-weight:bold;
text-decoration:underline;
}

.style6{
text-decoration:underline;
}
.style7{
font-weight:bold;
color:#ff0000;
font-size:14px;
}
.style8{
font-weight:bold;
font-size:16px;
}


/* @end */


/* @group image */

img {
	border: 0;
    vertical-align: bottom;
}

/* @end */


/* @group text */

h2 {
	background: url('../img/titlebar.png') no-repeat;
	height: 40px;
	padding-left: 15px;
	padding-top: 3px;
	font-size: 123.1%;
	font-weight: bold;
	color: #fff;
	clear: both;
}
h3 {
	background: url('../img/underpoint.gif') no-repeat left center;
	padding-left: 15px;
	margin: 5px 0;
	padding-top: 2px;
	font-size: 108%;
	font-weight: bold;
	clear: both;
}
h4 {
	margin: 10px 0 5px 0;
}

/* @end */


/* @group hypertext */

a {
	color: #0077c7;
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active {
}
a.point {
	padding: 0 0 0 27px;
	background: url('../img/linkpoint.gif') no-repeat 18px 3px;
}

/* @end */


/* @group .Guidance */

.Accessibility,
.Guidance {
    position: absolute;
    top: 0;
    left: -1000em;
    width: 900em;
}

/* @end */


/* @group .Clearfix */

.Clearfix {
    zoom: 1;
}

.Clearfix:after {
    content: url(../img/spacer.gif);
    display: block;
    clear: both;
    height: 0;
}

* html .Clearfix {
    display: inline-block
}

/* Hides from IE-mac \*/

* html .Clearfix {
    height: 1%
}

.Clearfix {
    display: block
}

.Clear {
	clear: both;
}

/* End hide from IE-mac */

/* @end */


div.form_h3 {
	padding-left: 15px;
}
div#flashMessage {
	background: #ffc0cb;
	border: 1px solid #FF1493;
	padding: 5px;
	margin: 20px 0;
	text-align: center;

}
p.message {
	background: #fff6c3;
	border: 1px solid #ffee88;
	padding: 5px;
}


/* @group table style */

table {
	width: 100%;
	border: 1px solid #cdcdcd;
	border-collapse: collapse;
}
table caption {
	font-weight: bold;
	color: #fff;
	background: #610000;
	border-top: 1px solid #cdcdcd;;
}
table tr th {
	background: #fff3dc;
	border-bottom: 1px dotted #cdcdcd;
	padding: 5px;
}
table tr td {
	padding: 5px;
	border-bottom: 1px dotted #cdcdcd;
}
table tr td.date {
	width: 120px;
}
table tr td.status {
	width: 60px;
}
table tr td.detail {
	width: 80px;
}
table.noline {
	border: 0;
}
table.noline tr {
	border: 0;
}
table.noline tr th {
	background-color: #fff;
	border: 0;
	margin: 5px 0;
}
table.noline tr td {
	border: 0;
}
fieldset {
	padding: 5px;
	border: 1px dotted #b2b2b2;
}

/* @end */


/* @group list style */

ul li {
	list-style: none;
}
dl dd {
	list-style: none;
}

/* @end */


strong {
	font-weight: normal;
}
.clear {
	clear: both;
}

/* ラッパー */
#wrapper {
	width: 950px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

/* 最上段横バー */
#topbar {
	padding-top: 5px;
	font-size: 93%;
}
#topbar h1 {
	display: inline;
	float: left;
	font-weight: normal;
}
#topbar h1 a {
	color: #555;
}
#topbar #menu {
	float: right;
	margin: 0 5px 0 0;
}

/* ヘッダー */
#header {
	margin: 10px 0;
}
#header #logo {
	float: left;
}
#header #banner {
	float: right;
	margin: 4px -2px 0 0;
}

/* グローバルナビ */
#navi {
}
#navi ul {
	margin: 0;
}
#navi ul li {
    float: left;
    display: inline;
    position: relative;
    height: 29px;
    overflow: hidden;
    line-height: 14px;
}
#navi ul li a {
    display: block;
    padding-top: 29px;
    height: 0;
    overflow: hidden;
	background-image: url(../img/bg_nav.png);
	background-repeat: no-repeat;
}

#navi1 a { background-position: 0 0;  width: 153px; }
#navi2 a { background-position: -153px 0;  width: 155px; }
#navi3 a { background-position: -308px 0;  width: 152px; }
#navi4 a { background-position: -460px 0;  width: 186px; }
#navi5 a { background-position: -646px 0;  width: 152px; }
#navi6 a { background-position: -798px 0;  width: 152px; }

#navi1 a:hover { background-position: 0 -29px;  width: 153px; }
#navi2 a:hover { background-position: -153px -29px;  width: 155px; }
#navi3 a:hover { background-position: -308px -29px;  width: 152px; }
#navi4 a:hover { background-position: -460px -29px;  width: 186px; }
#navi5 a:hover { background-position: -646px -29px;  width: 152px; }
#navi6 a:hover { background-position: -798px -29px;  width: 152px; }

/* ライトバー */
#rightbar {
	display: inline-block;
	float: right;
	width: 235px;
	margin: 12px -4px 20px 0;
}
#rightbar #menu {
}

#rightbar .Rnav {
	padding-bottom: 17px;
	background: url(../img/bg_rnav_btm.png) bottom no-repeat;
}
#rightbar dl {
	margin: 6px 0 0;
}
#rightbar dl dt {
	height: 38px;
	text-indent: -9999px;
}
#rnav1 dt {	background: url(../img/bg_rnav_top1.png) no-repeat; }
#rnav2 dt {	background: url(../img/bg_rnav_top2.png) no-repeat; }
#rnav3 dt {	background: url(../img/bg_rnav_top3.png) no-repeat; }
#rnav4 dt {	background: url(../img/bg_rnav_top4.png) no-repeat; }

#rightbar dl dd {
}
#rightbar dl dd a {
	display: block;
	background: url(../img/bg_rnav_center.png) no-repeat;
	color: #555;
	text-indent: 30px;
	line-height: 38px;
	outline: 0;
}
#rightbar dl dd a:hover {
	background-position: 0 -38px;
	text-decoration: none;
}
#rightbar dl dd.More a {
	display: block;
	height: 38px;
	padding-right: 18px;
	background: url(../img/bg_rnav_more.png) no-repeat;
	font-size: 10px;
	text-align: right;
}
#rightbar dl dd.More a:hover {
	text-decoration: underline;
}
#rightbar dl dd.Last a {
	height: 37px;
	line-height: 37px;
}


/* フッター */
#footer {
	margin-bottom: 25px;
	border: 1px solid #d6d6d6;
	background: url(../img/bg_footer.png) repeat-x;
	line-height: 1.4;
}
#footer #fnav {
	margin: 15px 18px;
}
#footer #link {
	margin: 15px 18px 0;
}
#footer #copyright {
	margin: 0 18px 3px;
	color: #777;
	font-size: 77%;
	text-align: right;
}
#footer h5 {
	font-size: 93%;
	font-weight: bold;
}
#footer ul {
	font-size: 93%;
}
#footer #fnav ul li {
	float: left;
	padding: 0 13px 0 0;
	background: url(../img/icon_straight.png) right center no-repeat;
}
#footer #fnav ul li.Last {
	background: none;
}

/* ページトップへ */
.TopLink {
	font-size: 77%;
	text-align: right;
}
.TopLink a {
	color: #777;
}

/* メインコンテンツ */
#maincontents {
	float: left;
	width: 703px;
	margin-top: 14px;

}
/**
 * コンテナ
 */
div.container {
	padding: 10px;
	margin: 0 0 20px 0;
}
div.container p {
	margin: 4px 0 15px;
}
div.container div.cont_l {
	float: right;
}
div.container div.cont_r {
	float: right;
}

div.container div.Illust {
	margin-top: -30px;
}
div.TableBox {
	padding: 4px 5px 10px 0;
}

/**
 * お役立ちリンク
 */
dl.area_link {
	margin: 10px 0;
}
dl.area_link dd {
	padding: 0 0 0 12px;
	border-bottom: 1px dotted #CCCCCC;
}
ul.area_link {
}
ul.area_link li {
	padding: 0 5px;
	margin: 3px 0;
	float: left;
	border-right: 1px dotted #CCCCCC;
}
/* フォーム用テーブル */
#maincontents table.form th {
	width: 30%;
}
/* 送信ボタン */
#maincontents div.submit {
	text-align: center;
	margin: 10px 0;
}
#maincontents div.loginbox {
	text-align: center;
}
/* 戻るリンク */
#maincontents div.back {
	text-align: right;
}
/* もっと見るリンク */
#maincontents div.more {
	margin: 2px 5px 0 0;
	font-size: 77%;
	text-align: right;
}
/* ログイン */
#maincontents div.loginbox table {
	margin: 0 auto;
	text-align: left;
}


/* section
-------------------- */

/* トップ画像 */
#maincontents #topimage {
	position: relative;
	margin: -6px 0 34px -4px;
	height: 312px;
	background: url(../img/bg_main_home.png) no-repeat;
}
#maincontents #topimage img#ttl_main {
	margin-left: 133px;
}
#maincontents #topimage #topbutton {
	position: absolute;
	top: 231px;
	left: 224px;
}

/* トップ・ご利用の流れ */
#maincontents #flow_use {
}
#maincontents #flow_use .Step {
	position: relative;
}
#maincontents #flow_use .Last {
	border-bottom: 1px dotted #cdcdcd;
}
#maincontents #flow_use h3 {
	clear: both;
	border-top: 1px dotted #cdcdcd;
}
#maincontents #flow_use p {
	width: 590px;
	margin-bottom: 0;
}
#maincontents #flow_use img {
	position: absolute;
	top: 16px;
	right: 0;
}

/* カテゴリから一括見積もり */
#category {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 80px;
	background: url(../img/bg_category.png) repeat-y;
}
#category dl {
	float: left;
	width: 224px;
}
#category dl dt {
	height: 76px;
	text-indent: -9999px;
}
#category dl#cat1 dt { background: url(../img/bg_category1.png) no-repeat; }
#category dl#cat2 dt { background: url(../img/bg_category2.png) no-repeat; }
#category dl#cat3 dt { background: url(../img/bg_category3.png) no-repeat; }

#category dl dd {
	margin: 8px 22px;;
	font-size: 93%;
	line-height: 1.5;
}
#category dl dd.BtnEstimate {
	position: absolute;
	bottom: 0;
	width: 224px;
	height: 79px;
	margin: 0;
	background-image: url(../img/bg_category_btm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
}
#category dl#cat2 dd.BtnEstimate { background-position: -224px bottom; }
#category dl#cat3 dd.BtnEstimate { background-position: -448px bottom; }
#category dl dd.BtnEstimate img {
	margin-top: 20px;
}

/* トップ・印刷物一覧 */
#item_kind {
	background: url(../img/bg_kind_top.png) left top no-repeat;
}
#item_kind ul {
	padding-top: 14px;
}
#item_kind .more {
	margin: 0;
	padding: 0 40px 16px 0;
	background: url(../img/bg_kind_btm.png) left bottom no-repeat;
}
#item_kind .Fmore {
	height: 2px;
}
#item_kind li {
	float: left;
	width: 169px;
	line-height: 1.6;
	letter-spacing: -1px;
}
#item_kind li a {
	color: #555;
}
#maincontents div.item {
	margin: 0 0 10px 0;
	width: 210px;
	height: 220px;
	float: left;
}
* html #maincontents div.item {
	margin: 0 0 5px 0;
	width: 210px;
	height: 220px;
	float: left;
}
#maincontents div.item p {
	margin: 70px 15px 0 15px;
	font-size: 12px;
	width: 188px;
	height: 100px;
}
* html #maincontents div.item p {
	margin: 70px 7px 0 7px;
}
#maincontents div.item a {
	text-indent: -9999px;
	display: block;
	outline: 0;
	width: 175px;
	height: 40px;
	background: url(../img/btn_estimate.jpg) no-repeat top left;
	padding: 0;
	margin: 0 0 0 25px;
}
#maincontents div.item a:hover {
	background: url(../img/btn_estimate.jpg) no-repeat top right;
}
#maincontents div#item_1 {
	margin: 0 20px 0 0;
	background: url(../img/item_1.gif) no-repeat;
}
#maincontents div#item_2 {
	margin: 0 20px 0 0;
	background: url(../img/item_2.gif) no-repeat;
}
#maincontents div#item_3 {
	background: url(../img/item_3.gif) no-repeat;
}
/* ページナビ */
#maincontents div#page_navi {
	height: 20px;
	margin: 5px 0;
	text-align: right;
}
#maincontents div#page_navi span#numbers {
	float: left;
	margin-left: 10px;
	font-weight: bold;
}
#maincontents div#page_navi span#paginater {
	margin-right: 10px;
}
/* 業者一覧（お勧め業者） */
#maincontents div.charge_trader_list {
	height: 260px;
	border-top: 1px dotted #B2B2B2;
	margin: 10px 0;
}
#maincontents div.charge_trader_list div.company {
	margin: 0;
	padding: 7px 0 7px 10px;
	background-color: #FFFACD;
	border-bottom: 1px solid #B2B2B2;
}
#maincontents div.charge_trader_list div.company h3 {
	font-size: 16px;
	margin: 0;
}
#maincontents div.charge_trader_list div.company p {
	margin: 3px 0;
}
#maincontents div.charge_trader_list div.cont_l {
	float: left;
	width: 240px;
	height: 180px;
	margin: 5px;
	text-align: center;
}
#maincontents div.charge_trader_list img.TraderListImage {
	width: 240px;
	height: 180px;
}
#maincontents div.charge_trader_list div.cont_r {
	float: left;
	width: 390px;
	height: 180px;
	margin: 5px;
}
#maincontents div.charge_trader_list div.cont_r h4.pr_title {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
#maincontents div.charge_trader_list div.cont_r p.pr {
	height: 80px;
	margin: 0;
}
#maincontents div.charge_trader_list div.cont_r p.link {
	margin: 5px 0;
	text-align: right;
}
#maincontents div.charge_trader_list div.cont_r p.category {
	height: 70px;
	margin: 0;
}
#maincontents div.charge_trader_list div.button {
	clear: both;
	text-align: center;
}
#maincontents div.charge_trader_list div.button a.button{
	margin: 10px auto 0 auto;
}
/* 業者一覧 */
#maincontents div.trader_list {
	height: 165px;
	border-top: 1px dotted #B2B2B2;
	margin: 10px 0;
}
#maincontents div.trader_list div.company {
	margin: 0;
	padding: 7px 10px;
	background-color: #F2F2F2;
	border-bottom: 1px solid #B2B2B2;
}
#maincontents div.trader_list div.company span.company {
	font-weight: bold;
}
#maincontents div.trader_list div.company span.area {
	float: right;
}
#maincontents div.trader_list h4.pr_title {
	margin: 5px 10px;
}
#maincontents div.trader_list p.pr {
	margin: 5px 10px;
	height: 40px;
}
#maincontents div.trader_list p.category {
	margin: 5px 10px;
}
#maincontents div.trader_list div.button {
	clear: both;
	text-align: center;
}
#maincontents div.trader_list div.button a.button{
	margin: 10px auto 0 auto;
}
/* 業者詳細（有料会員） */
#maincontents div.charge_trader_detail div.cont_l {
	float: left;
	width: 400px;
	margin: 0 10px 10px 0;
}
#maincontents div.charge_trader_detail div.cont_l p {
	margin: 0;
}
#maincontents div.charge_trader_detail div.cont_r {
	float: left;
	width: 240px;
	margin: 0 0 10px 0;
}
#maincontents div.charge_trader_detail img.TraderImage {
	width: 240px;
	height: 180px;
}
#maincontents div.charge_trader_detail div.item_category {
	clear: both;
	margin: 20px 0 0 0;
	background-color: #F5FFFA;
	border: 1px solid #B2B2B2;
}
#maincontents div.charge_trader_detail div.item_category h3{
	margin: 5px 0 5px 15px;
}
#maincontents div.charge_trader_detail div.item_category dl {
	margin: 5px;
	padding: 0;
}
#maincontents div.charge_trader_detail div.item_category dl dt {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0 0 0 25px;
}
#maincontents div.charge_trader_detail div.item_category dl dd {
	margin: 0;
	border-bottom: 1px dotted #B2B2B2;
}
/* 業者詳細 */
#maincontents div.trader_detail div.cont_l {
	float: left;
	width: 368px;
	margin: 0 10px 10px 0;
}
#maincontents div.trader_detail div.cont_l p {
	margin: 0;
}
#maincontents div.trader_detail div.cont_l h3 {
	margin: 0;
}
#maincontents div.trader_detail div.cont_r {
	float: left;
	width: 300px;
	margin: 0  0 10px 0;
}
#maincontents div.trader_detail div.item_category {
	clear: both;
	margin: 20px 0 0 0;
	background-color: #F5FFFA;
	border: 1px solid #B2B2B2;
}
#maincontents div.trader_detail div.item_category h3{
	margin: 5px 0 5px 15px;
}
#maincontents div.trader_detail div.item_category dl {
	margin: 5px;
	padding: 0;
}
#maincontents div.trader_detail div.item_category dl dt {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0 0 0 25px;
}
#maincontents div.trader_detail div.item_category dl dd {
	margin: 0;
	border-bottom: 1px dotted #B2B2B2;
}
#maincontents div.ads_b {
	margin: 0 auto;
	text-align: center;
}/* コラム一覧 */
#maincontents dl.column dt {
	border-bottom: 1px dotted #B2B2B2;
	font-size: 14px;
	font-weight: bold;
}
/* コラム詳細 */
#maincontents div.columns {
	margin: 20px 0 0 0;
}
#maincontents div.columns p.cont_r {
	float: right;
	width: 430px;
	margin: 0;
}
/* よくある質問 */
#maincontents span.cont_r {
	float: right;
}
#maincontents p.question {
	background: url(../img/icon_q.gif) no-repeat top left;
	padding: 0 0 0 25px;
	line-height: 21px;
}
#maincontents p.answer {
	background: url(../img/icon_a.gif) no-repeat top left;
	padding: 0 0 0 25px;
	line-height: 21px;
}
/* プライバシーポリシー・利用規約 */
#maincontents p.align_r {
	text-align: right;
}
#maincontents span.no {
	display: block;
	float: left;
	width: 30px;
}
#maincontents p.indent {
	margin: 2px 0;
	padding: 0 0 0 30px;
}
/* サイトマップ */
#maincontents div#sitemap {

}
