﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　基本設定
---------------------------------------*/
html{}
body{
	font-size:81%;
	font:13px/1.7 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#333333;
	text-align:justify; 
	text-justify:distribute;
}
/*--------------------------------------
　大枠囲み
---------------------------------------*/
#wrapper{
	min-width:980px;
	margin:0 auto;
}
#hdbox1{
	min-width:980px;
	background:url(../images/hdbg.gif) repeat-x;
	height:70px;
}
#hdbox2{
	width:980px;
	margin:0 auto;
	padding-top:3px;
	overflow:hidden;
}
#contents{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	margin-top:17px;
}
#main{
	overflow:hidden;
	width:740px;
	float:left;
}
#side{
	width:201px;
	float:right;
	overflow:hidden;
}
#footer{	
	min-width:980px;
	overflow:hidden;
	clear:both;
	font:0.75em/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#9c9c9c;
	background:#000000;
}
/*--------------------------------------
　ヘッダー
---------------------------------------*/
h1{
	font-size:10px;
	color:#ffffff;
	margin:23px 0 0 20px;
	float:left;
}
#hdleft{float:left;}
#hdright{float:right;}
#logo{
	margin-top:13px;
	float:left;
	font-size:21px;
	font-weight:bold;
	color:#ffffff;
}
#logo a{color:#ffffff;}
#logo a:hover{text-decoration:none;}
/*--------------------------------------
　グローバルナビゲーション
---------------------------------------*/
#gnavibox{
	min-width:980px;
	border-bottom:1px solid #bfbfbf;
	height:66px;
}
#gnavi{
	width:980px;
	overflow:hidden;
	font-size:14px;
	margin:0 auto;
}
#gnavi li{
	float:left;
	line-height:0;
	height:66px;
	width:196px;
	text-align:center;
	color:#333333;
	font-weight:bold;
}
#gnavi li a{
	display:block;
	color:#333333;
	text-decoration:none;
	padding:26px 0 0;
}
#gnavi a:hover{color:#7ac225;}
#gnavi span{
	font-size:9px;
	margin-top:10px;
	line-height:39px;
	color:#79c225;
	letter-spacing:1px;
	font-weight:normal;
}
#gnavi li strong{height:32px;}
#gnavi li strong a{color:#7ac225;}
.g1{background:url(../images/gnavi1_off.gif) no-repeat;}
.g2{background:url(../images/gnavi2_off.gif) no-repeat;}
.g3{background:url(../images/gnavi3_off.gif) no-repeat;}
.g4{background:url(../images/gnavi4_off.gif) no-repeat;}
.g5{background:url(../images/gnavi5_off.gif) no-repeat;}
.g1 a:hover{background:url(../images/gnavi1_on.gif) no-repeat;}
.g2 a:hover{background:url(../images/gnavi2_on.gif) no-repeat;}
.g3 a:hover{background:url(../images/gnavi3_on.gif) no-repeat;}
.g4 a:hover{background:url(../images/gnavi4_on.gif) no-repeat;}
.g5 a:hover{background:url(../images/gnavi5_on.gif) no-repeat;}
.g1 strong a{background:url(../images/gnavi1_on.gif) no-repeat;}
.g2 strong a{background:url(../images/gnavi2_on.gif) no-repeat;}
.g3 strong a{background:url(../images/gnavi3_on.gif) no-repeat;}
.g4 strong a{background:url(../images/gnavi4_on.gif) no-repeat;}
.g5 strong a{background:url(../images/gnavi5_on.gif) no-repeat;}
/*--------------------------------------
　メインコンテンツ
---------------------------------------*/
/*h-------------------*/
h2{
	background:url(../images/icon1.gif) left no-repeat;
	padding:3px 0 3px 33px;
	margin-bottom:12px;
	line-height:22px;
	font-weight:bold;
	font-size:18px;
	clear:both;
}
h3{	
	background:url(../images/tit1.gif) left no-repeat;
	padding:10px 0 10px 17px;
	margin-bottom:4px;
	line-height:22px;
	height:23px;
	font-size:17px;
	font-weight:bold;
	clear:both;
}
/*メイン画像-----*/
#visual{
	margin:0 auto;
	margin-top:15px;
	width:980px;
	height:295px;
	background:url(../images/main.jpg) center top no-repeat;
	padding-top:20px;
}
#visual p{
	width:400px;
	margin:0 auto;
	padding:50px 20px 0;
	/*background:url(../images/sub/main.jpg) right no-repeat;*/
	float:left;
	/*text-indent:28px;*/
	color:#ffffff;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:30px;
	text-shadow:3px 3px 2px #333333;
	
}
#visual2box{
	min-width:980px;
	overflow:hidden;
	font-size:29px;
	border-bottom:1px solid #e0e0e0;
}
#visual2box p{
	width:980px;
	margin:0 auto;
	padding:11px 0;
	background:url(../images/sub/sub_main.gif) right no-repeat;
	text-indent:90px;
}
/*新着情報-----*/
.news dt{
	float:left;
	clear:both;
	line-height:38px;
}
.news dd{
	border-bottom:1px dotted #a6a6a6;
	padding:0 0 0 97px;
	line-height:38px;
}
/*table-----*/
.tbbox1 th{
	padding:14px;
	background:#f2f2f2;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	vertical-align:top;
}
.tbbox1 td{
	padding:14px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}
a {text-decoration: none;}
a:link { color: #dc2020; } /* リンクの色 */
a:visited { color: #dc2020; } /* 済みリンク */
a:hover { 
	color: #dc2020;
	text-decoration: underline;
}/* リンク上 */
a:active { color: #dc2020; }/* onclick */
/*--------------------------------------
　サイド
---------------------------------------*/
.s_tit{
	background: url(../images/s_titbg.gif) no-repeat;
	color:#ffffff;
	padding:3px 0 2px 12px;
}
#side ul{
	margin-bottom:34px;
	border:1px solid #d9d9d9;
}
#side ul li{
	text-indent:14px;
	padding:0 0 0 13px;
	display:block;
	background:url(../images/arrow.gif) 5% 50% no-repeat;
	border-bottom:1px solid #d9d9d9;
	font-size:13px;
	line-height:35px;
	font-weight:bold;
}
#side ul li a{display:block;}
.tel{
	background:url(../images/s_txt1.gif) no-repeat;
	color:#ffffff;
	font-size:18px;
	padding:18px 12px 0 42px;
}
.conbtn{
	background:url(../images/s_bg2.gif) no-repeat;
	padding:6px 11px 9px;
}

#side a {text-decoration: none;}
#side a:link {color: #333333; } /* リンクの色 */
#side a:visited {color: #333333; } /* 済みリンク */
#side a:hover {color: #7ac225;}/* リンク上 */
#side a:active { color: #7ac225; }/* onclick */
/*--------------------------
フッター
--------------------------*/
/*フッター------------*/
#footer a{color:#333333;}
#ftbox1{
	overflow:hidden;
	min-width:980px;
	margin:0 auto;
	padding:12px 0;
	background:#e7e7e7;
}
#ftbox1 ul{
	width:980px;
	margin:0 auto;
}
#ftbox2{
	background:url(../images/ftbg.gif) repeat-x;
	overflow:hidden;
	padding:10px 0;
	color:#ffffff;
	min-width:980px;
	margin:0 auto;
}
#ftbox3{
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
#ftleft{
	float:left;
	width:400px;
}
#ftbox1 ul{font-size:10px;}
#ftbox1 ul li{float:left;}
#ftbox1 li a{margin:0 10px;}
/*ページトップ-------*/
.pagetop{
	overflow:hidden;
	margin:0 auto;
	width:980px;
	text-align:right;
	padding:51px 0 5px 0;
}
/*コピーライト-------*/
.copy{
	color:#ffffff;
	float:left;
}
.tmp_webfac{
	float:right;
	padding-top:20px;
}
/*--------------------------
テキスト・間隔
--------------------------*/
/*float-------------------*/
.left{
	float:left;
	display:inline;
}
.right{float:right;}
/*テキスト設定・間隔----------*/
.lefttxt1{
	width:189px;
	float:left;
}
.lefttxt2{
	width:566px;
	float:left;
    	/*padding-left:1em;
    	text-indent:-1em;*/
}
.righttxt1{
	width:189px;
	float:right;
}
.righttxt2{
	width:566px;
	float:right;
    	/*padding-left:1em;
    	text-indent:-1em;*/
}
.leftbox{
	width:356px;
	float:left;
}
.rightbox{
	width:356px;
	float:right;
}
.box1{
	margin-bottom:38px;
	overflow:hidden;
}


.txt1{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.bold{font-weight:bold;}
.center{text-align:center;}
.clear{clear:both;}
.pd1{margin-bottom:5px;}
.pd2{margin-bottom:15px;}
.pd3{margin-bottom:30px;}
