@charset "UTF-8";

@import url("base.css");

/* **************************************************************************************

 ページ共有のスタイル

*************************************************************************************** */

/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#wrapper {
	width: 100%;
	background: #FFFFFF;
}

div#contArea {
	width: 988px;
	margin: 0 auto;
	background: url(../img/bg_ct_rp.gif) repeat-y;
	text-align: left;
}
div#contAreaTp {
	width: 988px;
	background: url(../img/bg_ct_tp.gif) no-repeat left top;
}
div#contAreaBt {
	width: 988px;
	padding-bottom: 15px;
	background: url(../img/bg_ct_bt.gif) no-repeat left bottom;
}
div#contAreaBt:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#contAreaBt { display:inline-block; }
/*\*/
* html div#contAreaBt { height:1%; }
div#contAreaBt { display:block; }
/**/

div#contLeft {
	float: left;
	width: 730px;
}

div#contRight {
	float: left;
	width: 230px;
}


/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

div#header {
	width: 100%;
	background: url(../img/bg_hd.gif) repeat-x 0 0;
}

div#headerIn {
	position: relative;
	width: 988px;
	height: 120px;
	margin: 0 auto;
	text-align: left;
}

div#header h1 {
	position: absolute;
	top: 26px;
	left: 0;
	width: 129px;
	height: 65px;
	background: url(../img/logo_hd.gif) no-repeat 0 0;
	text-indent: -900em;
}
div#header h1 a {
	display: block;
	width: 129px;
	height: 65px;
	background: url(../img/logo_hd.gif) no-repeat 0 0;
	text-indent: -900em;
	/*\*/overflow: hidden;/**/
	text-decoration: none;
}


/* グローバルナビ
------------------------------------------------------------ */

ul#gNavi {
	position: absolute;
	top: 50px;
	left: 190px;
	width: 540px;
}

ul#gNavi li {
	float: left;
	height: 22px;
	text-indent: -900em;
}
ul#gNavi li a {
	display: block;
	height: 22px;
	text-indent: -900em;
	/*\*/overflow: hidden;/**/
	text-decoration: none;
}

ul#gNavi li.gNavi01,
ul#gNavi li.gNavi01 a {
	width: 95px;
	background: url(../img/gnavi01.gif) no-repeat 0 0;
}
ul#gNavi li.gNavi02,
ul#gNavi li.gNavi02 a {
	width: 106px;
	background: url(../img/gnavi02.gif) no-repeat 0 0;
}
ul#gNavi li.gNavi03,
ul#gNavi li.gNavi03 a {
	width: 94px;
	background: url(../img/gnavi03.gif) no-repeat 0 0;
}
ul#gNavi li.gNavi04,
ul#gNavi li.gNavi04 a {
	width: 79px;
	background: url(../img/gnavi04.gif) no-repeat 0 0;
}
ul#gNavi li.gNavi05,
ul#gNavi li.gNavi05 a {
	width: 67px;
	background: url(../img/gnavi05.gif) no-repeat 0 0;
}
ul#gNavi li.gNavi06,
ul#gNavi li.gNavi06 a {
	width: 99px;
	background: url(../img/gnavi06.gif) no-repeat 0 0;
}
/*hover---------------------------------------------------*/
ul#gNavi li.gNavi01 a:hover {
	width: 95px;
	background: url(../img/gnavi01_on.gif) no-repeat 0 0;
}
ul#gNavi li.gNavi02 a:hover {
	width: 106px;
	background: url(../img/gnavi02_on.gif) no-repeat 0 0;
}
ul#gNavi li.gNavi03 a:hover {
	width: 94px;
	background: url(../img/gnavi03_on.gif) no-repeat 0 0;
}
ul#gNavi li.gNavi04 a:hover {
	width: 79px;
	background: url(../img/gnavi04_on.gif) no-repeat 0 0;
}
ul#gNavi li.gNavi05 a:hover {
	width: 67px;
	background: url(../img/gnavi05_on.gif) no-repeat 0 0;
}
ul#gNavi li.gNavi06 a:hover {
	width: 99px;
	background: url(../img/gnavi06_on.gif) no-repeat 0 0;
}

/* ログイン
------------------------------------------------------------ */

div#header div#loginBox {
	position: absolute;
	top: 0;
	left: 745px;
	width: 215px;
	height: 90px;
	background: #589001 url(../img/prt_login04.gif) no-repeat left bottom;
}

div#header div#loginBox p.tit {
	padding-top: 3px;
	text-align: center;
}

div#header div#loginBox form p {
	margin: 0 0 3px 8px;
}

div#header div#loginBox form p img,
div#header div#loginBox form p input {
	vertical-align: middle;
}

div#header div#loginBox p.btn {
	position: absolute;
	top: 70px;
	left: 177px;
	margin: 0;
}

div#header div#loginBox p.btn02 {
	position: absolute;
	top: 41px;
	left: 33px;
	margin: 0;
}

div#header div#loginBox p.name {
	padding: 10px 0 0 0;
	text-align: center;
	color: #FFFFFF;
}
div#header div#loginBox p.name span {
	font-weight: bold;
}

div#header div#loginBox form input.inputstyle {
	width: 120px;
	height:15px;
	font-size: 12px;
}
 
* html div#header div#loginBox form input.inputstyle {
	width: 125px;
	font-size: 12px;
}



/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

div#footer {
	width: 988px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

div#footer ul {
	margin-bottom: 5px;
	color: #284100;
	font-size: 86%;
	line-height: 1.7;
}

div#footer ul li {
	display: inline;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #284100;
}

div#footer ul li.noline {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

div#footer ul li a:link,
div#footer ul li a:visited,
div#footer ul li a:hover,
div#footer ul li a:active {
	color: #284100;
}

div#footer address {
	color: #EEFFD3;
	font-size: 86%;
}


/* --------------------------------------------------------------------------------------
 右コンテンツ
--------------------------------------------------------------------------------------- */

div#contRight p.txtTel {
	width: 230px;
	height: 56px;
	background: url(../img/txt_tel.gif) no-repeat 0 0;
	text-indent: -900em;
}

div#contRight p.txtMail {
	text-align: right;
}

div#contRight p.txtSearch {
	padding-left: 75px;
}


/* サブナビ
------------------------------------------------------------ */

dl#subNavi {
	width: 215px;
	margin-left: 15px;
	padding-bottom: 1px;
}

dl#subNavi dt {
	clear: both;
}

dl#subNavi dd {
	margin-bottom: 10px;
	padding: 4px 0 0 4px;
	background: #EAEAE9 url(../img/bg_subnavi.gif) no-repeat left bottom;
}

dl#subNavi dd ul {
	width: 211px;
	padding-bottom: 2px;
}
dl#subNavi dd ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
dl#subNavi dd ul { display:inline-block; }
/*\*/
* html dl#subNavi dd ul { height:1%; }
dl#subNavi dd ul { display:block; }
/**/

dl#subNavi dd ul li {
	float: left;
	margin: 0 3px 3px 0;
}


/* topics
------------------------------------------------------------ */

div#topics {
	width: 215px;
	margin: 10px 0 15px 14px;
}

div#topics div.frame {
	margin-top: 3px;
	border-top: 1px solid #A7F32E;
	border-left: 1px solid #A7F32E;
	border-bottom: 1px solid #A7F32E;
	background: #B0E65A;
}

body#topics dl dt {
	margin: 0 10px;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 86%;
	font-weight: bold;
}

body#topics dl dd {
	margin: 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #7BC508;
	line-height: 1.3;
}

body#topics {
	margin: 0;
	background: #B0E65A;
	text-align: left;
}
body#topics dl dd  a:link,
body#topics dl dd  a:visited,
body#topics dl dd  a:hover,
body#topics dl dd  a:active {
	color: #406801;
}


/* バナー
------------------------------------------------------------ */

div#contRight div.bnr01 {
	width: 200px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 86%;
	line-height: 1.3;
}

div#contRight div.bnr01 img {
	margin-bottom: 3px;
}

div#contRight div.bnr02 {
	background: #E9F9CF url(../img/bnr03_02.gif) no-repeat left bottom;
}
div#contRight div.bnr03 {
	height: 150px;
	background: url(../img/bnr04_02.jpg) no-repeat left top;
}
div#contRight div.bnr04 {
	background: #683A1A url(../img/bnr05_02.gif) no-repeat left bottom;
}

div#contRight div.bnr02 p.sp,
div#contRight div.bnr03 p.sp {
	margin: 0 10px;
	padding-bottom: 6px;
}

div#contRight div.bnr04 p {
	background: url(../img/bnr05_03.gif) no-repeat left top;
}

div#contRight div.bnr04 span {
	display: block;
	margin: 0 10px;
	padding-bottom: 6px;
}

div#contRight div.bnr01 a:link,
div#contRight div.bnr01 a:visited,
div#contRight div.bnr01 a:hover,
div#contRight div.bnr01 a:active {
	color: #FFFFFF;
}
div#contRight div.bnr02 a:link,
div#contRight div.bnr02 a:visited,
div#contRight div.bnr02 a:hover,
div#contRight div.bnr02 a:active {
	color: #7B9551;
}
div#contRight div.bnr03 a:link,
div#contRight div.bnr03 a:visited,
div#contRight div.bnr03 a:hover,
div#contRight div.bnr03 a:active {
	color: #FFFFFF;
}
div#contRight div.bnr04 a:link,
div#contRight div.bnr04 a:visited,
div#contRight div.bnr04 a:hover,
div#contRight div.bnr04 a:active {
	color: #F5D9C6;
}


/* 実績紹介
------------------------------------------------------------ */

dl#resultList {
	margin-left: 15px;
	margin-bottom: 10px;
}

dl#resultList dd ul {
	width: 210px;
}
dl#resultList dd ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
dl#resultList dd ul { display:inline-block; }
/*\*/
* html dl#resultList dd ul { height:1%; }
dl#resultList dd ul { display:block; }
/**/

dl#resultList dd ul li {
	float: left;
	width: 100px;
	margin: 0 1px 1px 0;
	padding: 5px 0;
	background: #FFFFFF;
	text-align: center;
}


/* --------------------------------------------------------------------------------------
 左コンテンツ
--------------------------------------------------------------------------------------- */

div#contLeft p.txtCatch {
	border-bottom: 3px solid #E4E3E3;
	color: #000000;
	font-weight: bold;
	line-height: 1.2;
}

div#contLeft p.txtCatch a:link,
div#contLeft p.txtCatch a:visited {
	color: #000000;
	text-decoration: none;
}
div#contLeft p.txtCatch a:hover,
div#contLeft p.txtCatch a:active {
	color: #000000;
	text-decoration: underline;
}

div#contLeft p.txtPlace {
	color: #31A59B;
}

div#contLeft p.txtPlace span {
	font-weight: bold;
}


/* --------------------------------------------------------------------------------------
 ページトップ
--------------------------------------------------------------------------------------- */

div.pagetop {
	margin: 15px 25px 15px 0;
	text-align: right;
	font-size: 86%;
	clear:both;
}


/* --------------------------------------------------------------------------------------
 パンくず
--------------------------------------------------------------------------------------- */

p#location {
	width: 100%;
	padding-top: 15px;
	min-height: 36px;
	font-size: 86%;
}
* html p#location {
	height: 51px;
}

p#location a:link,
p#location a:visited,
p#location a:hover,
p#location a:active {
	color: #609D01;
}


