@charset "UTF-8";
/*ベース設定::::::::::::::::::::::::::*/
html{margin:0;padding:0;}
body{
    margin:0;
	padding:0;
	text-align: center;
	line-height:180%;
    color:#252525;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	background: #fff;

}
/*リンクベース*/
a{
	color:#0000FF;
	text-decoration:underline;
}
a:hover{
	color:#660000;
	text-decoration:underline;
}
address{
   font-style:normal;
   display:inline;
}
dfn{
   font-style:normal;
   display:inline;
   background:#FFFF66;
}

img{
border:none;
}

p{
	margin-bottom: 20px;
}


/* レイアウト::::::::::::::::::::::::::::::::*/

/* メイン:::::::::::::::::::::::::::::::: */
div#main{
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
	background:#FCFCFC;
	background: #F7FAFD url("http://shanetsu.jp/images/styles/main_back.jpg") repeat-x top;
}

/*センター*/
div.main_inner{
	width:900px;
	margin:0 auto;
	padding:0;
	background: #FFFFFF url("http://shanetsu.jp/images/styles/left_back.gif") repeat-y left;
}



/*clearfix floatに設定*/
.clearfix:after,
div.main_inner:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}
.clearfix{
	height:1%
}
.img_left{
   float:left;
   margin:0 15px 15px 0;
}
.img_right{
   float:right;
   margin:0 0 15px 15px;
}




/* ヘッダー::::::::::::::::::::::::::*/



/*お見積りボタン*/
#center_topform{
	background:url("http://shanetsu.jp/images/styles/main_white_form.jpg") no-repeat center;
	position:absolute;
	top:115px;
	right:163px;
}



#center_topform a{

	padding:12px;
	width:161px;
	font-size:14px;
	font-weight: bold;
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	text-align:center;

}

#center_topform a:hover{
	color:#FFFF00;
	text-decoration:underline;
}


/*トップワード*/
h1.top_word{
	margin:0 auto;
	padding:3px 5px 4px 15px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	line-height:100%;
	text-decoration:none;
	width:900px;
}


/*header*/
div#header {
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
	background:#DDE8FF url("http://shanetsu.jp/images/styles/header_back.jpg") repeat-x center bottom;
}

.header_inner{
   position:relative;
   width:900px;
   margin:0 auto; 
   padding:0;
   height:80px;
}



/* globalnav------------------------------- */
#globalnav {
	height:50px;
	width: 100%;
	margin:0;
	padding:0;
	background:#ffffff url("http://shanetsu.jp/images/styles/navi_back.jpg") repeat-x center;
}
.globalnav_inner{
   position:relative;
   width:900px;
   height:50px;
   margin:0 auto;
   padding:0;

}




/*タイトルやロゴ*/
div#branding{
	margin: 0;
	padding:0;
	line-height:normal;
	bottom: auto;
}
div#branding a{
}
div#branding a:hover{
}


#sitemap{
	background:url("http://shanetsu.jp/images/styles/i_sitemap.gif") no-repeat left center;
	padding:1px 10px 1px 20px;
	position:absolute;
	top:0px;
	right:0px;
}

#sitemap a{
	color: #FFFFFF;
}






/*左メニュー::::::::::::::::::::::::::::::::*/ 
#left{
	width:200px;/*180-padd-bdr*/
	padding:0;
	margin:0;
	float:left;
	height:1%;
	font-size:12px;
	text-align: left;
	line-height:130%;


}

/*サイドバーリンクカラー*/
#left a{}
#left a:hover{}

/*左メニューリンク*/
#left h3{margin:0;padding:0;}

/*メニューリスト*/
#left ul{
	padding:5px 5px 5px 1px;
	margin:0px;
}

#left li{
	list-style-type: none;
	padding:0px 0px 5px 18px;
	margin:10px 0px 4px 2px;
	border-bottom: 1px dotted #78591F;
	background:url("http://shanetsu.jp/images/styles/left_li.gif") no-repeat top left;
}


.left_title_back{
	font-size: 14px;
	font-weight: bold;
	background:url("http://shanetsu.jp/images/styles/left_title_back.jpg");
}

.left_title_back2{
	font-size: 14px;
	font-weight: bold;
	background:url("http://shanetsu.jp/images/styles/left_title_back2.jpg");
}


.left_title_back a,
.left_title_back2 a{
	color: #FFFFFF;
	padding:9px 0px;
	margin:0px;
	display: block;
	text-decoration: none;
	text-align: center;
}


.left_title_back a:hover,
.left_title_back2 a:hover{
	color:#FFFF00;
	text-decoration:underline;
}


#left p{
	padding: 0px 10px;
}




/* メイン:::::::::::::::::::::::::::::::: */






/*トップ*/
#center_toppage{
	width:700px;/*575-padd*/
	margin:0;
	float: right;
	line-height: 140%;
	height:1%;
	padding: 0;
 }
 
 
#center_toppage h4{
	list-style-type: none;
	padding:0px 0px 3px 18px;
	margin:10px 0px 0px 2px;
	border-bottom: 1px dotted #78591F;
	background:url("http://shanetsu.jp/images/styles/icon_red.gif") no-repeat left top;
	font-weight: bold;
	color: #003366;
	font-size: 14px;
	line-height: 130%;
	}
	
#center_toppage h5{
	border-bottom:1px dotted #003366;
	padding:2px 0;
	font-size:14px;
	font-weight:bold;
	color:#003366;
	margin: 0px;
}
 
 
 
 
#check ul{
	padding:0px 10px 10px;
	margin:0px 10px 10px;
}

#check li{
	list-style-type: none;
	padding:0px 0px 5px 25px;
	margin:10px 0px 4px 2px;
	border-bottom: 1px dotted #78591F;
	background:url("http://shanetsu.jp/images/styles/icon_check.gif") no-repeat top left;
	font-weight: bold;
	color: #003366;
	font-size: 14px;
	line-height: 130%;
}



/*トップ以外*/
#center{
	width:700px;/*575-padd*/
	margin:0;
	float: right;
	height:1%;
	background:#FFFFFF;
	padding: 0px;
 }
 



#center h2{
	font-size:24px;
	margin:0;
	color: #ffffff;
	background:url("http://shanetsu.jp/images/styles/h2_back.jpg");
	width:580px;/*590px-padding*/
	height:85px;/*100px-padding*/
	padding:40px 100px 0 20px;
	line-height: 130%;
}


/*カテゴリーリスト*/
#cat_list{}
#cat_list ul{
	margin:20px;
	padding:0;
}
#subcat_list h3,
#cat_list li{
	list-style:none;
	display:block;
	margin:0;
	padding:0;
	border-bottom:1px solid #CCCCCC;
}
#subcat_list h3 a,
#cat_list li a{
	display:block;
	margin:0;
	padding:20px;
	font-weight:bold;
	font-size:16px;
	background:url("http://shanetsu.jp/images/styles/i_l.gif") no-repeat left center;
}


/*本文のリスト表示*/
.entrybodylist ul,
#entrybody ul,
.entrybody ul{
	margin:15px 0 5px 0px;
	padding:0;
}
.entrybodylist ul li,
#entrybody ul li,
.entrybody ul li{
	background:url("http://shanetsu.jp/images/styles/i_l.gif") no-repeat left top;
	list-style:none;
	padding:0px 3px 4px 15px;
	display:block;
	margin-bottom:0.7em;
	border-bottom:1px dotted #cccccc;
}





/*本文のリスト表示 数字編*/
.entrybodylist ol,
#entrybody ol,
.entrybody ol{
	margin:15px 0 5px 0px;
	padding:0;
}

.entrybodylist ol li,
#entrybody ol li,
.entrybody ol li{
	/*background:url("http://shanetsu.jp/images/styles/i_l.gif") no-repeat left top;*/
	padding:0px 3px 4px 0px;
	margin-bottom:0.7em;
	border-bottom:1px dotted #cccccc;
	list-style-type: decimal;
	margin-left: 20px;
}



/*エントリーカテゴリーリンク*/
.entrycategory{
	margin:3px 0 20px;
	padding:0;
}
.entrycategory:after{
	clear:both;
	margin:0px;
	height:1%;
}
.entrycategory ul{
   margin:0;
   padding:0;
	height:1%;
}
.entrycategory ul:after{
	clear:both;
	margin:0px;
	height:1%;
}
.entrycategory li{
   margin:0;
   padding:0;
   list-style:none;
   float:left;
}
.entrycategory li a{
	display:block;
	list-style:none;
	margin:0 0 0 3px;
	padding:3px 10px;
	background:#EEF7FF;
	color:#0000FF;
	font-size:12px;
	border:1px solid #A2D0FF;
	text-decoration:none;
}
.entrycategory li a:hover{
   color:#000;
   background:#FFFFFF;
   text-decoration:none;
}


/*本文表示*/
#entrybody,
.entrybody{
	padding:0px 10px 10px 40px;/*左に段下げ*/
	margin:0 0 10px;
}
.centerbody{
	padding:0px 10px 10px 30px;/*左に段下げ*/
	margin:0;
}
#entrybody h3,
#center h3{
	padding:27px 20px 33px;
	color:#003366;
	font-size:18px;
	font-weight:bold;
	background: #FFFFFF url(http://shanetsu.jp/images/styles/h3_back.jpg) repeat-x;
	margin: 0px -10px 0px -40px;
}

#entrybody h4{
	margin-left:-20px;
	padding:5px 10px 5px 5px;
	font-weight:bold;
	font-size:16px;
	color:#003366;
	border-bottom: 1px solid #003366;
}


#entrybody h5,
#center h5{
	margin-left:-10px;
	border-bottom:1px dotted #003366;
	padding:5px 0;
	font-size:14px;
	font-weight:bold;
	color:#003366;
}
#entrybody h6{
	margin:0;
	padding:5px 0px 5px 15px;
	font-size:12px;
	font-weight:bold;
	color:#003366;

}
/*エントリーボディ*/

.posted{
	border-bottom:1px solid #cccccc;
	color:#666666;
	padding:5px 0;
}
.entry_tags{color:#999966;}
.entry_tags a{
	color:#006699;
	font-size:12px;
	padding: 3px;
	line-height:150%;
}
.entry_tags a:hover{
	background-color:#84B6CD;
	color:#0000FF;
}


.ent_bot,
.entry_tags,
.posted{margin:10px;}
.comment_title{background-color:#BDA89D;color:#ffffff;padding:2px;}
.c_name{float:left;width:150px;}
.c_url{float:right;width:350px;}






/*前後エントリーリンク*/
.zengo{
	font-size: 12px;
	padding:3px;
	border-bottom:1px dotted #CDD8E4;
	height:1%;
}
.zengo:after{
   clear: both;
   display: block;
   height: 0;
   visibility: hidden;
   content: ".";
}
.zengo .zengo_left{float:left;width:250px;}
.zengo .zengo_right{float:right;width:250px;text-align:right;}
.zengo a{color:#0000FF;}
.zengo a:hover{color:#0000FF;}



.entryfooter {
	padding: 10px 20px 20px;
	border: 1px solid #C0C0C0;
}


/*フッター:::::::::::::::::::::::::::::::::::::::*/
/*フッターグループ*/
#footer {
	text-align:left;
	clear:both;
	margin:0;
	padding:0;
	background:#3652A3 url("http://shanetsu.jp/images/styles/bg_footer.jpg") repeat-x top;
	width:100%;
}
.footer_inner{
	position:relative;
	padding:0px 10px 5px;
	margin:0 auto;
	width:880px;/*780-padd*/
	background:#ffffff url("http://shanetsu.jp/images/styles/bg_footer_inner.jpg") repeat-x top;}
#footer a{
	color:#0066CC;
}
#footer a:hover{color:#0066CC;}


.entryfooter {
	padding: 10px 20px 20px;
	border: 1px solid #C0C0C0;
}



/*サイトインフォメーション*/
/*siteinfo_top(会社名からcopyrightまで)*/
#footer .siteinfo_top{
	clear:both;
	margin:0;
	padding:0 10px 10px;
	height:1%;
	display:block;
}

#footer .siteinfo{
	clear:both;
	margin:0 0 0 10px;
	padding:0;
	height:1%;
	display:block;
}
#footer .siteinfo:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


#footer .siteinfo_small{
	font-size:10px;
		line-height:110%;
	clear:both;
	margin:0 0 0 10px;
	padding:0;
	height:1%;
	display:block;
}
#footer .siteinfo_small:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer_address{
	margin:5px;
	padding:0;

	font-size:12px;
	line-height:140%;
}

#footer .footer_title{
	float:left;
	width:80px;
	height:1%;
	margin:0px 0px 0px 10px;
	padding:0;
	font-size:12px;
	font-weight: bold;
	color: #003366;
}
#footer .footer_body{
	float:right;
	margin:5px;
	padding:0;
	width:780px;
	height:1%;
}

#footer p{
   margin:0;padding:5px;
}

/*コピーライト*/
.copyright{
	padding:10px 0;
	margin:0;
	text-align:right;
	font-size:12px;
}
/*チェッカー*/
div.checker{
	width:200px;
	display:block;
	font-size:10px;
	position:absolute;
	top:15px;
	right:15px;
   }
div#checker img{
   text-align:right;
   }


/*HRC*/
.hrc{
background:#ffffff;
	font-size:12px;
	width:900px;
	color:#000;
	text-align:right;
	margin:0 auto 10px;
}
.hrc a{
	color:#0000FF;
	text-decoration:underline;
}
.hrc a:hover{color:#0000FF;}
/*サイトマップ、サブカテゴリーリスト:::::::::::::::::::::::::::::::::::::::*/


#sitemap_list h3,
#page_list h3{
	display:block;
	margin:20px 0 0 -20px;
	padding:20px 20px 5px;
	font-weight:bold;
	font-size:16px;
	background:url("http://shanetsu.jp/images/styles/i_l.gif") no-repeat left center;
}


/*検索結果:::::::::::::::::::::::::::::::::::::::*/
/*検索結果タイトル*/
.tag_title{
		color:#2B5581;
		border-bottom:2px solid #B6C7C7;
		padding:0px 0px 5px 0px;
		font-size:16px;
		font-weight:bold;
		text-align:left;
		margin-bottom:30px;
		line-height:130%;
}
.tag_ent{
	border:solid 1px #C5E3FF;
	padding:10px;
	margin-bottom:15px;
}
/*エントリータイトル*/
.tag_ent_title{ 
	background-color:#EEE2DF;
	padding:2px;
	font-size:12px;
	font-weight:normal;
}
/*エントリー概要*/	 
.tag_exp{
	padding-left:50px;
	margin:5px 0px;
	line-height:130%;
}
/*エントリータグのとこ*/
.tag_tag{
	padding-left:50px;
	margin:5px 0px;
	font-weight:normal;
	clear:both;
}	
/*タグその他*/
.tag_sonota{
	border:double 3px #B6C7C7; 
	padding:10px;
	line-height:160%;
	margin:10px 0px;
}
/*『もっと見る』*/
#more_tag{
	border-top:1px dotted #cccccc;
  padding:10px 5px;
  margin:10px 0;
}
/*dropin*/
#dropin{
	position:absolute; 
	visibility:hidden; 
	width: 500px; 
	height: 400px; 
	left: 300px; 
	top: 200px; 
	background: url("http://shanetsu.jp/images/styles/bg_dropin.gif"); 
	border: 1px none #000000;
}
#dropin .l_input{
	border:1px solid #CFC2A5;
	width:110px;
}
/*テーブル*/
.table1{
	margin:10px 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: #000 1px solid;
	background:#FFF;
	text-align: center;
}
.table1 th{
	border: #000 1px solid;
	padding:5px;
	background:#EEE;
	text-align:center;
	color:#000;
	font-size:12px;
	font-weight:normal;
	vertical-align: top;
}

.table1 td{
	border: #000 1px solid;
	padding:5px;
	font-size:12px;
	vertical-align: top;
	text-align: left;
	line-height: 130%;
}



.table_trans{
	margin:10px 0;
	border-collapse: collapse;
	border-spacing: 0;
    background:#FFF;
}
.table_trans th{
	padding:5px;
	background:#EEE;
	text-align:center;
	color:#000;
	font-weight:normal;
}

.table_trans td{
	padding:5px;
	vertical-align: top;
	font-size:14px;
}



.table_hyo{
	border-collapse: collapse;
	border-spacing: 0;
	border: #000 1px solid;
	background:#FFF;
	text-align: center;
}
.table_hyo th{
	border: #000 1px solid;
	padding:2px;
	background:#EEE;
	text-align:center;
	color:#000;
	font-size:12px;
	font-weight:normal;
	vertical-align: top;
}

.table_hyo td{
	border: #000 1px solid;
	padding:2px;
	font-size:12px;
	line-height: 130%;
}



/*リンクボタン*/
.link,
.link_more{
	margin:10px;
	text-align:right;
}
.link a,
.link_more a{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #A5A5A5;
	border-bottom:1px solid #A5A5A5;
	padding:4px 20px 4px 20px;
	background:url("i_link.gif") no-repeat top left;
	text-decoration:none;
}
.link a:hover,
.link_more a:hover{
	background:url("i_link.gif") no-repeat top left #FFFFCC;
}
.btn_100{margin:10px;padding:0;}
.btn_100 a{
	background:url("http://shanetsu.jp/images/styles/bg_btn_100.jpg") top left no-repeat #FFEC9E;
	border-top:1px solid #A26900;
	border-right:2px solid #A26900;
	border-bottom:2px solid #A26900;
	border-left:1px solid #A26900;
	text-decoration:none;
	color:#5E4526;
	margin:0;
	padding:8px 20px;
}
.btn_100 a:hover{
	background:url("http://shanetsu.jp/images/styles/bg_btn_100_hvr.jpg") top left no-repeat #FFEC9E;
	text-decoration:none;
	color:#5E4526;
}
.btn_100 a:active{
	background:url("http://shanetsu.jp/images/styles/bg_btn_100_hvr.jpg") top left no-repeat #FFEC9E;
	border-top:2px solid #A26900;
	border-right:0px solid #A26900;
	border-bottom:0px solid #A26900;
	border-left:2px solid #A26900;

	text-decoration:none;
	color:#5E4526;
}




.i_pull{
	width:220px;
	margin:0;
	padding:3px;
	font-size:14px;
}

.HISSU_red{
	color: #FF0000;
}

.waku{
	padding: 10px;
}

.waku_right{
	padding-right: 10px;
}



.waku_white{
	padding: 10px;
	background: #FFFFFF;
	margin: 0px;
}


.waku_gray{
	padding: 10px;
	background: #FFFFFF;
	margin: 0px;
	border: 1px solid #F6F6F6;
}


.waku_blue{
	padding: 10px;
	background:#E1F4FF;
}

.waku_blue2{
	padding: 0px 10px 10px;
	background:#E1F4FF;
}


.waku_orange{
	padding: 10px;
	background:#FFF4D2;
}


.keiko{
	color: #FF0000;
	background: #FFFF00;
}


.totop{
	text-align: right;
	background: url("http://shanetsu.jp/images/styles/totop.jpg") no-repeat right;
	padding-right: 20px;
}


/*本文下のお申込みフォーム*/

.pagetop{
	clear:both;
	padding:3px 0;
	text-align: right;
	border-bottom:1px solid #003399;
	padding:4px 10px;
	text-decoration:none;
}

.under_honbun{
	background: #F9F9F9;
	padding: 10px;
}

.form{
text-align:center;

}




/*文字サイズ*/

.fchange{
   position:absolute;
   top:-23px;
   right:100px;
}
.fchange_inner{
   position:relative;
   margin:0;
   padding:0;
   background:#E6F9FF;
   width:198px;/*200px-bdr*/
   height:19px;/*21px-bdr*/
   border-top:1px solid #86B5CE;
   border-left:1px solid #86B5CE;
   border-right:1px solid #5A9ABC;
   border-bottom:1px solid #5A9ABC;
   }
.fchange span{
   position:absolute;
   display:block;
   color:#366781; 
   top:1px;
   left:6px;
}
.fchange .f_defo{
   position:absolute;
   top:1px;
   right:60px;   
}
.fchange .f_large{
   position:absolute;
   top:1px;
   right:6px;   
}
.fchange .f_defo a,
.fchange .f_large a{
   width:50px;
   height:15px;/*17px-padd*/
   display:block;
   background:url("http://shanetsu.jp/images/styles/bg_f_defo.jpg") no-repeat;
   color:#244557;
   text-align:center;
   text-decoration:none;
   padding:1px 0;
}
.fchange .f_defo a:hover,
.fchange .f_large a:hover{
   display:block;
   background:url("http://shanetsu.jp/images/styles/bg_f_defo_hvr.jpg") no-repeat;
   color:#fff;
   text-decoration:none;

}

.fchange:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}
/*文字サイズ:::::::::::::::::::::::::::::::::::::*/

