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

*{
	padding:0;
	margin:0;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:1px;
	font-size:1em;
}

body#soma{
	color:#333;
}

.shadow, #spheader{
	display:none;
}

a{
	text-decoration:none;
	color:#003399;
}

a:hover{
	color:#D30003;
}

img{
	border:0;
}

table[border="1"]{
	background:#8c623e;
	border-spacing:1px;
	margin:5px 0;
	border:none;
}

table[border="1"]>tbody>tr>td{
	padding:5px;
	background:#FFF;
	border:none;
}

table[border="1"]>tbody>tr>th,table[border="1"]>thead>tr>th{
	padding:5px;
	background:#8c623e;
	border:none;
}

.text_red{
	color:#EF0000;
}

.text_green{
	color:#008813;
}

.text_brown{
	color:#C65400;
}

.cont_block{
	background-color:#82b222;
}



body#soma,#wcv_sys_edit_pageeditarea{
	line-height:1.5;
	background-image:url(../contents_image/background.png);
}
	
/*ヘッダー*/

#header{
	width:950px;
	padding:0 10px 0 0;
	margin:auto;
	background-color:#FFF;
	height:120px;
}

#header>a{
	display:block;
	float:left;
}

#header a, #header a:focus{
	background:none;
	color:#222 !important;
}

#header .logo img{
	width:430px;
	height:120px;
}

#headright{
	width:520px;
	float:right;
	font-size:14px;
	margin:10px -3px 0 0;
}

.headbox{
	float:left;
	height:43px;
	border-spacing:0;
	margin:0 0 3px 8px;
}

.headbox-center{
	background:url(/contents_images/header/back.png);
	padding:0 10px 0px 15px;
}

.headbox-center a:focus{
	color:#FFF;
	background-color:#005ca6;
}

.headbox-center a img, #hyoujun, #kakudai{
	vertical-align:-8px;
	margin-right:5px;
}

#hyoujun, #kakudai{
	cursor:pointer;
}

.headbox-center table{
	margin:0 -5px 0 -10px;
}

#kensakuwaku{
	background:url(/contents_images/header/kensaku-back.png);
}

#kensakuwaku input{
	border:0;
	width:120px;
}

#kensakubutton{
	background:#FFF;
}

#kensakubutton input{
	background:url(/contents_images/header/kensaku-button.png);
	width:30px;
	height:30px;
	border:none;
	margin-left:5px;
}

/* メニューボタン */
#menu li{
	float:left;
	list-style:none;
	text-align:center;
}

#menu a {
    width: 192px;
    height: 60px;
    background: url("../contents_image/menu.png") no-repeat;
    display: table-cell;
	line-height:110%;
	font-size:130%;
	color:#663300;
	vertical-align: middle;
}

#menu a:hover {
    background-position: 0 -60px;
}

#menu a img{
	vertical-align:middle;
	margin-right:5px;
}

/* コンテンツ部分 */
#contents{
	width:960px;
	margin:auto;
	background-color:#FFF;
}

#text{
	background-image:url(../contents_image/main_background.png);
	background-repeat:repeat-x;
	padding:40px;
}

#text .under{
	padding:0px 60px;
}

#text h1{
	background-image:url(../contents_image/h1_background.png);
	background-repeat:no-repeat;
	height:44px;
	padding-top:66px;
	padding-left:80px;
	font-size:120%;
	color:#FFF;
	margin:0 -60px;
}

#text .under h2{
	background-color:#ffdbbd;
	border-right:solid 3px #ef9980;
	border-bottom:solid 3px #ef9980;
	padding:5px 20px 2px 20px;
	font-size:120%;
	color:#8c623e;
	margin:10px -40px;
}

#text .under h3{
	background-image:url(../contents_image/h3_background.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding:0 0 0 24px;
	font-size:110%;
	color:#8c623e;
	margin:10px -5px;
}

#text .under h4{
	background-image:url(../contents_image/h4_background.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0 0 10px 30px;
	font-size:110%;
	color:#8c623e;
	margin:10px -15px;
}

#text .under h5{
	background-image: url("../../contents_images/column/yajirushi.png");
    background-position: center left;
    background-repeat: no-repeat;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    padding: 0.5em 15px 0.3em 24px;
	font-size:100%;
}

#text .under h6{
    background-image: url("../../contents_images/column/h6.png");
    background-position: center left;
    background-repeat: no-repeat;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    padding: 0.5em 15px 0.3em 24px;
	font-size:100%;
}

#text li{
	margin-left:20px;
}

#text h2.soma_title{
	background-image:url(../contents_image/main_title.png);
	width:880px;
	height:110px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:10px 0;
	border:0;
}

#cont_box{
	margin-right:-7px;
	width:900px;
}

.cont_block{
	width:250px;
	padding:15px;
	float:left;
	margin:0 7px 10px 7px;
	display: table;
	color:#FFF;
	font-size:85%;
	cursor:pointer;
}

.view_button{
	text-align:center;
}

.cont_block:nth-child(even) {
	background-color:#82b222;
}

.cont_block:nth-child(odd) {
	background-color:#f76b34;
}

/* スマホ用非表示 */

.sp{
	display:none;
}

#pankuzu{
	background-color:#FFF;
	margin:-20px -20px 15px -20px;
	padding:5px 40px;
}

/* フッター */
#footer{
	background-color:#f36d1d;
	text-align:center;
	padding:10px 0;
	width:920px;
	margin:auto;
	color:#FFF;
}

#footer #footerbottom{
	color:#FFF;
}

#footer .footer_link{
	color:#ffff99;
	margin-bottom:10px;
}

#footer .footer_link a{
	color:#ffff99;
}

/*戻るボタン*/
#page-top{
	display:none;
}

#page-top a{
	position: fixed;
	right: -250px;
}

#page-top .gotop{
	bottom:100px;
}

#page-top .goreturn{
	bottom:10px;
}

#page-top #page-top a:hover {
	background:none;

}

#wcv_sys_edit_pageeditarea #page-top{
	display:none;
}

/***** Googleカスタム検索 *****/

#___gcse_0{
	width:158px;
}

#___gcse_0 input#gsc-i-id1{
	width:120px;
	margin-left:2px;
	height:26px;
	border-radius:3px;
}

#___gcse_0 input.gsc-search-button{
	width:30px !important;
	min-width:30px !important;
	height:30px;
	background:url(/contents_images/header/kensaku-button.png);
	border:0;
	font-size:0;
	margin-right:0px;
	margin-left:-5px;
}

.gsc-clear-button{
	display:none;
}

#detail .gsc-adBlock{
	display:none;
}

#___gcse_2 .gsc-cursor-box{
	text-align:center;
}

#___gcse_2 .gsc-cursor{
	font-size:140%;
}

#___gcse_2 .gsc-cursor div{
	border-radius:3px;
	text-align:center;
	border:solid 1px #CCC;
	width:29px;
	padding:0 10px;
	text-decoration:none;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

#___gcse_2 .gsc-cursor div:hover{
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #cecece 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#cecece 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#cecece 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#cecece 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#cecece 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}

/* トップバナー部分 */
#banner_l{
}

#banner_l img{
	margin-right:10px;
}


#banner_s{
	margin-top:10px;
}

#banner_s img{
	margin-right:10px;
}

#banner_s img.wcv_ww_newwindowicon, #banner_l img.wcv_ww_newwindowicon {
	display:none;
}





.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  
  /***** 20160830追記分 *****/
#text h2.news_title{
	background-image:url(../contents_image/news_title.png);
	width:880px;
	height:110px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:10px 0;
	border:0;
}

.table_scroll {
	height: 120px;
	overflow: auto;
	margin: 30px 100px;
	font-size: 0.8em;
}

.news_day {
	border-bottom: #ff6633 dashed 1px;
	width: 200px;
	padding-bottom: 5px;
}

.news_tit {
	border-bottom: #ff6633 dashed 1px;
	width: 650px;
}