@charset "UTF-8";
/* -----[ SOF ]---*/

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

	初期設定

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, th, td th{
    margin:0;
    padding:0;
	font: 100% "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
    color:#454545;
 	line-height: 1.9;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}

strong {
    font-weight:bold;
}

* { 
}
 
html { 
	height:100%;
}

body { 
	width:900px;
	margin:0 auto;
}


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

	ナビゲーションの領域

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


.flashA { 
	height:96px;
	overflow: hidden;
}

.flashB { 
	height:121px;
	overflow: hidden;
}

.flashC { 
	height:146px;
	overflow: hidden;
}

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

	代替ナビゲーション

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

ul#hNav{
    font-size:75%;
}

ul#hNav li{
	list-style:none;
	float:left;
	/*position: relative;*/
}

ul#hNav:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

ul#hNav {
  min-height: 1px;
}

* html ul#hNav {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

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

	全体の設定

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


#container {
	padding:0;
	margin:0 auto;
	background: transparent;
}

#pagebody {
    padding:0 0 0 0;
	width:900px;
/*	height:auto;
    height: auto !important;
    height: 461px;
	min-height: 461px;*/
}
 
 
#mainbody {
    padding:0 20px 0 20px;
	width:860px;
 } 
 
 
 
 
 
#mainbody2 {
    padding:0 20px 0 20px;
	width:860px;
} 

 
*html body div#pagebody {
}



/*------------------------------------------------------------------------
Pタグ
--------------------------------------------------------------------------*/

p{
    margin-bottom:30px;
    padding:0;
	font-size:100%;
    color:#6C6C6C;
 	line-height: 1.75;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	font-weight:200;
}

p.m_50{
    margin-bottom:50px;
}


p.txt1{
    margin-bottom:50px;
	font-size:75%;
    color:#454545;
 	line-height: 1.9;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}


p.txt2{
    margin:0;
    padding:0;
	font-size:75%;
    color:#454545;
 	line-height: 1.9;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}

p.txt3{
    margin:0;
    padding:0 0 30px 32px;
	font-size:75%;
    color:#454545;
 	line-height: 1.9;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}

p.txt4{
    margin:0;
    padding:0 0 18px 32px;
	font-size:75%;
    color:#454545;
 	line-height: 1.9;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}

p.txt5{
    margin:0;
    padding:0 0 20px 0;
	font-size:75%;
    color:#454545;
 	line-height: 1.9;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}

p.txt-sign{
    text-align:right;
    margin:0;
    padding:0 0 20px 0;
	font-size:75%;
    color:#454545;
}

span.bold {
	font-weight: bold;
}

/*------------------------------------------------------------------------
hタグ
--------------------------------------------------------------------------*/

h1 {margin-bottom:15px;}
h2 {margin-bottom:30px; margin-top:30px;}
h3 {margin:0; padding:0;}
h3.leng1 {margin-top:0; margin-bottom:7px;}
h3.leng2 {margin-top:40px; margin-bottom:7px;}
h3.leng3 {margin-bottom:7px; font-size:82%;}
h3.leng5 {margin-bottom:0;}


/*------------------------------------------------------------------------
Span class
--------------------------------------------------------------------------*/

span.green {color:#3DB133;}
span.yellow {color:#FFBF26;}
span.blue {color:#336699;}
span.gray {color:#CCCCCC}


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

	リンクまとめ

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


a:link,
a:active {color: #454545; text-decoration: underline;}
a:visited {color: #454545; text-decoration: underline;}
a:hover {color: #CCCCCC; text-decoration: none;}

p a:link,
p a:active {color: #454545; text-decoration: underline;}
p a:visited {color: #454545; text-decoration: underline;}
p a:hover {color: #CCCCCC; text-decoration: none;}


/* ボタンリンク------------------------------------------------------------------------ */

.btn a{
     border: 1px #3DB133 solid;
	 background-color:#F1FEF3;
     background-image:url(../image/btn_arrow.gif); background-repeat:no-repeat; background-position:left; 
	 background-position:5px;
	 margin:0;
	 padding:5px 10px 5px 25px;
	 font-size:12px;
}

/* IE7のみ */
*:first-child+html .btn a{
     padding-bottom:2px;
}

/* IE6のみ */
* html .btn a{
     padding-bottom:2px;
}

.btn a:link,
.btn a:active{color: #3DB133; text-decoration: none;}
.btn a:visited{color: #3DB133; text-decoration: none;}
.btn a:hover{color: #9ED899; text-decoration: none;}




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

	マージン設定

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

.plus_5 {margin-top:5px;}
.plus_10 {margin-top:10px;}
.plus_15 {margin-top:15px;}
.plus_20 {margin-top:20px;}
.plus_25 {margin-top:25px;}
.plus_30 {margin-top:30px;}
.plus_35 {margin-top:35px;}
.plus_40 {margin-top:40px;}
.plus_45 {margin-top:45px;}
.plus_50 {margin-top:50px;}
.plus_55 {margin-top:55px;}
.plus_60 {margin-top:60px;}
.plus_65 {margin-top:65px;}
.plus_70 {margin-top:70px;}


div.map1 {text-align:center; margin-top:30px;}



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

	フッター

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

#footer {
	width:900px;
	background-image:url(../image/line_footer.gif);
	background-repeat:no-repeat;
	clear: both;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

div#footer:after {
     content : "";
     display : block;
     height : 0;
     clear : both;
}

#footer .copyright{
     float:left;
}

#footer #fNav{
	float: right;
}

#footer #Pmark {
	float: left;
	width: 38px;
}

#footer #fNav ul{
	float: right;
	width: 349px;
	margin-top: 10px;
}

#footer #fNav ul li{
	list-style:none;
	float:left;
	position: relative;
}

#footer #fNav ul li img{
    display:block;
	border:none;
}

#footer #fNav ul li a:hover img{
    border:none;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#footer #fNav ul li.line{
    display:block;
	padding-right:30px;
	background-position:right;
	background-image:url(../image/parts_footer.gif); background-repeat:no-repeat;
}



/* ページトップへボタン------------------------------------------------------------------- */

#pagetop {
     width:900px;
	 margin: 0;
	 text-align:right ;
}

#pagetop img{
    margin-top:50px;
    border:none;
}

#pagetop a:hover img{
    border:none;
	opacity:0.5;
	filter: alpha(opacity=50);
}


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

	各ページ

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


/* clearfix------------------------------------------------------------------- */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

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

.content {
    width:860px;
    float:left;
    margin:0;
	padding:0;
}

.left1 {
float:left;
width:350px;
padding-right:30px;
}

.right1{
float:left;
width:480px;
}


.left2 {
float:left;
width:260px;
padding-right:120px;
}


.right2 {
float:left;
width:480px;
}

#main-img{
	width: 900px;
	height: 390px;
	background: #FFFFFF url(../image/topimage.gif) 0 0 no-repeat;
	text-indent: -9999px;
	position: relative;
}

/*--TOPバナーエリア--*/

#BnArea {
	text-align: right;
}

#BnArea p {
	float: right;
	margin-left: 10px;
	margin-bottom: 30px;
	margin-top: 0px;
}

#BnArea img , #BnArea a img {
	border: 1px solid #999999;
}

#BnArea a:hover img {
	border: 1px solid #3CB132;
}



table#content1{
    margin:0;
	padding:0;
	width:860px;
}

table#content1 th{
    text-align:right;
	vertical-align:top;
	padding-top:2px;
	width:162px;
}

table#content1 td{
    margin:0;
    padding-left:20px; padding-bottom:40px;
	font-size:75%;
    color:#454545;
 	line-height: 1.9;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}

table#content1 td.end{
    padding-bottom:0;
}


table#content2{
    margin-top:0;
	padding:0;
	width:860px;
}

table#content2 th{
    text-align:right;
	vertical-align:top;
	padding-top:2px;
	width:141px;
}

table#content2 td{
    margin:0;
    padding-left:20px; padding-bottom:40px;
	font-size:75%;
    color:#454545;
 	line-height: 1.9;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}

table#content2 td.end{
    padding-bottom:0;
}



.content2 {
    width:860px;
    float:left;
    margin:0;
	padding:0;
}

.leftcon {
    float:left;
	padding-left:100px;
    width:330px;
}

.rightcon {
    float:left;
    width:300px;
	padding-left:30px;
}


table#content3{
    margin-top:0px;
	padding:0;
	width:860px;
}

table#content3 th{
	font-size:75%;
    text-align:right;
	vertical-align:top;
 	line-height: 1.9;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	white-space:nowrap;
	
}

table#content3 td{
    margin:0;
    padding-left:20px; padding-bottom:20px;
	font-size:75%;
    color:#454545;
 	line-height: 1.9;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}

.access {
    padding-left:129px;
	margin:0;
}

p.access-txt {
    padding-left:129px;
	padding-top:20px;
	margin:0;
	font-size:75%;
    color:#454545;
 	line-height: 1.9;
}

ol.privacy-list {
	font-size:75%;
    margin:0 25px 0 25px;
	list-style-type: lower-alpha;
}

ol.privacy-list li {
    margin:0 0 13px 25px;
	list-style-type: lower-alpha;
}

ol.privacy-list02 {
	font-size:75%;
    margin:0 25px 0 25px;
}

ol.privacy-list02 li {
    margin:0 0 13px 25px;
	list-style-type: decimal;
}


#p-madoguchi{
	width: 30em;
    margin:0 auto;
    padding: 10px 0;
	font-size:75%;
    color:#454545;
 	line-height: 1.9;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-align: center;
	border: 1px solid #999999;
}


/*----------------------------------
サイトマップ
------------------------------------*/
ul#sitemap {
}

ul li.rng {
    padding-bottom:10px;
    margin-bottom:10px;
}
ul ul {
    margin-left:65px;
}
ul li ul.tree li {
    margin:0 0 0 27px;
	padding: 6px 0 0 16px;
	background-image: url(../sitemap/image/tree_lst.gif);
	background-repeat: repeat-y;
	line-height:1.5;
	background-position: left 5px;
	font-size:75%;
}

ul li ul.tree_w li {
    margin:0 0 0 27px;
	padding: 5px 0 0 75px;
	background-image: url(../sitemap/image/tree_lst_w.gif);
	background-repeat: repeat-y;
	line-height:1.5;
	background-position: left 5px;
	font-size:75%;
}

.tree_start {
    width:180px;
    text-align:center;
    padding:1px;
	border:solid 1px #CCCCCC ;
	background-color:#F8F8F8;
	display:block;
	font-size:75%;
} 

ul.tree li.tree_end {
	background-image: url(../sitemap/image/tree_end.gif);
	background-repeat: no-repeat;
	background-position: 0 -20px;
}

ul.tree_w li.tree_end {
	background-image: url(../sitemap/image/tree_lst_w_end.gif);
	background-repeat: no-repeat;
	background-position: 0 -20px;
}



.map-space{
    margin-top:-20px;
}


/*----------------------------------
実績マップ
------------------------------------*/

table#work {
    width:860px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
    margin:auto;
	padding:0;
	font-size:75%;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}

table#work td {
    border:1px solid #ccc;
    padding:5px 0 5px 5px;
	background-color:#FFF;
	border-right:none;
	border-bottom:none;
}

table#work td.t-kate{ 
    width:205px;
    font-weight:200;
	color:#3DB133;
	background-color:#DEFFE5;
	margin:auto;
}

table#work td.col-kate{ 
    width:240px;
    font-weight:200;
	color:#3DB133;
	background-color:#DEFFE5;
	margin:auto;
}

table#work td.kate{ 
    width:120px;
    font-weight:200;
	color:#3DB133;
	background-color:#DEFFE5;
	margin:auto;
}

table#work .name{ 
	text-align:left;
	width: 205px;
}

table#work .etc{ 
	text-align:left;
	padding:5px;
}


/*----------------------------------
お問い合わせ
------------------------------------*/
table#inquiry-box {
	width: 550px;
	margin-top: 20px;
	padding:0;
	border: 1px solid #3DB133;
	border-collapse: collapse;
}

table#inquiry-box th {
	background-color:#f3fff2;
	border: 1px solid #3DB133;
	padding: 3px 5px;
	text-align: left;
	font-weight: bold;
	width: 200px;
}

table#inquiry-box td {
	border: 1px solid #3DB133;
	padding: 3px 5px;
	width: 350px;
}

#submit_btn {
	width: 550px;
	text-align: center;
}

table#inquiry-box .green ul li{
	font-size:75%;
}

table#inquiry-box #_opinion{
	height: 180px;
	width: 350px;
}	

/* -----[ EOF ]---*/

