@charset "shift_jis";

/*----------------------------------------------------------
	要素リセット
-----------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	}
html{
	overflow-y: scroll;
	}

body {
	font-size: 80%;
	font-family: "Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;			
	text-align: center;
	color: #333333;
	}


img{
	border: 0;
	}

table,div{
	margin: auto;
	}

th,td{
	font-size: 100%;
	}

p{
	margin:0 0 10px 0;
	}

a{
	color: #38b48b;
	text-decoration: underline;
	}
a:hover{
	color: #e95464;
	text-decoration: underline;
	}

dl{
   margin-top: 0 0 30px 0;
   padding-top: 0px;
   zoom: 100%;
   font-size: 1.0em;
	}

dt{
   float: left;
   margin-top: 0px;
   text-align: left;
   font-weight: none;
   width: 100px !important;
   padding-top: 10px 0 10px 5px;
   /*color: #BFC912;*/
	color: #339933;
	}

dd{
   margin-top: 0px;
   padding-top: 10px 15px 10px 0px;
   min-height: 25px;
   text-align: left;
   padding: 0 0 5px 105px;
	}

*:first-child + html dd	{
   /* for IE7 */
   padding-left: 10px;
   min-height: 20px;
	}
* html dd {
   /* for IE6 */
   padding-left: 0px;
   height: 20px;
	}

dl:after {
   content: ".";
   clear: both;
   height: 0;
   display: block;
   visibility: hidden;
	}

/*--< Safari用ハック 文字サイズ調整 -->*/
html:\66irst-child body{
   font-size: 80%;
}

/*--<	見出し >--*/

h2,h3,h4,h5,h6{
	clear: both;
	}

h2{
	height: 60px;
	line-height: 60px;
	font-weight: normal;
	font-size: 20px;
	color: #726250;
	padding: 20px 0px 0px 15px;
	margin: 0px 0px 25px 0px;	
	letter-spacing: 1px;
	border-bottom: 1px solid #cccccc;
	}

/*----------------------------------------------------------
	レイアウト設定
-----------------------------------------------------------*/
#container{
	width: 930px;
   	margin-top: 0;
   	margin-right: auto;
   	margin-bottom: 0;
   	margin-left: auto;
   	position: relative;
   	background-color : #ffffff;
	padding: 12px 0 0 0;
	text-align:left;
	}

#container:after{
   	content: ".";
   	clear: both;
   	height: 0;
   	display: block;
	visibility: hidden;
	}

/*--<	コンテンツ >--*/
#contents{
	clear: both;
	padding: 0 0 20px 0;
	zoom: 100%;
	}

#contents:after{
	content: ".";  /* 新しいコンテンツ */ 
   	clear: both;
   	height: 0;
   	display: block;
	visibility: hidden;
	}

/*----------------------------------------------------------
	ヘッダー
-----------------------------------------------------------*/
#Header{}

#Header:after{
   	content: ".";
   	clear: both;
   	height: 0;
   	display: block;
	visibility: hidden;
	}

#Header h1{
	color: #666666;
	font-weight: normal;
	font-size: 11px;	
	padding: 18px 0 10px 0px;
	height: 20px;
	}

#Header #Logo {
	width: 400px;
	float: left;
	height: 80px;
	padding-top: 1px;
	margin: 0px;
	background-image: url(../images/img-headerlogo.png);
	background-position: left top ;
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
	}

#Header #Logo a {
    	display: block;
    	height: 50px;
    	margin: 0px;
    	padding: 0px;
    	text-indent: -9999px;
    	overflow: hidden;
	}

#Header #Logo a:hover{}

#Header #LogoRight{
	float: right;
	width: 300px;
	padding: 2px 0 0 0 ;
	}

#Header #LogoRight .info{
	font-size: 18px;
	font-family: "Century Gothic";
	text-align: right;
	margin: 0 0 10px 0;
	}

#Header #LogoRight .info span{
	font-size:12px;
}

/*--<	線囲み　リンク >--*/
#flamelink{
	clear: both;
	height: 26px;	
	}

#flamelink ul{
	float: right;
	list-style-type: none;
	}

#flamelink ul li{
	float: left;
	margin: 0 0 20px 5px;
	}

#flamelink ul li a{
	display: block;
	padding: 0px 10px 0px 10px;
	line-height: 20px;	
	text-decoration: none;
	border: 1px solid #dddddd;
	color: #333333;
	font-size: 11px;
	}

#flamelink ul li a:hover{
	background-color: #333333;
	color: #ffffff;
	}


/*----------------------------------------------------------
	メニュー
-----------------------------------------------------------*/
#Menu{
	clear: both;
	height: 58px;	
	margin: 0 0 10px 0;
	width: 928px;
	}

#Menu:after{
   	content: ".";
   	clear: both;
   	height: 0;
   	display: block;
	visibility: hidden;
	}

#Menu ul{
	list-style-type: none;
	height: 55px;
	padding: 1px;
	}

#Menu ul li{
	position: relative;
	float: left;
	text-align: center;
	height: 55px;
}
#Menu ul li.on{}

#Menu ul li a{
	display: block;
	color: #333333;
	font-size: 14px;
	margin: 0 0 0 0px;
	text-decoration: none;
	height: 55px;
	line-height: 55px;
	border-left: 1px solid #cccccc;	
}

#Menu ul li.last{}

#Menu ul li.last a{
	border-right: 1px solid #cccccc;
	}

#Menu ul li a:hover{
	background-color: #cccccc;
	}

#Menu ol{
	width: 100%;
	list-style-type: none;
	position: absolute;
	display: none;	
	top: 55px;
	left: 0px;
	z-index: 3;
	background-color: #ffffff;
	border:1px solid #cccccc;	
	}

#Menu ol li{
	float:none;
	border-width:0px;
	height:auto;
	}

#Menu ol li a{
	text-align:left;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 11px;
	line-height: 1.1em;
	height: auto;
	border-bottom: 1px solid #cccccc;
	}

#Menu ol li a:hover{
	background-color: #cccccc;
	color: #ffffff;
	}

#Menu ol li.last a{
	border-width: 0;
	}

#Menu ol li.last a:hover{}


/*----------------------------------------------------------
	フッター
-----------------------------------------------------------*/	
#Footer{
	clear: both;
	width: 930px;
	height: 100px;
	position: relative;
	border-top: 1px solid #dddddd;
	}


#Footer #footMenu {
	width: 710px;
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 12px;
	}

#Footer #footMenu ul{
	margin: 10px 0 0 0;
	list-style-type:none;
}

#Footer #footMenu ul li{
	float:left;
}

#Footer #footMenu ul li a{
	color: #333333;
	font-size: 12px;
	text-decoration:none;
	padding:0 4px 0 4px;
	}	
#Footer #footMenu a:hover{
	text-decoration: underline;
	}	

#Footer #copyRight{
	width: 710px;
	position: absolute;
	font-size: 13px;
	color: #999999;
	top: 50px;
	left: 3px;
	}

#Footer #office{
	width: 218px;
	font-size: 13px;
	color: #333333;
	text-align: right;
	margin: 20px 0 0 711px;
 	line-height: 0.5em;
	}

/*----------------------------------------------------------
	メイン
-----------------------------------------------------------*/
#main{}

#main h3{
	font-size:20px;	
	color:#000000;	
	padding:10px 0px 5px 0px;
	margin:2px 0 8px 0;
	}

.col2 #main h3{}

#main h4{
	font-size:16px;
	line-height:30px;
	padding:0;
	margin:7px 0 15px 0;
	border:dotted #666666;
	border-width:0 0 1px 0;
	}
#main h5{
	font-size:14px;
	background-color:#e6eb94;
	padding:5px;
	margin:8px 0 8px 0;
	color:#000000;
	}
#main h6{
	font-size:12px;
	color:#ffcc00;
	margin:5px 0 4px 0;
	}

#main ul{
	margin:0 0 20px 20px;
	list-style-type: disc;}
#main ul li{
	margin: 0 0 8px 0;
	line-height: 1.6em;
	padding: 2px 0 0 0px;
	}
#main ol{
	margin: 0 0  20px 30px;
	list-style-type: decimal;}
#main ol li{
	margin: 0 0 8px 0;
	line-height:1.6em;
	}

#main blockquote{
	background-color: #e5ffff;
	padding: 20px;
	margin: 5px 0 10px 0px ;
	}

#main img {
	border: 1px solid #ffffff;
	padding: 3px;
	}

#main a img { 
	border: 1px solid #ffffff;
	padding: 3px;
	}

#main a:hover img {
 	border: 1px solid #ffcc00;
	padding: 3px;
	}

#main ul.photo_list{
	display:block;
	list-style-type:none;
	clear:both;
	zoom:100%;
	width:930px;
	margin:0 0 14px 0;
	}
#main ul.photo_list:after{
    	content: "";
    	display: block;
    	clear: both;
	}	
#main ul.photo_list li{
	float:left;
	margin:0 14px 0 0;
	background:none;
	padding:0;
	}
#main ul.photo_list li.last{
	margin-right:0;
	}

/*--< マウスオーバー画像 >--*/
.hvimg a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;	
	}

/*--< ページトップへ >--*/
#pagetop{
	margin-top: 20px;
	float: right;
	list-style-type: none;
	background-image: url(../images/icon_pagetop.gif);
	background-repeat: no-repeat;
	background-position: left top 6px;
	}

#pagetop:after{
   content: ".";
   clear: both;
   height: 0;
   display: block;
	visibility: hidden;
	}

#pagetop a{
	display: block;
	margin-left: 20px;
	padding: 0px 10px 0px 10px;
	line-height: 20px;	
	text-decoration: none;
	border: 1px solid #dddddd;
	color: #333333;
	font-size: 11px;
	}

#pagetop a:hover{
	background-color: #333333;
	color: #ffffff;
	}


/*----------------------------------------------------------
	その他汎用セレクタ
-----------------------------------------------------------*/

.clearfix {
	zoom:100%;
	clear:both;
	}

.clearfix:after {
	content: ".";  /* 新しいコンテンツ */ 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; /* 非表示に */ 
	}

.c-index{
   height: 1px;
   margin: 0;
   padding: 0;
   overflow: hidden;
   text-indent: -9999px;
   background: none;
	}

/*フォント属性*/

.font-b{
	font-weight: bold;
	}
.font-clr{
	font-weight: normal;
	}
.fontc-wt{
	color: #ffffff;
	}
.fontc-bk{
	color: #000000;
	}
.fontc-gy{
	color: #cccccc;
	}
.fontc-br{
	color: #726250;
	}
.fontc-rd{
	color: #ff0000;
	}
.fontc-bl{
	color: #0066cc;
	}
.fontc-gn{
	color: #339933;
}
.fontc-ye{
	color: #ff00cc;
	}
.fontc-or{
	color: #ff6600;
	}
.fontc-gd{
	color: #ffcc00;
	}
.fonts-xs{
	font-size: x-small;
	}
.fonts-s{
	font-size: small;
	}
.fonts-l{
	font-size: large;
	}
.fonts-xl{
	font-size: x-large;
	}
.fonts-xxl{
	font-size: xx-large;
	}
.fonts-xxll{
	font-size: 3.0em;
	}


/*配置・レイアウト*/

.align-c{
	text-align: center;
	}

.align-l{
	text-align: left;
	}

.align-r{
	text-align: right;
	}

/*--< テーブル >--*/

.table-box,
.table-line{
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 10px 0;
	table-layout: fixed;
	}

.table-box th,
.table-line th{
	padding: 5px;		
	}
.table-box td,
.table-line td{
	padding: 5px;
	}

.table-box{}
.table-box th{
	border:1px solid #dddddd;
/*	background-color: #e0ffff;*/
	background-color: #f8f4e6;
	text-align: center;
	line-height: 1.4em;
	font-weight: normal;
	}
.table-box td{
	border:1px solid #dddddd;
	line-height: 1.4em;
	}
/**/
.table-line{}
.table-line th{
	border: dotted #666666;
	border-width: 0 1px 0 0;	
	text-align: left;
	line-height: 1.6em;
	font-weight: normal;
	}
.table-line td{
	border: dotted #666666;
	border-width: 0 0 0 1px;	
	line-height: 1.6em;
	padding: 5px 5px 20px 5px;
	}
	

.table-box:after{
   content: ".";
   clear: both;
   height: 0;
   display: block;
	visibility: hidden;
	}

/*--< 画像＋テキスト >--*/
.pic_txt{
	padding: 5px;
	}
.pic_txt .pic{
	float: left;
	width: 200px;
	}
.pic_txt .txt{
	float: right;
	width: 680px;
	text-align: left;
	}
.col2 .pic_txt .pic{
	float: left;
	width: 200px;
	}
.col2 .pic_txt .txt{
	float: right;
	width: 460px;
	}

.pic_txt:after{
   content: ".";
   clear: both;
   height: 0;
   display: block;
	visibility: hidden;
	}

/**/
.pic_txt2{
	padding: 5px;
	}

.pic_txt2 .pic{
	width: 160px;
	float: left;
	}
.pic_txt2 .txt{
	width: 720px;
	float: right;
	text-align: left;
	font-size: 95%;
	}
.col2 .pic_txt2 .pic{
	width: 160px;
	float: left;
	}
.col2 .pic_txt2 .txt{
	width: 500px;
	float: right;
	}

.pic_txt2:after{
   	content: ".";
   	clear: both;
   	height: 0;
   	display: block;
	visibility: hidden;
	}

/**/
.pic_txt3{
	padding: 5px;
	}

.pic_txt3 .pic{
	width: 160px;
	float: right;
	}
.pic_txt3 .txt{
	width: 720px;
	float: left;
	text-align: left;
	font-size: 95%;
	}
.col2 .pic_txt3 .pic{
	width: 160px;
	float: right;
	}
.col2 .pic_txt3 .txt{
	width: 500px;
	float: left;
	}

.pic_txt3:after{
   	content: ".";
   	clear: both;
   	height: 0;
   	display: block;
	visibility: hidden;
	}


/*--< ファイルアイコン >--*/
.ico-pdf {
	margin: 0;
	padding: 3px 0 3px 30px;
	background-image: url(../images/icon_spdf.gif);
	background-repeat: no-repeat;
	background-position: top left 6px;
	font-size: 11px;
	}
.ico-xls {
	margin: 0;
	padding: 3px 0 3px 30px;
	background-image: url(../images/icon_excel.gif);
	background-repeat: no-repeat;
	background-position: top left 6px;
	font-size: 11px;
	}
.ico-word {
	margin: 0;
	padding: 3px 0 3px 30px;
	background-image: url(../images/icon_word.gif);
	background-repeat: no-repeat;
	background-position: top left 6px;
	font-size: 11px;
	}

.img-tel {
	margin: 0;
	padding: 0px 0px 0px 50px;
	line-height: 40px;
	background-image: url(../images/img_tel.gif);
	background-repeat: no-repeat;
	background-position: top 10px left;
	}

.img-pc {
	margin: 0;
	padding: 0px 0px 0px 50px;
	line-height: 40px;
	background-image: url(../images/img_pc.gif);
	background-repeat: no-repeat;
	background-position: top 10px left;
	}

.img-doc {
	margin: 0;
	padding: 0px 0px 0px 50px;
	line-height: 40px;
	background-image: url(../images/img_doc.gif);
	background-repeat: no-repeat;
	background-position: top 10px left;
	}

.img-q {
	margin: 0;
	padding: 5px 0px 7px 30px;
	background-image: url(../images/img_q.gif);
	background-repeat: no-repeat;
	background-position: top 5px left;
	}

.img-chk {
	margin: 0;
	padding: 5px 0px 7px 30px;
	background-image: url(../images/img_chk.gif);
	background-repeat: no-repeat;
	background-position: top 5px left;
	}

.img-srch {
	margin: 0;
	padding: 0px 0px 0px 40px;
	line-height: 40px;
	background-image: url(../images/img_srch.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}


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

　　各ページ

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

/*--< トップページ >--*/

#title{
	width: 100%;
	height: 345px;
	margin: 0 0 20px 0;
	padding: 3px;
	background-image: url(../images/img-top.png);
	background-position: top left;
	background-repeat: no-repeat;

	}
.message{
	font-size: 16px;
	font-weight: normal;
	margin: 50px 20px 20px 420px;
	padding-left: 5px;
	line-height: 28px;
	color: #000000;
	text-align: right;
	}

#Home{}

#Home h3{
	font-size:23px;
	height:30px;
	line-height:30px;
	font-weight:normal;
	margin:0 0 5px 0;
	padding-left:5px;
	background:none;
	}

#Pickup{
	float:left;
	width:250px;
	border-right: 1px dotted #cccccc;
	margin-right: 10px;
	}

#Pickup:after{
	content: "."
   	clear: both;
   	height: 0;
   	display: block;
	visibility: hidden;
	}

#topics{
	float:left;
	/* width:440px; (Pickupありの時）*/
	width:690px;
	border-right: 1px dotted #cccccc;
	margin-right: 10px;
	}

#topics dd{
	font-size:12px;
}

#topics:after{
	content: "."
   	clear: both;
   	height: 0;
   	display: block;
	visibility: hidden;
	}

#topics #scroll{
	margin:0 10px 5px 10px;
	}

#topics #scroll .scrbar {
	height: 500px;
	overflow: auto;
	overflow-x:hidden;
	scrollbar-track-color:white;
	scrollbar-face-color:white;
	scrollbar-arrow-color:#cccccc;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-3dlight-color:#cccccc;   
}

#toppage_banner{
	width: 210px;
	float: right;
	margin:0;
	}

#toppage_banner:after{
	content: "."
   	clear: both;
   	height: 0;
   	display: block;
	visibility: hidden;
	}

/*--< ２カラム >--*/

.col2 #main{
	float: right;
	width: 700px;
	padding: 0 0px 0 0px;
	}

.col2 #Sidebar{
	float: left;
	width: 200px;
	}

.col2 #Sidebar .subMenu{
	background-color: #dddddd;
	border: 1px solid #dddddd;
	margin: 0 0 20px 0;
	}

.col2 #Sidebar .subMenu h3{
	padding: 5px;
	margin: 0;
	text-align: left;
	font-size: 10px;
	}

.col2 #Sidebar .subMenu ul{
	list-style-type: none;
	display: block;
	}
.col2 #Sidebar .subMenu ul li{
	margin: 0 0 1px 0;
	}

.col2 #Sidebar .subMenu ul li a{
	background-color: #ffffff;	
	color: #000000;
	display: block;
	padding: 8px 5px 8px 5px;
	text-decoration: none;
	}

.col2 #Sidebar .subMenu ul li a:hover{
	color: #ffffff;
	background-color: #666666;
	}	

.side_banner{
	margin: 0 0 5px 0;}



/*--< お問い合わせページ >--*/

#contact{}

#contact span {
	color: #ff0000;
	}


#contact table {
	width: 100%;
	table-layout: fixed;	
	margin: 0;
	border-collapse: collapse;
	}

#contact table th {
	vertical-align: top;
	padding: 14px;
	text-align: right;
	border: 1px solid #dddddd;
	background-color: #fef4f4;
	width: 20%;
	}

#contact table th span {
	font-size: 16px;
	color: #ff0000;
	font-weight: normal;
	}

#contact table td {
	width: 80%;
	padding: 10px;
	border: 1px solid #dddddd;
	background-color: #ffffff;	
	}

#contact input {
	line-height: 20px;
	}

#contact input.txtbox {
	margin: 2px;
	}

#contact .wid100 {
	width: 100px;
	height: 20px;
	}

#contact .wid200 {
	width: 200px;
	height: 20px;
	}
#contact .wid450 {
	width: 450px;
	height: 20px;
	}

#contact .radio{
	margin: 5px;
	}

#contact .txtarea {
	width: 450px;
	height: 180px;
	}

#contact .formBtn {
	text-align: center;
	}

#contact .formBtn input {
	margin: 15px 10px 25px 10px;
	padding: 5px 20px 5px 20px;
	font-size: 14px;
	cursor: pointer;
	}
#contact input.focus,

#contact textarea.focus {
	background-color: #e0ffff;
	}

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

	印刷用

-----------------------------------------------------------*/
@media print {
	.no_print { display:none; }
	}


