@charset "utf-8";

/* @group 基本設定 */

body {
	color: #535353;
	background: url(../image/bg_body.gif) repeat-y center top;
	*padding-left: 1px;
}

a {
	outline: none;
}

a:link {
	color: #535353;
	text-decoration: none;
}

a:visited {
	color: #535353;
	text-decoration: none;
}

a:hover {
	/*text-decoration: underline;*/
}

a:active {
	/*text-decoration: underline;*/
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* @end */

/* @group 汎用クラス */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* @end */

/* @group メイン */

#main {
	width: 600px;
	height: 610px;
	background: #aec673 url(../image/bg_main.gif) repeat-x left bottom;
	float: right;
	position: relative;
}

#topics_logo {
	width: 100px;
	height: 20px;
	text-indent: -9999px;
	background: url(../image/topics_logo.gif) no-repeat left top;
	position: absolute;
	top: 411px;
	left: 35px
}

#topics_box {
	width: 528px;
	height: 187px;
	border: 3px solid #387034;
	background-color: #ffffff;
	position: absolute;
	top: 430px;
	left: 35px
}

#topics {
	width: 528px;
	height: 187px;
	overflow: scroll;
	overflow-x: hidden;
}
#topics ul{
	margin: 0px;
	padding: 0px;
	width: 508px;
}

#topics li a {
	color:#0a0a0a;
	font-size: 14px;
	text-shadow: 0 0 2px #fff;
	display:block;
	margin: 0px 12px;
	padding-left: 0px;
	padding-right: 0px;
	width: 484px;
}
#topics li a span {
	margin: 0px 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 464px;
}

#topics li {
	width: 508px;
	margin: 8px 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	list-style-position: outside;
}
/*
#topics li:hover {
	background-color:#92be9d;
}*/
#topics li a:hover {
	color:#ffffff;
}
#topics li a:hover {
	background-color:#92be9d;
}

/* @end */

/* @group サイド */

#side {
	width: 300px;
	height: 660px;
	float: left;
	background-color: #bdd684;
}

/* @end */

/* @group Added by Aoyagi */

#flw12 {
	position:absolute;
	bottom:20px; /* H27.12.21 80px -> 30px */
	left:30px;
}
#flw12 .img {
	z-index: -1;
	margin-left:50px;
}
#side {
	position:relative;
	background:url(../image/bg_side.jpg) repeat-x left top;
	z-index: 1;
}

/* @end */

/* @group jScrollPane */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #e2f0d6 url(../image/bg_sb.gif) repeat-y left top;
}

.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: #95ab63 url(../image/bg_sb2.gif) repeat-y left top;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../image/basic_arrow_up.gif) repeat-x 0 0;

/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../image/basic_arrow_down.gif) repeat-x 0 0;

/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

/* @end */

/* @group ヘッダー */

#header {
	height: 135px;
	text-align: left;
	position: relative;
	background: url(../image/bg_header.gif) repeat-x left bottom;
}

#logo {
	width: 220px;
	height: 65px;
	display: block;
	background: url(../image/top_logo.gif) no-repeat left top;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	left: 25px;
}

#header_link {
	font-size: 11px;
	position: absolute;
	left: 725px;
	bottom: 40px;
}

#header_link li {
	margin-right: 6px;
	float: left;
}

#english_link {
	font-size: 11px;
	position: absolute;
	top: 10px;
	right: 20px;
}

#english_link a:link , #english_link a:visited {
	text-decoration: underline;
}

#search_box {
	width: 180px;
	font-size: 10px;
	position: absolute;
	bottom: 42px;
	left: 680px;
	margin-left:20px;
}

#search_box input#text {
	width: 130px;
	height: 18px;
	float: left;
	border: 1px solid #707070;
}

#search_box input#submit {
	float: right;
	margin-right:20px;
}

#submit {
	font-size: 11px;
	height: 20px;
}

input:focus {
	background-color: #f6ffe0;
}

/* @group ヘッダーメニュー */

#header_menu {
	width: 441px;
	position: absolute;
	top: 20px;
	left: 265px;
}

#header_menu li {
	margin-bottom: 2px;
	float: left;
}

#header_menu a, #header_menu a:link {
	height: 36px;
	display: block;
	background: url(../image/top_menu_off.jpg) no-repeat left top;
	font-size:13px;
	color:#333333;
	text-align:center;
}
#header_menu a:hover, #header_menu a:active {
	height: 36px;
	display: block;
	background: url(../image/top_menu_on.jpg) no-repeat left top;
	font-size:13px;
	color:#333333;
	text-align:center;
}

#hmenu_01 a {
	width: 141px;
	line-height:36px;
}

#hmenu_01 a:hover {
	line-height:36px;
}

#hmenu_02 a {
	width: 141px;
	line-height:36px;
}

#hmenu_02 a:hover {
	line-height:36px;
}

#hmenu_03 a {
	width: 141px;
	line-height:36px;
}

#hmenu_03 a:hover {
	line-height:36px;
}

#hmenu_04 a {
	width: 141px;
	line-height:36px;
}

#hmenu_04 a:hover {
	line-height:36px;
}

#hmenu_05 a {
	width: 141px;
	line-height:15px;
	padding-top:4px;
}

#hmenu_05 a:hover {
	line-height:15px;
	padding-top:4px;
}

#hmenu_06 a {
	width: 141px;
	line-height:15px;
	padding-top:4px;
}

#hmenu_06 a:hover {
	line-height:15px;
	padding-top:4px;
}

/* @end */



/* @group ヘッダーメニュー2 */

#header_menu_2 {
	width: 200px;
	position: absolute;
	top: 30px;
	left: 680px;
}

#header_menu_2 li {
	float: left;
}

#header_menu_2 a {
	height: 20px;
	display: block;
	color:#333333;
	font-size:12px;
	text-align:right;
	/*
	text-indent: -9999px;
	background: url(../image/header_menu_2.gif) no-repeat left top;
	*/
}

#hmenu2_01 a {
	width: 70px;
}

#hmenu2_01 a:hover {
	text-decoration:underline;
}

#hmenu2_02 a {
	width: 46px;
}

#hmenu2_02 a:hover {
	text-decoration:underline;
}

#hmenu2_03 a {
	width: 80px;
}

#hmenu2_03 a:hover {
	text-decoration:underline;
}

/* @end */

/* @group 上部メニュー */

#menu {
	width: 900px;
	height: 36px;
	position: absolute;
	bottom: 0;
	/*background: url(../image/bg_menu.gif) no-repeat right top;*/
}

#menu li {
	margin-right: 1px;
	float: left;
}

#menu a, #menu a:link {
	height: 36px;
	display: block;
	background: url(../image/main_menu_off.jpg) repeat-x;
	line-height:36px;
	font-size:14px;
	color:#3A5206;
	text-align:center;
	/*font-weight:bold;*/
}
#menu a:hover, #menu a:active {
	height: 36px;
	display: block;
	background: url(../image/main_menu_on.jpg) repeat-x;
	line-height:36px;
	font-size:14px;
	color:#3A5206;
	text-align:center;
	/*font-weight:bold;*/
}

#menu_01 a {
	width: 130px;
}

#menu_02 a {
	width: 215px;
}

#menu_03 a {
	width: 155px;
}

#menu_04 a {
	width: 165px;
}

#menu_05 a {
	width: 230px;
	margin-right:0px;
}


/* @end */

/*

 @end */

/* @group フッター */

/* @group 下部メニュー */

#under_menu {
	clear: left;
}

#under_menu li {
	float: left;
}

#under_menu a, #under_menu a:link {
	height: 34px;
	display: block;
	/*text-indent: -9999px;*/
	background: url(../image/under_menu_off.jpg) repeat-x;
	font-size:13px;
	color:666666;
	line-height:17px;
	padding:16px 0 15px 0;
	font-family: 'MS PMincho','MS Mincho','MS明朝','MS P明朝','平成明朝','ヒラギノ明朝 Pro', 'Hiragino Kaku Mincho Pro','Times New Roman', serif;
	text-align:center;
}
#under_menu a:hover, #under_menu a:active {
	height: 34px;
	display: block;
	/*text-indent: -9999px;*/
	background: url(../image/under_menu_on.jpg) repeat-x;
	font-size:13px;
	color:#111111;
	line-height:17px;
	padding:16px 0 15px 0;
	font-family: 'MS PMincho','MS Mincho','MS明朝','MS P明朝','平成明朝','ヒラギノ明朝 Pro', 'Hiragino Kaku Mincho Pro','Times New Roman', serif;
	text-align:center;
}

#umenu_01 a {
	width: 116px;
	border-right:1px solid #dddddd;
}

#umenu_01 a:hover {
	border-right:1px solid #dddddd;
}

#umenu_02 a {
	width: 157px;
	border-right:1px solid #dddddd;
}

#umenu_02 a:hover {
	border-right:1px solid #dddddd;
}

#umenu_03 a {
	width: 107px;
	border-right:1px solid #dddddd;
}

#umenu_03 a:hover {
	border-right:1px solid #dddddd;
}

#umenu_04 a {
	width: 168px;
	border-right:1px solid #dddddd;
}

#umenu_04 a:hover {
	border-right:1px solid #dddddd;
}

#umenu_05 a {
	width: 220px;
	border-right:1px solid #dddddd;
}

#umenu_05 a:hover {
	border-right:1px solid #dddddd;
}

#umenu_06 a {
	width: 127px;
}

#umenu_06 a:hover {
}

/* @end */

#footer {
	height: 50px;
	clear: both;
	margin: 5px 35px;
	position: relative;
}

#footer ol {
	position: absolute;
	right: 0;
	top: 10px;
}

#footer li {
	font-size: 93%;
	float: left;
	margin-left: 20px;
	line-height: 20px;
}

#copyright {
	position: absolute;
	right: 0;
	bottom: 0px;
	font: 77% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/*****IE6 中央寄せ*****/

body {
	text-align: center;
}

#wrapper {
	text-align: left;
}


/* @menu */

#side ul.acc {
	width: 300px;
}

#side ul.acc li div ul {
	height: 350px;
}

#side ul.acc, ul.acc li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side ul.acc a{
	color: #feffff;
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	text-decoration: none;
	outline: none;
}

#side ul.acc li a {
  background: url(../image/menu/acc_bg.png) left -30px no-repeat;
}

#side ul.acc li div ul li a { 
  background: none; 
}

#side ul.acc li div ul li a:hover { 
  background-color: #387034; 
}

#side ul.acc li div ul,
#side ul.acc li div div.notlast {
	background-color: #8b9e5c;
}

#side ul.acc li div div {
	height: 10px;
}

#side ul.acc li div div.last {
	background: transparent url(../image/menu/acc_menu_last.png) left bottom no-repeat;
}

    
    
/*スライダー*/

/* slidewrapper */
#slidewrapper {
  position: relative;
  background-color: #fff;
  border: 1px solid #C9CACA;
  width: 719px;
  height: 449px;
  overflow: hidden;
}
#slidewrapper ul li {
  display: block;
  float: left;
}
#images { overflow: hidden; }
#thumbs {
  height: 70px;
  overflow: hidden;
}
#images {
  width: 721px;
  height: 354px;
}
#thumbs { }
#thumbs img {
  width: 110px;
  height: 54px;
  margin: 20px 7px 0 7px;
  cursor: pointer;
}
#thumbs img.selected {
  opacity: 0.8;
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
}
#prev {
  width: 15px;
  height: 21px;
  display: block;
  background: transparent url("../img/next.png") no-repeat 0 0;
  position: absolute;
  left: 695px;
  bottom: 37px;
}
#next {
  width: 15px;
  height: 21px;
  display: block;
  background: transparent url("../img/prev.png") no-repeat 0 0;
  position: absolute;
  left: 15px;
  bottom: 37px;
}


.g_left{
	width:480px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	font-size:14px;
}
.g_right{
	width:80px;
	float:left;
	margin-top:10px;
	margin-right:10px;
	text-align:right;
}
.g_over{
	width:600px;
	float:left;
}
.g_over:after{
	clear:both;
}




/**ループスライダー****************************************************************************/
.sl_block{
	height:294px;
	width: 380px;
	display:block;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.sl_title{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	height:22px;
	text-align:center;
}
.ls_main{
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	width: 380px;
	height: 240px;
	display: block;
	text-align:center;
}



.ls_main > *{
   vertical-align: middle;
    display: inline-block;
}
.ls_main span:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    width: 0px;
    display: inline-block;
}

/*javascriptからalt文字を表示*/
.ls_main div{
	text-align:right;
	margin-top:5px;
	margin-bottom:9999px;
	color:#000000;
	width:100%;
}



.ls_back{
	margin: 0 auto;
	width: 534px;
	height: 70px;
	background-color:#000000;
	 position: relative;
}
#loopslider {
    margin: 0 auto;
    width: 534px;
    height: 70px;
    text-align: left;
    overflow: hidden;
    background:url('../image/ls_body.png') no-repeat;
    position: relative;
}
 
#loopslider ul {
    height: 70px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul li {
    width: 90px;
    height: 46px;
    margin:12px 0px 12px 0px;
    float: left;
    display: inline;
    overflow: hidden;
}
.none {
    width: 0px;
    margin-left:-170px;
    float: left;
    overflow: hidden;
}
 .clr{
 	clear:both;
 }
 
#loopslider #loopleft {
    top: 0;
    left: 0;
    width: 50px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: absolute;
    z-index: 99;
    margin:0;
    background:url('../image/arrow_left.png') no-repeat;
}
#loopslider #loopright {
    top: 0;
    right: 0;
    width: 50px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: absolute;
    z-index: 99;
    margin:0;
    background:url('../image/arrow_right.png') no-repeat;
}
 
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

/* =======================================
    160826 変更
======================================= */
#header {
    height: 145px;
	background-size:1px 52px;
}
#search_box {
    bottom: 52px;
}
/* インデックス1 */
#header_menu li{
	display: table;
}
#header_menu a, #header_menu a:link {
	display: table-cell;
	vertical-align: middle;
}
#hmenu_01 a,
#hmenu_02 a,
#hmenu_03 a,
#hmenu_04 a,
#hmenu_05 a,
#hmenu_06 a {
    width: 141px;
    line-height: 1.1em;
    padding-top: 0;
}
#hmenu_01 a:hover,
#hmenu_02 a:hover,
#hmenu_03 a:hover,
#hmenu_04 a:hover,
#hmenu_05 a:hover,
#hmenu_06 a:hover {
	padding-top:0;
    line-height: 1.1em;
}
/* インデックス2 */
#menu {
	height:auto !important;	
}
#menu ul{
	height:auto !important;	
}
#menu ul li{
	display:table;
	height:auto !important;	
}
#menu a, #menu a:link{
	line-height:1.1em;
	font-size: 13px;
	vertical-align:middle;
	display: table-cell;
	height:46px;
	background-size:auto 100%;
}
#menu_01 a,
#menu_02 a,
#menu_03 a,
#menu_04 a,
#menu_05 a,
#menu_06 a {
    width: 149px !important;
}
/* インデックス3 */

#under_menu ul{
	display: -webkit-flex; /* Safari */
	display: flex;
	
	overflow:hidden;
}
#under_menu li {
	-webkit-flex: 1;
	flex: 1;
	display:table;
	height:auto !important;	
	float: none;
}
#under_menu a, #under_menu a:link{
	display: table-cell;
	height:82px;
	padding:0;
	vertical-align:middle;
	font-size: 12px;
	background-size:auto 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#umenu_01 a,
#umenu_02 a,
#umenu_03 a,
#umenu_04 a,
#umenu_05 a,
#umenu_06 a,
#umenu_07 a,
#umenu_08 a{
	width:112.5px;
	border-right: 1px solid #dddddd;

}
#under_menu li:last-child a{
	border-right: none;
}
