@charset "UTF-8";


/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/

#container{ background-color: #fff;width:100%;}


/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

body{ color: #333;}

/*●リンク文字*/
a{ text-decoration: none; }

a:link{color: #297B39;}
a:visited{ color: #297B39; }
a:hover{text-decoration: underline;}
a:active{ color: #385E2E; }


/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

#container{
	position: relative;
	padding-top: 25px;
	
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{ 
width:100%;
	position: absolute;
	top: 0;
	background-color: #EEEEEE;
	border-bottom:3px solid #29903C;
	font-size: 12px;
	height:24px;
}

#top-in{
	position: relative;
	padding: 3px 0;
}

#top-menu{ text-align: right; }

#top-menu li{
	display: inline;
	margin-left: 1em;
	list-style: none;
}

#top-menu li a{
	padding-left: 12px;
	background: url(../images/icon/icon-arrow01.png) left center no-repeat;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	background-color: #fff;
	font-size: 1.2em;
	background: url(../images/hp/body_back.png) top center repeat-y;
	overflow:hidden;
	
}

#header-in{ padding: 14px 0 0 0; }

/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{
	float: left;
	width: 54%; /*ロゴ（メインタイトル）下の<h1>の1行の幅はこちらのwidthの値を変更*/
}

#header .header-logo{
	margin-bottom: 0.2em;
	font-size: 3em;
}


/*●ヘッダーロゴテキスト*/
.header-logo a{ text-decoration: none; }

.header-logo a:link,
.header-logo a:visited{ color: #333; }
.header-logo a:hover,
.header-logo a:active{ color: #f60; }


/*●ヘッダーテキスト・右上の文章*/
#header-in #header-text{
	margin:10px 20px 0 0;
	float: right;
	font-size:20px;
	text-align:right;
	width: 37%; /*・1行の幅はwidthの値を変更*/
	color: #333;
}

#header-in #header-text img{margin:5px 0 5px 10px;}

#header h1{
position: absolute;
	top: 4px;/*▲ページ最上部からの距離*/
	margin: 0 atuto;
	font-size: 22px;
	z-index:200;
	letter-spacing:0.1em;
}


/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
	background:none;
} /*メニュー下のラインの設定*/

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#global-nav dt,
#global-nav dd{ 
	margin: 0;
	padding: 0;
}


/*●メニューボタンを非表示*/
#global-nav .btn-gnav{ display:none; }


/*●グローバルメニュー*/
#global-nav .menu-wrap{ display: block; }

#menu{
	padding-bottom: 5px;
	font-size: 1.2em;
}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	border-right: solid 1px #000; /*右側のボーダーの色*/
	list-style: none;
	font-weight: bold;
}

#global-nav #menu li.first{ border-left: solid 1px #000; } /*一番左のメニューだけに追加指示*/

#global-nav #menu li{ white-space: nowrap; }

/*メニューのデザイン*/
#global-nav #menu li a{
	display: block;
	padding: 0.8em 2em;
	color: #333; /* メニューのフォントの色  */
	text-decoration: none;
	
}

#global-nav #menu li a:link,
#global-nav #menu li a:visited{ background-color: #fff; } /*すでに訪れたリンクの背景色*/
#global-nav #menu li a:hover,
#global-nav #menu li a:active{ background-color: #efefef; } /*マウスカーソルを乗せた時の背景色*/

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
}

/*ドロップダウンメニューのデザイン*/
#global-nav #menu li ul li{
	margin: 0;
	padding: 0;
	width: 12em;
	background-color: #eaeaea;
	border-top: 0;
	border-right: 0;
	white-space: normal;
}

#global-nav #menu li ul li a{
	display: block;
	padding: 0.8em 2em;
}

#global-nav #menu li ul ul{
	top: 0;
	left: 100%;
}

#global-nav .showMenu{ display: block!important; }


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#spmain{width:100%;}


#main{clear:both;padding-bottom:120px;background: url(../images/hp/main_back.png) center bottom no-repeat;font-size:18px!important;}


#main-in{ padding-top: 1.5em;}


/*●メイン画像*/
#main-image{
	padding:0;
	height:355px;
	background: url(../images/hp/mainarea_back.png) center top no-repeat;
}

#main-imagekei{
	padding:0;
	height:355px;
}

#main-image-in{
	position: relative;
	padding: 0;
}

#main-image img{
	height: auto;
}

#main-image .catch-copy{
	position: absolute;
	top: 1em;
	left: 1em;
	color: #fff;
	font-size: 3em;
}

#main-image .top_slide, #main-imagekei .top_slide{
	position: absolute;
	top: 42px;
	left: 508px;
width:48%;
height:272px;
overflow:hidden;
}

.main_text01{background: url(../images/hp/top_title01.png) left top no-repeat;width:87%;height:49px;display:block;text-indent:-9999px;}
.main_text02{background: url(../images/hp/top_title02.png) left top no-repeat;width:51%;height:69px;display:block;text-indent:-9999px;}
.main_text03{clear:both;background: url(../images/hp/top_title03.png) left 10px no-repeat;width:95%;height:85px;display:block;margin:0;text-indent:-9999px;}

.keimain_text01{background: url(../images/hp/kei_top_title01.png) left top no-repeat;width:98%;height:49px;display:block;text-indent:-9999px;}
.keimain_text02{background: url(../images/hp/keishin_main.png) left top no-repeat;width:955px;height:243px;display:block;text-indent:-9999px;}
.keimain_text03{clear:both;background: url(../images/hp/kei_top_title03.png) left top no-repeat;width:98%;height:85px;display:block;margin:0;text-indent:-9999px;}



#topimg_banner{margin:73px 0 0 0;}
#topimg_banner ul{list-style:none;}
#topimg_banner li{float:left;margin:2px;}

#topimg_bannerkei{margin:0;}


#shokailine_wrap{width:100%;margin:15px auto 8px;overflow:hidden;}
#shokailine_wrap ul{list-style:none;margin:0 auto;}
#shokailine_wrap li{float:left;width:47%;margin:0 0 15px 15px;text-align:center;height:320px;border:2px solid #CCC;
border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  }
.last_04{border:none!important;}
.setsumei_04{font-size:24px;padding:5px 20px;}

#shokai_wrap{width:950px;margin:0 auto;overflow:hidden;}
.shokai_left{float:left;width:240px;height:345px;margin:10px 0 0 0;}
.shokai_right{margin:0;float:right;width:700px;height:355px;}
.shokai_right ul{list-style:none;margin:0;}
.shokai_right ul li{float:left;width:330px;height:165px;border:1px dotted #CCC;margin:5px;}
.title4_01{margin:0!important;height:40px!important;border:none!important;}
.title4_01b{clear:both;margin:0!important;float:left;width:203px!important;height:123px!important;border:none!important;}
.title4_01m{float:right;width:120px!important;font-size:14px;margin:0!important;height:110px!important;border:none!important;}

.shokai_left_kei{float:left;width:240px;height:280px;margin:10px 0 0 0;}
.shokai_right_kei{margin:10px 0 0 0;float:right;width:700px;height:270px;padding-top:10px;}
.shokai_right_kei ul{list-style:none;margin:0;}
.shokai_right_kei ul li{float:left;width:210px;text-align:center;font-size:13px;height:240px;border:1px dotted #CCC;margin:5px;}




.pro_bt{margin:0 0 0 15px;}


/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none;
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(../images/icon/icon-brc.gif) center right no-repeat;
}

/*--------------------------------------------------------
画像でのリンク
--------------------------------------------------------*/
a img{ background:none!important; }   a:hover img{ opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; background:none!important;
-webkit-transition: all 1s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
	   } 
a img.linkimg{ background:none!important; }   a:hover img.linkimg{ opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; background:none!important; } 


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{ font-size: 1.4em; }

#main-contents .contents{
	margin-bottom: 12px;
	padding: 0 10px;
}


/*●H2タグ*/
#main-contents h2{
clear:both;
	margin: 0;
	letter-spacing:0.05em;
	height:55px;
	padding: 0 0 15px 65px;
	background: url(../images/title/h2_back.png) left top no-repeat #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	color:#29903C;
}

#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #333; }

#main-contents h2 a:hover,
#main-contents h2 a:active{ color: #f60; }

#main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H3タグ*/
#main-contents h3{
	clear:both;
	margin: 0 0 14px 5px;
	padding: 7px 5px 5px;
	border-top: 1px dotted #3C8DCC;
	border-bottom: 2px solid #3C8DCC;
	font-size: 28px;
	font-weight: bold;
	color:#3C8DCC;
}

#sub-contents h3{
	margin: 0 0 14px 0;
	padding: 7px 5px 5px 0;
	border-top: 1px dotted #3C8DCC;
	border-bottom: 2px solid #3C8DCC;
	font-size: 16px;
	font-weight: bold;
	color:#3C8DCC;
}


#main-contents h3 a:link,
#main-contents h3 a:visited{ color: #333; }

#main-contents h3 a:hover,
#main-contents h3 a:active{ color: #f60; }

#main-contents h3.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H4タグ*/
#main-contents h4{
	margin: 0 0 1.5em;
	padding: 0 0 2px 5px;
	border-bottom: 1px dotted #29903C;
	font-weight: bold;
	color:#29903C;
}

#main-contents h4 a:link,
#main-contents h4 a:visited{ color: #333; }

#main-contents h4 a:hover,
#main-contents h4 a:active{ color: #f60; }

#main-contents h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H5タグ*/
#main-contents h5{
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}

#main-contents h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#main-contents h5 a:link,
#main-contents h5 a:visited{ color: #333; }

#main-contents h5 a:hover,
#main-contents h5 a:active{ color: #f60; }


/*●段落タグ*/
#main-contents p{ margin: 0 0 1.5em 0.5em; }


/*●リストタグ*/
#main-contents ul,
#main-contents ol{
	margin: 0 0.8em 1.5em 1.7em;
	padding: 0;
}

#main-contents li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
}


/*●引用タグ*/
#main-contents q{
	margin: 0 2px;
	padding: 0 8px;
	background: #efefef;
}

#main-contents blockquote{
	overflow: auto;
	margin: 0 1em 1.5em;
	padding: 1em;
	border: 3px solid #ddd;
	background: #efefef;
	color: #444;
}


/*●テーブルタグ*/
#main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*#main-contents table{ table-layout: auto; }*/

#main-contents th,
#main-contents td{
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

#main-contents th{
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}


/*●テーブルタグ スタイル01*/
#main-contents table.table-style01 th,
#main-contents table.table-style01 td{
	text-align: left;
	vertical-align: top;
}


/*●最新情報（リストタグ）*/
#main-contents ul.news{
	margin: 0 0 3.5em;
	padding: 0;
	padding-bottom: 0;
}

#main-contents ul.news li{
	margin-bottom: 1em;
	padding: 0 1em 1em;
	border-bottom: 1px dotted #414141;
	line-height: 1.4em;
	list-style: none;
}


/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

/*最新情報のアイコン設定*/
#main-contents dl.news dd.cat{
	float: left;
	overflow: hidden;
	width: 6em;
	height: 1.5em;
	padding: 0.1em 0.3em 0;
	border-bottom: none;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 16.5em;
	border-bottom: 1px dotted #414141;
}

/*●最新情報2（定義タグ）*/
#main-contents dl.news02{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news02 dt{
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0;
	padding-left: 1em;
	font-weight: bold;
}

#main-contents dl.news02 dd{
	margin: 0 0 0.5em 0;
	padding: 0 1em 0.8em 1em;
	border-bottom: 1px dotted #414141;
}

#main-contents dl.news02 dd.cat{
	margin: 0;
	padding: 0 1em 0.5em 1em;
	border: 0;
}

#main-contents dl.news02 dd.cat ul{
	margin: 0;
	padding: 0;
	/zoom : 1;
}

#main-contents dl.news02 dd.cat ul:after{ content : ''; display : block; clear : both; height:0; }

#main-contents dl.news02 dd.cat li{
	clear: none;
	overflow: hidden;
	float: left;
	height: 1.5em;
	margin-right: 0.5em;
	padding: 0.1em 0.3em 0;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/*カテゴリの文字数が多い場合はコメントアウトを解除*/
/*#main-contents dl.news dd.cat{
	clear: none;
	width: auto;
}

#main-contents dl.news dd{
	clear: both;
	padding: 0 1em 0.8em 1em;
}*/

#main-contents dl.news dd.cat,
#main-contents dl.news02 dd.cat{ font-weight: bold; }
#main-contents dl.news dd.cat.color01,
#main-contents dl.news02 dd.cat .color01{ background: #4784bf; }
#main-contents dl.news dd.cat.color02,
#main-contents dl.news02 dd.cat .color02{ background: #dd6673; }
#main-contents dl.news dd.cat.color03,
#main-contents dl.news02 dd.cat .color03{ background: #39a869; }
#main-contents dl.news dd.cat.color04,
#main-contents dl.news02 dd.cat .color04{ background: #e8ac51; }
#main-contents dl.news dd.cat.color05,
#main-contents dl.news02 dd.cat .color05{ background: #a55b9a; }
#main-contents dl.news dd.cat.color06,
#main-contents dl.news02 dd.cat .color06{ background: #aac863; }


/*●定義タグ スタイル01*/
#main-contents dl.dl-style01{
	margin: 0 0 3.5em;
	padding: 0;
}

#main-contents dl.dl-style01 dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0 0 0 1em;
}

#main-contents dl.dl-style01 dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 10em;
	border-bottom: 1px dotted #414141;
}


/*●定義タグ スタイル02*/
#main-contents  dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: 0;
	background-color: #ddd;
}

#main-contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
}

#main-contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em 0.1em;
	background-color: #fff;
	overflow:hidden;
}

#main-contents  dl.dl-style02 ul{list-style:none;}


/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	margin: 0 0 1.5em 0.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #AAAAAA;
}

#main-contents ul.checklist li{
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(../images/icon/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}


/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist_kai{
	margin: -13px 0 10px 0;
	padding: 8px 10px 10px 10px;
	width:50%;
	border: 1px solid #414141;
}

#main-contents ul.checklist_kai li{
	margin:5px;
	
	padding: 5px 0 0 35px;
	background: url(../images/icon/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}

/*top挿絵*/
.donokensetsu{background: url(../images/hp/top_sashi01.png) right top no-repeat;min-height:148px;}
.donokensetsu p{width:70%;}
.sashi01{background: url(../images/hp/top_sashi02.png) right 20px no-repeat;min-height:148px;}
.sashi01 p{width:60%;}
.sashi02{background: url(../images/hp/top_sashi03.png) right top no-repeat;min-height:160px;}
.sashi02 p{width:60%;}
.sashi03{background: url(../images/hp/top_sashi04.png) right top no-repeat;min-height:124px;}
.sashi03 p{width:60%;}
.sashi04{background: url(../images/hp/top_sashi05.png) right top no-repeat;min-height:115px;}
.sashi04 p{width:60%;}
.sashi05{background: url(../images/hp/top_sashi06.png) right top no-repeat;min-height:148px;}
.sashi05 p{width:60%;}
.sashi01_w{width:500px;}


/*●戻る＆進むリンク*/
.link-next,
.link-back,
.link-next02,
.link-back02{ clear: both; }

.link-next,
.link-next02{ text-align: right; }

.link-back,
.link-back02{ text-align: left; }

.link-next a{
	padding: 3px 0 3px 25px;
	background: url(../images/icon/icon-arrow_r.png) 0 7px no-repeat;
}
.link-back a{
	padding: 3px 0 3px 25px;
	background: url(../images/icon/icon-arrow_l.png) 0 7px no-repeat;
}

.link-next02 a{
	padding: 3px 0 3px 25px;
	background: url(../images/icon/icon-arrow_r-yellow.png) 0 7px no-repeat;
}
.link-back02 a{
	padding: 5px 0 5px 25px;
	background: url(../images/icon/icon-arrow_l-yellow.png) 0 7px no-repeat;
}

.link-next03{ clear: both; }
.link-next03{ text-align: left; }
.link-next03 a{
	padding: 3px 0 3px 25px;
	background: url(../images/icon/icon-arrow_r.png) 0 7px no-repeat;
}
/*●段組み*/
.box-wrap .box-l{
	float: left;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa; /*boxの枠線の指示*/
}

.box-wrap .box-r{
	float: right;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa;
}

#main-contents .box-wrap .title{
	margin-bottom: 1.5em;
	background-color: #999; /*boxのタイトルの背景色*/
}

#main-contents .box-wrap .title p{
	margin: 0 10px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}

/*●ページネーション スタイル01*/
#main-contents .cont-menu01{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu01 ul{
	position: relative;
	left: 50%;
	float: left;
	margin-left: 10px;
}

#main-contents .cont-menu01 li{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 10px;
	list-style: none;
}

#main-contents .cont-menu01 li:last-child{ margin-right: 0; }

#main-contents .cont-menu01 li.cur{
	padding: 3px 10px;
	border: 1px solid #ccc;
	background-color: #959595;
	color: #fff;
	font-weight: bold;
}

#main-contents .cont-menu01 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu01 li a:link,
#main-contents .cont-menu01 li a:visited{ background-color: transparent; }

#main-contents .cont-menu01 li a:hover,
#main-contents .cont-menu01 li a:active{
	background-color: #959595;
	color: #fff;
}

#main-contents .text-field{ width: 90%; }


/*●ページネーション スタイル02*/
#main-contents .cont-menu02{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu02 ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-contents .cont-menu02 li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu02 li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu02 li.prev{ float: left; }

#main-contents .cont-menu02 li.next{ float: right; }

#main-contents .cont-menu02 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu02 li a:link,
#main-contents .cont-menu02 li a:visited{ background-color: transparent; }

#main-contents .cont-menu02 li a:hover,
#main-contents .cont-menu02 li a:active{
	background-color: #959595;
	color: #fff;
}


/*●ランキング（リストタグ）*/
#main-contents .box-wrap .ranking{
	margin: 0 0 15px;
}

#main-contents .ranking li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa; /*区切り線の指示*/
	background: none;
	list-style: none;
}

#main-contents .ranking li.end{
	padding-bottom: 0;
	border-bottom: none;
}

#main-contents .ranking p{ margin: 0 0 10px; }



/*●サイトマップ*/
#main-contents .sitemap li{ list-style: none; }

#main-contents .sitemap li a{
	display: block;
	padding: 3px 0 3px 20px;
	background: url(../images/icon/icon-arrow_r.png) 0 6px no-repeat;
}

#main-contents .sitemap ul{ margin-top: 1em; }

#main-contents .sitemap li li a{
	padding: 0 0 0 15px;
	border-left: none;
	background: url(../images/icon/icon-menu02.png) 0 6px no-repeat;
}



/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

#sub-contents,
#sidebar,
#sidebar-in,
#sub-contents-in{
	margin: 0;
	padding: 0;
}

* html #sub-contents,
* html #sidebar{ overflow: hidden; }

#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{ display: none; }
#sidebar{font-size:13px;}
.sub-column{ font-size: 1.2em; }

.sub-column li{ list-style: none; }


/*●コンテンツ*/
.sub-column .contents{
	margin-bottom: 5px;
	padding: 0.5em;
}


.sub-column hr{ clear: both; }

#sidebar h3{

	padding: 12px 0 8px 50px;
	margin-bottom:15px;
	
	background: url(../images/hp/side_h3.png) left top no-repeat;
	border: 1px solid #CCCCCC; /*サイドバー見出しの枠線*/
	color: #454545; /*見出し文字の色*/
	font-weight: bold;
	font-size:13px;
	
}


.sub-column .contents h3{
	margin: -0.5em;
	margin-bottom: 0.8em;
}


/*●プロフィール*/
.sub-column .profile-img img{
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.sub-column .profile-txt p{ margin-bottom: 1em; }

.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: left;
	padding-right: 20px;
}


/*●テーブルタグ*/
.sub-column table caption{
	font-weight: bold;
	text-align: center;
}

.sub-column table{
	width: 90%;
	margin: auto;
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

.sub-column table th,
.sub-column table td{
	padding: 0.5em 0.2em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.sub-column table th{
	background: #f0f0f0;
	font-weight: bold;
	text-align: center;
}


/*●カレンダー*/
.sub-column table.calendar tbody td{ text-align: center; }

.sub-column table.calendar tfoot td{ border-right: none; }

.sub-column table.calendar tfoot td.next{
	border-right: 1px solid #959595;
	text-align: right;
}

.sub-column table.calendar tbody td a{ display: block; }


/*●検索ボックス*/
.sub-column dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

.sub-column dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

.sub-column dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

.sub-column dl.search-box dt input.onfocus{ color: #333; }

.sub-column dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

.sub-column dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}


/*●お問い合わせ*/
.sub-column .contact .icon-contact{
	float: left;
	padding: 0 10px 10px 0;
}

.sub-column .contact .text-contact{ overflow: hidden; }


/*●サイドメニュー*/
.sub-column .side-menu{ margin: 0; }

.sub-column .side-menu li{ list-style: none; }

.sub-column .side-menu li a{
	display: block;
	padding: 8px 10px 8px 30px;
	background: url(../images/icon/icon-arrow_g.png) 10px 11px no-repeat;
}

.sub-column .side-menu li a:active,
.sub-column .side-menu li a:hover{
	background-color: #D0E5B5;
	color: #385E2E;
}

.sub-column .side-menu ul{
	padding: 0;
	margin: 0;
}

.sub-column .side-menu ul ul{ padding: 0; }

.sub-column .side-menu li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 8%;
	border: 0;
}

.sub-column .side-menu li li a:link,
.sub-column .side-menu li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(../images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .side-menu li li a:active,
.sub-column .side-menu li li a:hover{ background: url(../images/icon/icon-menu02.png) 2px 12px no-repeat #D0E5B5; }


/*●ランキング*/
.ranking{
	margin: 0;
	padding: 5px 8px;
}

.ranking li{
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

.ranking li p{ margin-bottom: 10px; }
.ranking li.end{ border-bottom: none; }

.ranking .no01 .item-name,
.ranking .no02 .item-name,
.ranking .no03 .item-name{
	color: #fe8528;
	font-size: 1.167em;
}

.ranking .no01 .item-name, .ranking .no02 .item-name,
.ranking .no03 .item-name, .ranking .no04 .item-name,
.ranking .no05 .item-name, .ranking .no06 .item-name,
.ranking .no07 .item-name, .ranking .no08 .item-name,
.ranking .no09 .item-name, .ranking .no10 .item-name{
	padding: 4px 0 4px 30px;
	font-weight: bold;
}

.no01 .item-name{ background: url(../images/icon/icon-rank01-01.png) left top no-repeat; }
.no02 .item-name{ background: url(../images/icon/icon-rank01-02.png) left top no-repeat; }
.no03 .item-name{ background: url(../images/icon/icon-rank01-03.png) left top no-repeat; }
.no04 .item-name{ background: url(../images/icon/icon-rank01-04.png) left top no-repeat; }
.no05 .item-name{ background: url(../images/icon/icon-rank01-05.png) left top no-repeat; }
.no06 .item-name{ background: url(../images/icon/icon-rank01-06.png) left top no-repeat; }
.no07 .item-name{ background: url(../images/icon/icon-rank01-07.png) left top no-repeat; }
.no08 .item-name{ background: url(../images/icon/icon-rank01-08.png) left top no-repeat; }
.no09 .item-name{ background: url(../images/icon/icon-rank01-09.png) left top no-repeat; }
.no10 .item-name{ background: url(../images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .no01 .item-name{ background: url(../images/icon/icon-rank01-01.png) left top no-repeat; }
.ranking .no02 .item-name{ background: url(../images/icon/icon-rank01-02.png) left top no-repeat; }
.ranking .no03 .item-name{ background: url(../images/icon/icon-rank01-03.png) left top no-repeat; }
.ranking .no04 .item-name{ background: url(../images/icon/icon-rank01-04.png) left top no-repeat; }
.ranking .no05 .item-name{ background: url(../images/icon/icon-rank01-05.png) left top no-repeat; }
.ranking .no06 .item-name{ background: url(../images/icon/icon-rank01-06.png) left top no-repeat; }
.ranking .no07 .item-name{ background: url(../images/icon/icon-rank01-07.png) left top no-repeat; }
.ranking .no08 .item-name{ background: url(../images/icon/icon-rank01-08.png) left top no-repeat; }
.ranking .no09 .item-name{ background: url(../images/icon/icon-rank01-09.png) left top no-repeat; }
.ranking .no10 .item-name{ background: url(../images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .item-img{ text-align: center; }


.col1 .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img{
	float: left;
	padding-right: 20px;
}


/*●バナーエリア*/
.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
	background: url(../images/hp/footer_back.png) top center repeat;
	color: #666;
	
	overflow:hidden;
}

#footer a:link,
#footer a:visited{ color: #666; }
#footer a:hover,
#footer a:active{ color: #f60; }

#footer h3{
	margin-bottom: 1em;
	padding: 0.8em;
	background-color: #fff;
	color: #333;
	font-weight: bold;
}

#footer .area00{width:900px;float:left;font-size:13px;line-height:22px;margin:20px 0 30px 20px;padding:8px 15px;background:#FFFFFF;color:#666666;}

#footer-in li{ list-style: none; }

#footer .area01{
clear:both;
	float: left;
	margin-top:15px;
	width: 95%;
	padding-bottom: 5px;
	font-size:22px;
}

#footer .area01 p{
	float: left;
	width:48%;
	padding:0 0 0 15px;
}


#footer .area02{
width:100%;
	float: left;
	padding-bottom: 5px;
}

/*●アクセス情報*/
#footer .access{ padding: 0 1em; }

#footer .access p{ margin-bottom: 1em; }

p.accessmap{
width:30%!important;
	padding-left: 40px!important;
	background: url(../images/icon/icon-arrow02.png) left center no-repeat;
}

p.accessmap a{text-decoration:underline!important;}



/*●フッターメニュー*/
#footer .footer-menu{
	overflow: hidden;
	width: 100%;
	padding: 0;
	font-size:24px!important;
}

#footer .footer-menu ul{

	float: left;
	width: 95%;
	margin: 5px;
	padding: 0;
}
#last_menu{margin-right:0!important;}
#footer .footer-menu ul ul{
	float: none;
	width: auto;
	margin-top: 1em;
	margin-right: 0;
}

.footer-menu li{
	margin-bottom: 10px;
	padding: 20px 15px 20px 35px;
	border:1px solid #CCC;
	background:#FFF;
	background: url(../images/icon/icon-arrow01.png) 15px 35px no-repeat #FFF;	
}

.footer-menu li a{
display:block;width:95%;}


.footer-menu li ul li{
	padding-left: 15px;
	padding-top: 0;
	border:none!important;
	
	background: url(../images/icon/icon-arrow01.png) left 15px no-repeat;
}


/*●フッターバナー*/
#footer-banner{
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}

#footer-banner li{
	display: inline;
	list-style: none;
}


/*●コピーライト*/
.copyright{
	padding: 15px 0;
	background: #29903C;
	text-align: center;
	color:#FFFFFF;
	font-size:20px;
}


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

.page-top{
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 99;
	width: 147px;
	height:75px;
	text-indent:-9999px;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	width: 147px;
	height:75px;

}

.page-top a:link,
.page-top a:visited{
	background: url(../images/hp/page_top.png) left top no-repeat ;
	color: #fff;
}

.page-top a:hover,
.page-top a:active{
	background: url(../images/hp/page_toph.png) left top no-repeat;
}




/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

#main-contents .sb{
	width:100%;
	margin: 0;
	padding: 0;
}

#main-contents .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}

* html #main-contents .sb li{
	float: left;
	width: 130px;
	list-style: none;
} /* IE6 */

*+html #main-contents .sb li{
	display: inline;
	list-style: none;
} /* IE7 */

#main iframe.twitter-share-button{ width: 100px!important; }


/*コメントナビ*/
.navigation .alignright{
	float: right;
}
.navigation .alignleft{
	float: left;
}

.navigation:after{ content : ''; display : block; clear : both; height:0; }
.navigation{
	margin-bottom: 30px;
	/zoom : 1;
}


/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-in:after,
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
#main-and-sub:after,
.contents:after,
#main-contents dl.dl-style01:after,
.box-wrap:after,
dl.search-box:after,
#footer-in:after,
#main-contents .sb:after,
.contact:after,
#main-contents .cont-menu01:after,
#main-contents .cont-menu02:after,
.clearfix:after{ content : ''; display : block; clear : both; height:13px; }

#top-in,
#header-in,
#global-nav-in #menu,
#main-in,
#main-and-sub,
.contents,
#main-contents dl.dl-style01,
.box-wrap,
dl.search-box,
#footer-in,
#main-contents .sb,
.contact,
#main-contents .cont-menu01,
#main-contents .cont-menu02,
.clearfix{ /zoom : 1; }


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/

/*--------------------------------------------------------
グローバルメニュー
--------------------------------------------------------*/

#global-menu{
	height:56px;
	margin:0 auto;
	width:960px;
}

#global-menu ul{
	height: 96px;
	margin: 0;
	
}


#global-menu li{
	float: left;
	height: 96px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-indent:-9999px;
}

#global-menu li a{
	display: block;
	padding: 0;
	height: 96px;
	background:  url(../images/hp/spg-menu.png) no-repeat;
	text-decoration: none;
	color: #666;
}
/*IE6対策*/
* html #global-menu ul li a{ height: auto; }

/*グローバルメニューを幅指定にする場合は下記を使用）*/
#global-menu ul li a{
	padding: 0;
}

#global-menu li.menu01{ width: 102px;margin:0;}
#global-menu li.menu01 a{ width: 102px;margin:0;background-position:-14px -23px;}
#global-menu li.menu02{ width: 149px;margin:0;}
#global-menu li.menu02 a{ width: 149px;margin:0;background-position:-116px -23px; }
#global-menu li.menu03{ width: 182px;margin:0}
#global-menu li.menu03 a{ width: 182px;margin:0;background-position:-265px -23px; }
#global-menu li.menu04{ width: 161px;margin:0;}
#global-menu li.menu04 a{ width: 161px;margin:0;background-position:-448px -23px; }
#global-menu li.menu05{ width: 188px;margin:0;}
#global-menu li.menu05 a{ width: 188px;margin:0;background-position:-610px -23px; }
#global-menu li.menu06{ width: 157px;margin:0;}
#global-menu li.menu06 a{ width: 157px;margin:0;background-position:-798px -23px; }

/*
#global-menu li.menu01 a:hover{ background-position:-14px -103px; }
#global-menu li.menu02 a:hover{ background-position:-116px -103px; }
#global-menu li.menu03 a:hover{ background-position:-265px -103px; }
#global-menu li.menu04 a:hover{ background-position:-448px -103px; }
#global-menu li.menu05 a:hover{ background-position:-610px -103px; }
#global-menu li.menu06 a:hover{ background-position:-798px -103px; }
*/

/*IE6対策*/
* html #global-menu ul li a:hover{ height: auto; }

/*------------------------------------------------------------
自己紹介スライド
-------------------------------------------------------------*/

#slideshow {
	position:relative;
	height:270px;
}

#topslideshow {
	position:relative;
}


#slideshow IMG, #topslideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}

#slideshow IMG.active, #topslideshow IMG.active {
	z-index:10;
}

#slideshow IMG.last-active, #topslideshow IMG.last-active {
	z-index:9;
}


#top_voice{clear:both;width:100%;overflow:hidden;padding:5px 0 35px 0;}
#top_voice ul{list-style:none;margin:0;padding:0 0 5px 0;overflow:hidden;}
#top_voice li{width:95%;overflow:hidden;padding:10px;border:1px solid #CCC;overflow:hidden;margin:5px;}
#top_voice img{float:left;margin:12px 0 0 8px;}
.topvice_bun{float:right;width:70%;letter-spacing:0;margin:0 5px 0 0;}
.topvice_title{font-weight:bold;margin:3px 5px 0 0;border-bottom:2px solid #666;padding:5px;}
#top_voice p{margin-top:5px!important;padding-top:0!important;}


#top_zisseki{clear:both;width:100%;overflow:hidden;padding:5px 0 35px 0;}
#top_zisseki ul{list-style:none;margin:0;padding:0 0 15px 0;overflow:hidden;}
#top_zisseki li{width:45%;overflow:hidden;height:650px;border:1px solid #CCC;float:left;margin:7px;padding:3px 7px;overflow:hidden;}
#top_zisseki li img{border:1px solid #CCC;margin:15px 0 10px 80px;}
.topzisseki_title{font-weight:bold;text-align:center;}

#tokuten{clear:both;margin:10px auto 20px;padding:0;width:100%;}
#shindan{clear:both;margin:0 atuto;padding:0;width:950px;}
.shindan_left{float:left;margin:10px 10px 30px 10px;width:270px;}
.shindan_right{float:left;width:620px;margin:10px 5px 30px 0;}
.top_toiawase{clear:both;background:  url(../images/hp/toiawase_back.png) center top no-repeat;width:815px;height:160px;margin:0 0 20px 50px;}
.top_toiawase img{margin:60px 20px 0 0;float:right;}

.top_toiawase_kei{clear:both;background:  url(../images/hp/toiawase_back_kei.png) center top no-repeat;width:815px;height:160px;margin:0 0 20px 50px;}
.top_toiawase_kei img{margin:60px 20px 0 0;float:right;}

.con_toiawase{clear:both;background:  url(../images/hp/toiawase_back_s.png) center top no-repeat;width:609px;height:153px;margin:0 0 20px 5px;}
.con_toiawase img{margin:70px 25px 0 0;float:right;}

.voice_bt{clear:both;margin:0 0 0 5px;}
.zisseki_bt{clear:both;margin:0 0 0 20px;}

#list_numbr{}
#list_numbr ul{list-style-type:decimal;font-weight:bold;color:#0000dd;}
#list_numbr ul ul{list-style-type:lower-roman!important;font-weight:normal!important;}

#flow_left{float:left;width:535px;}
#flow_right{float:left;width:72px;margin:0 0 0 10px;}
#flow_right .yazi00{margin:40px 0 0 0;}
#flow_right .yazi01{margin:30px 0 0 0;}
#flow_right .yazi02{margin:30px 0 0 0;}

#flow_leftkei{float:left;width:500px;}
#flow_rightkei{float:left;width:95px;margin:0 0 0 10px;padding-top:90px;}


#kukaku_henkou{margin:0 0 0 50px;}
#kukaku_henkou table{width:450px;}
#kukaku_henkou tr{}
#kukaku_henkou th{width:100px;}
#kukaku_henkou td{width:350px;}

.list_maru{}
.list_maru ul{list-style-type:circle;}
.list_maru li{}

#side_annai{font-size:13px!important;padding-left:10px!important;background: url(../images/hp/side_h3.png) -40px top no-repeat!important;}

.voice_an{}
.voice_an ul{list-style:none;}
.voice_an li{list-style:none;}
.v_cust{border:1px solid #CCC;padding-left:50px;}

.area_taiou{}
.area_taiou ul{list-style:none;}
.area_taiou li{border-bottom:1px dotted #CCC;margin:8px 0!important;}

.survey{font-size:13px;width:360px;float:right;margin:0 25px 0 0;padding:10px 0 0 0;border:1px solid #CCC;}
.survey ul{list-style:none;}
.survey li{}
.survey .ques{margin:5px 0 0 0!important;padding:0!important;}
.survey .ans{color:#d23235;margin:0 0 5px 0!important;padding:0 0 0 5px!important;border-bottom:1px dotted #999;}
＃sns_wrap{clear:both;margin:0 0 10px 20px;}

#keishin_menu{margin:0 auto;width:940px;}
#keishin_menu ul{height: 325px;margin: 10px 0 35px 0;}
#keishin_menu li{float: left;overflow: hidden;width: 447px;text-indent:-9999px;}
#keishin_menu li a{display: block;padding: 0;background:  url(../images/hp/keishin_menu-3.png) no-repeat;	text-decoration: none;}
/*IE6対策*/
* html #keishin_menu ul li a{ height: auto; }
/*グローバルメニューを幅指定にする場合は下記を使用）*/
#keishin_menu ul li a{padding: 0;}

#keishin_menu li.menu01{ height: 164px;margin:8px;}
#keishin_menu li.menu01 a{ height: 164px;background-position:-28px -33px;}
#keishin_menu li.menu02{ height: 164px;margin:8px;}
#keishin_menu li.menu02 a{ height: 164px;background-position:-487px -33px; }
#keishin_menu li.menu03{ height: 142px;margin:8px;}
#keishin_menu li.menu03 a{ height: 142px;background-position:-28px -207px; }
#keishin_menu li.menu04{ height: 142px;margin:8px;}
#keishin_menu li.menu04 a{ height: 142px;background-position:-487px -207px; }

#keishin_menu li.menu01 a:hover{ background-position:-28px -403px; }
#keishin_menu li.menu02 a:hover{ background-position:-487px -403px; }
#keishin_menu li.menu03 a:hover{ background-position:-28px -577px; }
#keishin_menu li.menu04 a:hover{ background-position:-487px -577px; }

/*IE6対策*/
* html #keishin_menu ul li a:hover{ height: auto; }
