@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,dl,dt,dd,li,a,img,input
{
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", "Osaka","sans-serif";
	line-height:1.6;
}

body
{
	background: url(../img/bg_regular.gif) left top repeat-x;
}

hr.contentsEnd
{
	display:none;
}

h1,h2,h3,h4,h5,h6
{
	font-size:130%;
	line-height:1.2;
}

a
{
	color:#2252b3;
}

a:visited
{
	color:#636;
}

a:hover
{
	text-decoration:none;
	color:#a88e3c;
}

a img
{
	border:none;
}

ul,ol
{
	list-style:none;
}

html
{
	height:100%;
}


body
{
	color:#333;
	background-color:#fff;
	text-align:center;
	font-size:90%;
	line-height:1.2;
	height:90%;
}

body div
{
	text-align:left;
}

#allWrapper
{
	background:url(../../common_img/bg_mainContent.gif) top left repeat-y;
	width:960px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:1em;
}

* html #allWrapper
{
	height:100%;
}

#allWrapper:after
{  
	content: url(../img/spacer.gif);
	display: block;
	clear: both;
	height: 0; 
}


/*
文字サイズ　++++++++++++++++++++++++
*/

.fontSize_m
{
	font-size:100%;
}

.fontSize_l
{
	font-size:120%;
}

.fontSize_l .entry h2 span 
{
	font-size:70%;
}

.fontSize_l .guidelineEntry h2 span
{
	font-size:110%;
}

/*
++++++++++++++++++++++++　ヘッダー　ここから ++++++++++++++++++++++++
*/

.header
{
	padding-top:14px;
}

.header p
{
	float:left;
	margin-bottom:12px;
}

/*
++++++++++++++++++++++++　ナビゲーション　ここから ++++++++++++++++++++++++
*/

.subNavi
{
	float:right;
	background:url(../img/bg_subNavi.gif) top left no-repeat;
	width:456px;
	height:23px;
	padding-top:4px;
}

*:first-child+html  .subNavi
{
	padding-top:0px;
}

html:not(:target) .subNavi
{
	padding-top:2px;
} 

.subNavi li
{
	float:right;
	margin-right:1px;
}

.globalNavi
{
	clear:both;
}

.globalNavi li
{
	float:left;
}

.fontSize
{
	clear:left;
	float:right;
	margin-bottom:10px;
	margin-top:7px;
}

html:not(:target) .fontSize
{
	margin-top:auto;
}

.fontSize p
{
	float:left;
	margin-top:4px;
	margin-right:6px;
}

.fontSize ul
{
	float:left;
}

.fontSize ul li
{
	display:inline;
}

/*
++++++++++++++++++++++++　パンくず　ここから ++++++++++++++++++++++++
*/

.topicPath
{
	background:url(../img/border_dotted.gif) bottom left repeat-x;
	padding-bottom:8px;
	margin-bottom:30px;
}

/* for ie8 */
head~/* */body .topicPath
{
	padding-top:48px;
}
/* except ie8 */
html:not(:target) .topicPath
{
	padding-top:0;
} 

.topicPath ul li
{
	display:inline;
}

.topicPath a
{
	color:#875c00;
}

.topicPath a:visited
{
	color:#875c00;
}

.topicPath a:hover
{
	color:#875c00;
	text-decoration:none;
}


/*
++++++++++++++++++++++++　メインコンテンツ　ここから ++++++++++++++++++++++++
*/

#contentsWrapper
{
	margin-top:7px;
}

.mainContents
{
	width:700px;
	float:right;
	margin-left:30px;
}

.mainContents h1
{
	margin-bottom:20px;
}

.cornerDiscription
{
	margin-bottom:40px;
}

.entryContents p
{
	margin:10px 15px ;
}

.entry
{
	clear:both;
	background:url(../img/bg_entryTitle2nd_top.gif) top left no-repeat;
	padding-top:1px;
	margin-bottom:30px;
}

html:not(:target) .entry
{
	padding-top:3px;
}

/*
h2背景なし
*/

.otherEntry
{
	background: none;
}

/*
h2横のリンク
*/

.goListPage
{
	float:right;
	position:relative;
	top:8px;
}


.goListPage a
{
	background:url(../img/arrow_square.gif) left center no-repeat;
	padding-left:18px;
	font-weight:bold;
}

/*
通常のh2のスタイル
*/

.entry h2
{
	border-left:4px solid #ccb672;
	padding-left:10px;
	margin-top:0;
	min-height:17px;
	height:auto;
}

* html .entry h2
{
	height:17px;
}

.entry h2 span
{
	font-size:75%;
	padding-left:30px;
	font-weight:normal;
}

/*
背景なしh2のスタイル
*/

.otherEntry h2
{
	border-left:none;
	padding:0;
	margin:0;
}

/*
通常のエントリー
h2の下線の背景が付いている。
*/

.entryContents
{
	background:url(../img/bg_entryTitle2nd_bottom.gif) top left no-repeat;
	padding-top:25px;
}

/*
h2背景なしの場合
*/

.otherEntry .entryContents
{
	background:none;
	padding-top:0;
}

/*
エントリ内のイメージ
*/


.entryImage_r img
{
	float:right;
	margin:0 0 10px 15px;
}

.entryImage_l img
{
	float:left;
	margin:0 15px 10px 0;
}

/*
エントリー内２カラム
*/

.selectWay
{
	float:left;
	width:313px;
	border:1px solid #dfd4b5;
	margin:10px 0 25px 15px;
}

* html .selectWay
{
	margin:10px -40px 25px 0;
}

.typeLeft
{
	clear:left;
	margin-right:25px;
}

* html .typeLeft
{
	margin-left:8px;
	margin-right:40px;
}


/*
通常のh3スタイル
*/

.entryContentsDetail
{
	margin-top:15px;
}

.entryContentsDetail h3
{
	font-size:110%;
	margin-left:15px;
	margin-right:15px;
	background:url(../img/bg_h3.gif) left center no-repeat;
	padding-left:17px;
}

.entryContents .entryContentsDetail p
{
	background:url(../img/border_dotted.gif) top left repeat-x;
	margin-top:6px;
	padding-top:15px;
}

.entryContentsDetail ul
{
	background:url(../img/border_dotted.gif) top left repeat-x;
	margin-top:6px;
	padding-top:15px;
}

/*
h3以下でp等が連続するときは
*/

.entryContents .entryContentsDetail p.addRequst,
.entryContents .entryContentsDetail .addContents
{
	background-image:none;
	padding-top:0;
}


/*
お問い合わせ
*/

* html .referenceNncttWrapper
{
	padding-top:35px;
}

*:first-child+html .referenceNncttWrapper
{
	padding-top:35px;
}


.referenceNnctt
{
	width:670px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/bg_reference.gif) top left repeat-y;
}

.referenceNnctt h3
{
	margin-bottom:15px;
}

.referenceNnctt .linkPage img
{
	float:right;
	margin-bottom:15px;
	margin-right:5px;
}

* html .referenceNnctt .linkPage img
{
	margin-bottom:4px;
}

*:first-child+html .referenceNnctt .linkPage img
{
	margin-bottom:4px;
}


.entryContents .referenceNnctt p
{
	margin-left:20px;
	padding-top:6px;
}

.referenceNncttbottom
{
	background:url(../img/bg_reference_bottom.gif) bottom left no-repeat;
	clear:right;
	line-height:0;
	padding-bottom:3px;
}


/*
※付き
*/
.entryContents .addExplan
{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:30px;
}

span.addExplan
{
	display:inline-block;
	text-indent:1em;
	padding-left:-1em;
}




/*
ページリンク各種
*/


.linkArea
{
	background:url(../img/bg_topMain_linkArea_top.gif) top left no-repeat #f6f5ef;
	padding-top:10px;
	margin-top:3px;
}


.linkArea ul li
{
	float:left;
	margin-left:10px;
	margin-bottom:6px;
}

* html .linkArea ul li
{
	margin-left:8px;
}

.linkAreaBottom
{
	clear:left;
	line-height:0;
	background:url(../img/bg_topMain_linkArea_bottom.gif) bottom left no-repeat #f6f5ef;
	padding-bottom:3px;
}

.serviceList li a
{
	background:url(../img/arrow_square.gif) left center no-repeat;
	padding-left:20px;
	padding-right:10px;
	font-weight:bold;
}

.serviceList li a:hover
{
	color:#a88e3c;
}

.anchorList li a
{
	background:url(../img/arrow_square_down.gif) left center no-repeat;
	padding-left:20px;
	padding-right:10px;
	font-weight:bold;
	white-space:nowrap;
}

.anchorList li a:visited
{
	color:#2252b3;
}

.anchorList li a:hover
{
	color:#a88e3c;
}



div.linkPage
{
	text-align:right;
	margin:5px 15px 20px;
}

div.linkPage a
{
	font-weight:bold;
}

ul.linkPage
{
	margin:-10px 15px 20px;
}

ul.linkPage li
{
	display:inline-block;
	padding-bottom:1px;
}

ul.linkPage li a
{
	background:url(../img/arrow_square.gif) left center no-repeat;
	padding-left:20px;
	font-weight:bold;
}

.textLinkPage
{
	text-align:right;
	margin:0 20px 20px;
}

.linkNext
{
	text-align:right;
	margin:-15px 20px 20px;
}

/* 通常リンク */
.textLinkPage a,
.linkNext a
{
	background:url(../img/arrow_square.gif) left center no-repeat;
	padding-left:20px;
	font-weight:bold;
}


/* 別サイト移動リンク */
.outerSight a
{
	background:url(../img/icon_otherWindow.gif) left center no-repeat;
	font-weight:normal;
}
.outerSightRight a
{
	background:url(../img/icon_otherWindow.gif) left center no-repeat;
	font-weight:normal;
	padding-left: 20px;
}


/* 前に戻るリンク */
.linkPrev a
{
	background:url(../img/arrow_square_back.gif) left center no-repeat;
	font-weight:normal;
}





/*
通常のtableのスタイル
*/

.entryContents table
{
	margin:0 auto;
	border:1px solid #ccc;
	border-right-width:0;
	border-bottom-width:0;
	width:668px;
}

.entryContents table th
{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#f8f6ec;
	padding:0 15px;
	width:141px;
}

.entryContents table td
{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:13px 10px;
}

.entryContents table ul
{
	margin-left:13px;
}

.entryContents table ul li
{
	list-style-image:url(../img/arrow_list.gif);
}



/*
++++++++++++++++++++++++　左メニュ　ここから ++++++++++++++++++++++++
*/

.sideMenu
{
	width:230px;
	float:right;
	clear:left;
}

.topSideMenuTopics
{
	background:url(../../img/bg_topSideMenu_a.gif) top left repeat-y;
	margin-bottom:15px;
}

.sideMenu div
{
	margin-bottom:15px;
}
.sideMenu .conma
{
	font-size:10px;
	word-spacing: 70%;
}
.sideMenu .groupCompany
{
	margin-bottom:14px;
}


/*
初めてのお客さまへ
*/


.newComers
{
	background: url(../img/bg_newComer.jpg) top left no-repeat;
	width:230px;
	height:143px;
}

.newComers ul
{
	margin-left:12px;
	margin-bottom:15px;
}


/*
ボタンリンクメニュー
*/

.guideVCorner
{
	background: url(../img/bg_leftMenu_info.gif) top left repeat-y;
}

.guideVCorner h2
{
	background:url(../img/bg_leftMenu_info_top.gif) top left no-repeat;
	padding:15px 12px 10px;
}

.guideVCorner ul
{
	background:url(../img/bg_leftMenu_info_bottom.gif) bottom left no-repeat;
	padding-bottom:1px;
}

.guideVCorner ul li
{
	margin:0 12px 9px;
}

/*
テキストリンクメニュー
*/

.guideMenu ul
{
	border:1px solid #ccb672;
	border-top-width:0;
}

.guideMenu ul li
{
	background:url(../img/border_leftMenu.gif) bottom left no-repeat;
	padding-bottom:1px;
}

.guideMenu ul li.guideMenuLast
{
	background:none;
}


.guideMenu ul li a
{
	display:block;
	background:url(../img/arrow_square.gif) 15px center no-repeat #f8f6ec;
	padding-top:9px;
	padding-left:35px;
	padding-bottom:7px;
	text-decoration:none;
	color:#333;
}

.guideMenu ul li a:visited
{
	color:#333;
}


.guideMenu ul li a:hover
{
	background-color:#f8f1cb;
	font-weight:bold;
	color:#333;
}

.groupCompany ul
{
	border:1px solid #dfd4b5;
	border-top-width:0;
	padding-top:15px;
	padding-bottom:5px;
}

.groupCompany ul li
{
	margin-left:15px;
	margin-bottom:10px;
}

.groupCompany ul li a img
{
	border:1px solid #c3c3c3;
}

.guideMenu ul li.thisPage a
{
	background-color:#f8f1cb;
	font-weight:bold;
	color:#333;
}

.outside_bnr ul
{
	border-top-width:0;
	padding-top:0px;
	padding-bottom:0px;
	height: 48px;
}


/*
ページトップに戻るリンク
*/
.entryContents .gotoTop
{
	width:auto;
	margin-right:15px;
}

.gotoTop a:visited
{
	color:#2252b3;
}


/*
++++++++++++++++++++++++　フッター　ここから ++++++++++++++++++++++++
*/


#footer
{
	clear:both;
	text-align:center;
}

.gotoTop
{
	width:960px;
	margin:0 auto 10px;
	text-align:right;
}

.gotoTop a
{
	background:url(../img/arrow_square_up.gif) left center no-repeat;
	padding-left:20px;
}

.gotoTop a:hover
{
	color:#a88e3c;
}


.footerList
{
	background:url(../img/bg_footer.jpg) top left repeat-x #efede3;
	padding-top:10px;
}

.footerList ul
{
	width:961px;
	margin-left:auto;
	margin-right:auto;
	clear:left;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

#footer ul li
{
	display:inline;
}

#footer ul li a
{
	text-decoration:none;
	color:#333;
	background:url(../img/arrow_square.gif) left center no-repeat;
	padding-left:18px;
	padding-right:14px;
}

#footer ul li a:hover
{
	color:#a88e3c;
}

.foooterNavi_b
{
	background:url(../img/border_footer_01.gif) top left no-repeat;
}

.copyRight
{
	clear:left;
	text-align:center;
	background:url(../img/border_footer_02.gif) top left repeat-x #ccb672;
	padding-top:20px;
	padding-bottom:1em;
}

address
{
	font-style:normal;
	margin-bottom:.4em;
}

.copyRight p
{
	font-size:85%;
}

