@charset "utf-8";

@media screen and (min-width:640px){
* {
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background-color: #F6F6F6;
}
img {
	vertical-align: middle;
}
a {
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #FF0033;
}
a img {
	border: none;
}
hr {
	clear: both;
	height: 1px;
}
strong {
	color: #394D4E;
}
.chui {
	font-size: 10px;
	color: #FF0000;
}

.sample1     { border:solid 1px #999999}
.sample2     { border:double 5px #ff0000}

/*
ベース
-------------------------------------------------------------------*/
#base {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border: 1px solid #DDD;
}
#base_wrap {
	float: left;
	width: 960px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrap {
	float: left;
	width: 765px;
	margin-left: 5px;
}
/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width: 960px;
	background-image: url(img/head.jpg);
	height: 220px;
	position: relative;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE1D8;
}
h1 a {
	text-decoration: none;
	font-size: 25px;
	line-height: 25px;
	color: #FFFFFF;
	position: absolute;
	left: 30px;
	top: 65px;
	text-shadow:-2px 3px 0 rgba(0,0,0,0.3);
}




h1 a:hover {
	color: #F4FFB9;
}
#header #sub {
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	left: 35px;
	top: 95px;
	text-shadow: -2px 2px 0 rgba(0,0,0,0.3);
}


#header #sub2 {
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 80px;
	bottom: 65px;
	text-shadow: -2px 2px 2px rgba(0,0,0,0.3);
}

#header nav .menu_btn,
.side_btn,
.side_r_btn {
	display: none;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	display: block;
	width: 930px;
	height: 20px;
	position: absolute;
	bottom: 40px;
	left: 15px;
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
}
#nav li a {
	color: #333333;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 22px;
	padding-right: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#nav li a:hover {
	color: #FFFFFF;
	background-color: #006600;
	background-image: none;
}

#header #nav2 {
	position: absolute;
	bottom: 1px;
	text-align: center;
	width: 958px;
	left: 1px;
	background-color: #F8F8F8;
}
#header #nav2 li {
	display: inline;
	list-style-type: none;
}
#header #nav2 li a {
	padding-left: 15px;
	line-height: 38px;
	background-image: url(maru.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
}
/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width: 590px;
	float: right;
}
#contents p {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents h2 {
	font-size: 16px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contents h3 {
	height: 24px;
	margin: 2px 0px 5px 0px;
	padding: 6px 0px 0px 10px;
	 background-image: url(img/head014_04.gif);
	font-size: 14px;
	color: #555555;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}
#contents h3 a {
	font-size: 14px;
}
#contents h4 {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#contents ul {
	margin-left: 30px;
	list-style-type: none;
}
#contents li a {
	font-size: 12px;
}
#contents p a {
	line-height: 20px;
}
#contents p strong {
	line-height: 20px;
}
#contents #top_img {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEEDE9;
	background-repeat: no-repeat;
	background-position: center center;
}
#contents #top_img p {
	margin: 10px;
}

/*
スライダー
---------------------------------------------*/
#contents #top_img .flexslider ul.slides {
	margin: 0px;
}
#contents table.top_table td.td_slide {
	width: 250px;
	background-color: #EEE;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
/*----------------------------------------*/
#contents .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}
#contents .img_left img {
	border: 1px solid #999999;
}
#contents .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}
#contents .c_img_left img {
	border: 1px solid #999999;
}
#contents .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}
#contents .c_img_right img {
	border: 1px solid #999999;
}
.btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 5px;
	bottom: 10px;
}
.btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
/*
２box
-------------------------------------------------------------------*/
#base #wrap #contents .box2 {
	float: left;
	height: 130px;
	width: 270px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#base #wrap #contents .box2 h3 {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDBD8;
	background-color: #4A761B;
	border-left-color: #72B82C;
	color: #FFFFFF;
}
#base #wrap #contents .box2 p {
	margin: 0px;
}
/*
テーブル
-------------------------------------------------------------------*/

#contents table {
	width: 555px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#contents table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
}
#contents table th {
	background-color: #EFEDE7;
	padding: 7px;
}
#contents form table th {
	width: 127px;
}

#contents #top_img table.top_table {
	background-color: #FFF;
	width: 580px;
}

/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}
/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 170px;
	background-color: #EEEDE9;
	padding-bottom: 10px;
}
#side li {
	list-style-type: none;
}
#side .side_box {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}
#side .side_box h3 {
	display: block;
	width: 146px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
}
#side .side_box ul {
	margin-bottom: 5px;
}
#side .side_box li a {
	display: block;
	width: 120px;
	font-size: 12px;
	color: #555555;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
}
#side .side_box li a:hover {
	background-color: #648E31;
	color: #FFFFFF;
	text-decoration: none;
	background-position: 8px;
	background-image: none;
}
#side img {
	border: none;
}
#side p {
	padding: 10px;
}
#side p a {
	font-size: 10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}
#side #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}

.side_box table {
	margin-right: auto;
	margin-left: auto;
}

/*
右サイド・メニュー
-------------------------------------------------------------------*/
#side_r {
	float: right;
	width: 180px;
	background-color: #EEEDE9;
	padding-bottom: 10px;
	margin-right: 5px;
}
#side_r li {
	list-style-type: none;
}
#side_r .side_box {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
	padding-bottom: 2px;
}
#side_r .side_box h3 {
	display: block;
	width: 156px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
}
#side_r .side_box ul {
	margin-bottom: 5px;
}
#side_r .side_box li a {
	display: block;
	width: 130px;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
}
#side_r .side_box li a:hover {
	background-color: #FCF9E4;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
}
#side_r img {
	border: none;
}
#side_r p {
	padding: 10px;
}
#side_r p a {
	font-size: 10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}
#side_r #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}

.side_box marquee {
	font-size: 10px;
	vertical-align: middle;
	padding-left: 10px;
	display: block;
}

#side .side_box table.side_table td {
	background-color: #FFF;
	width: 140px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 10px;
	background-color: #F5F4F0;
	background-position: bottom;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
	color: #576C00;
}
#f_menu p {
	font-size: 10px;
	color: #333333;
}
#f_menu #tmplby {
	font-size: 10px;
	color: #888888;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
}
#f_menu #tmplby a {
	font-size: 10px;
	color: #959A76;
}
#g6-box {
	display: block;
	width: 570px;
	font-size: 12px;
	border: 1px solid #C0C0C0;
	background-image: url(tophaikei7.jpg);
	text-align : left;
	padding-bottom: 15px;
}
#g7-box {
	display: block;
	float: center;
	width: 180px;
	font-size: 12px;
	border: 0px solid #C0C0C0;
	background-image: url(tophaikei7.jpg);
	text-align : left;
}
#e-box {
	display: block;
	float: left;
	width: 320px;
	font-size: 12px;
	border: 1px solid;
	background-color: #FFF3EC;
}
.category {
	background-color: #FFFFFF;
}
#e-1-box {
	display: block;
	float: left;
	width: 120px;
	font-size: 12px;
	border: 1px solid;
	background-color: #FFF3EC;
}
#e-2-box {
	display: block;
	float: left;
	width: 420px;
	font-size: 12px;
	border: 1px solid;
	background-image: url(e-5haikei.gif);
}
#e-3-box {
	display: block;
	float: center;
	width: 155px;
	height: 130px;
	font-size: 12px;
	border: 1px solid;
	background-color: #FFF3EC;
}
#e-4-box {
	display: block;
	float: center;
	width: 580px;
	height: 80px;
	font-size: 12px;
}
#e-5-box {
	display: block;
	float: center;
	width: 280px;
	font-size: 12px;
	border: 1px solid;
    background-image: url(e-5haikei.gif);
}
#L-1-box {
	display: block;
	float: left;
	width: 190px;
	font-size: 12px;
	border: 0px solid #FF9900;
	text-align : center
}
#L-2-box {
	display: block;
	float: left;
	width: 190px;
	font-size: 12px;
	border: 0px solid #FF9900;
	text-align : center
}
#L-3-box {
	display: block;
	float: left;
	width: 190px;
	font-size: 12px;
	border: 0px solid #FF9900;
	text-align : center
}
#contents table.table_3l td {
	width: 190px;
	text-align: center;
}

#contents .top_table h2 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	border-bottom-color: #006600;
	border-left-style: none;
	border-bottom-style: dotted;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
	line-height: 22px;
}

#contents .top_table h2 span {
	color: #006600;
	padding-right: 5px;
	font-size: 11px;
}
#contents ul.ul_num {
	margin: 5px;
}
#contents ul.ul_num  li {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	line-height: 16px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
}

#contents ul.ul_num  li.num_1 {
	background-image: url(maru.png);
}
#contents ul.ul_num  li.num_2 {
	background-image: url(maru.png);
}
#contents ul.ul_num  li.num_3 {
	background-image: url(maru.png);
}
#contents ul.ul_num  li.num_4 {
	background-image: url(maru.png);
}
#contents ul.ul_num  li.num_5 {
	background-image: url(maru.png);
}
#contents ul.ul_num  li.num_6 {
	background-image: url(maru.png);
}
#contents ul.ul_num  li.num_7 {
	background-image: url(maru.png);
}
#contents ul.ul_num  li.num_8 {
	background-image: url(maru.png);
}

#contents table.table_3l td.kensaku {
	background-image: url(1000.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	padding-top: 40px;
}

#contents table.table_01 td {
	background-image: url(126.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#contents table.table_02 {
	border: 1px solid #777;
}

#contents table td.td_heikei3 {
	background-image: url(heikei3.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF8F8;
}

#contents table td.td_heikei2 {
	background-image: url(heikei2.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF8F8;
}

/*
コピーライト
-------------------------------------------------------------------*/

.box26 {
    position: relative;
    margin: 0em 0;
    padding: 0em 0.5em;
    border: solid 1px #996633;
    border-radius: 2px;
  

}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #CC0033;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}



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

#contents .z_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}
#contents .z_img_left img {
	border: 1px solid #999999;
}
#contents .z_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}
#contents .z_img_right img {
	border: 1px solid #999999;
}

/*-------------------------------------------------------------------*/
address {
	font-style: normal;
	color: #000000;
	text-align: center;
	display: block;
	background-image: url(tophaikei9.jpg);
	font-size: 10px;
	padding: 5px;
}
*html body #wrap {
	margin-left: 3px;
}
*html body #side_r {
	margin-right: 3px;
}

}

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

h5-1{
  text-shadow: 6px 3px #bbb;
}

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

.under {
  border-bottom: solid 2px #006600;
}

.under1 {
  border-bottom: solid 2px #000000;
}

.under2 {
  background: linear-gradient(transparent 80%, #006600 100%);
}


.border_sample{
border-bottom:1px solid #006600;
}

.under3 {
  background: linear-gradient(transparent 70%, #006600 90%);
}


.frame {
    max-width: 95%;
    padding: 2px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px #666;
    background: #fff;
}

.under4 {
  background: linear-gradient(transparent 85%, #006600 85%);
}


.outline {
  display        : inline-block;
  color          : #ffffff;            /* ̐F */
  font-size      : 8pt;               /* ̃TCY */
  letter-spacing : 4px;                /*  */
  text-shadow    : 
       2px  2px 1px #006600,
      -2px  2px 1px #006600,
       2px -2px 1px #006600,
      -2px -2px 1px #006600,
       2px  0px 1px #006600,
       0px  2px 1px #006600,
      -2px  0px 1px #006600,
       0px -2px 1px #006600;        /* ̉e */
}

.button {
  display       : inline-block;
  border-radius : 1%;          /* p       */
  font-size     : 15pt;        /* TCY */
  text-align    : center;      /* ʒu   */
  cursor        : pointer;     /* J[\   */
  padding       : 12px 100px;   /* ]       */
  background    : #006600;     /* wiF     */
  color         : #ffffff;     /* F     */
  line-height   : 1em;         /* 1s̍  */
  transition    : .3s;         /* Ȃ߂炩ω */
  box-shadow    : 6px 6px 3px #666666;  /* e̐ݒ */
  border        : 2px solid #006600;    /* g̎w */
}
.button:hover {
  box-shadow    : none;        /* J[\̉e */
  color         : #006600;     /* wiF     */
  background    : #ffffff;     /* F     */
}


.button1 {
  display       : inline-block;
  border-radius : 6%;          /* p       */
  font-size     : 10pt;        /* TCY */
  text-align    : center;      /* ʒu   */
  cursor        : pointer;     /* J[\   */
  padding       : 4px 54px;   /* ]       */
  background    : #006600;     /* wiF     */
  color         : #ffffff;     /* F     */
  line-height   : 1em;         /* 1s̍  */
  transition    : .3s;         /* Ȃ߂炩ω */
  box-shadow    : 6px 6px 3px #666666;  /* e̐ݒ */
  border        : 2px solid #006600;    /* g̎w */
}
.button1:hover {
  box-shadow    : none;        /* J[\̉e */
  color         : #ffffff;     /* wiF     */
  background    : #006600;     /* F     */
}

.button2 {
  display       : inline-block;
  border-radius : 6%;          /* p       */
  font-size     : 8pt;        /* TCY */
  text-align    : center;      /* ʒu   */
  cursor        : pointer;     /* J[\   */
  padding       : 0px 28px;   /* ]       */
  background    : #006600;     /* wiF     */
  color         : #ffffff;     /* F     */
  line-height   : 1em;         /* 1s̍  */
  transition    : .3s;         /* Ȃ߂炩ω */
  box-shadow    : 6px 6px 3px #666666;  /* e̐ݒ */
  border        : 2px solid #006600;    /* g̎w */
}
.button2:hover {
  box-shadow    : none;        /* J[\̉e */
  color         : #006600;     /* wiF     */
  background    : #ffffff;     /* F     */