@charset "UTF-8";


/*--------------------------------------------------------------
リセット
--------------------------------------------------------------*/

html, body, ul, ol, li, dl, dt, dd, table, th, td, form, input {
	margin:0;
	padding:0;
	font-family:helvetica,"Hiragino Kaku Gothic ProN","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}

p, h1, h2, h3, h4, h5, h6  {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:1.1em;
}

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	clear:both;
}

* html .clearfix {
	height:1%;
	clear:both;
}

.clearfix {
	display:block;
	clear:both;
}

.clear {
    clear:both;
}

body {
    background-color: #FFF;
    font-size:0.75em;
    line-height:1.8;
    font-weight:normal;
    color:#333;
}

body#toppage {
    position:relative;
}

body#contents {
    background-image:url(../img/bg_contents.png);
    background-position:center 160px;
    background-repeat:no-repeat;
    position:relative;
}

/*--------------------------------------------------------------
リンク
--------------------------------------------------------------*/

a img {
	border:none;
}

a:link {
	color:#779200;
    text-decoration: none;
}
a:visited {
	color:#779200;
    text-decoration: none;
}
a:hover {
	color: #8CB705;
	text-decoration: none;
}

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

#header {
    width:100%;
    text-align:center;
    height:80px;
    text-align: center;
    padding: 25px 0 0 0;
}

#header_body {
    width:960px;
    padding:0px 0px 0px 0px;
    margin:0 auto;
    height: 60px;
    position:relative;
    text-align:left;
}

#sitelogo {
    width:200px;
    height:60px;
    padding:0;
    margin:0;
    position:absolute;
    left:0;
    top:0px;
}

#tagline {
    width:400px;
    height:20px;
    padding:0;
    margin:0;
    position:absolute;
    left:240px;
    top:24px;
    font-size:9px;
    letter-spacing: 0.1em;
}

ul#headerlink{
    padding:6px 6px 6px 10px;
    margin:0;
    position:absolute;
    top:16px;
    right:0;
    font-size:10px;
    line-height:1.4;
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    background-color:#FFF;
    list-style:none;
}

ul#headerlink li {
    padding:0 0 0 0;
    margin:0 0 0 0;
    float:left;
    list-style:none;
    text-align:left;
    position:relative;
}

ul#headerlink a {
    margin:0;
    height:0;
    overflow:hidden;
    text-align:left;
    display:block;
    background-image: url(../img/btnhlink.gif);
    background-repeat:no-repeat;
}

ul#headerlink a.btn1 {
    width:70px;
    height:0px;
    padding:13px 0 0 0;
    background-position:0 0;
    margin-right:10px;
}
ul#headerlink a.btn2 {
    width:70px;
    height:0px;
    padding:13px 0 0 0;
    background-position:-70px 0;
    margin-right:5px;
}
ul#headerlink a.btn3 {
    width:70px;
    height:0px;
    padding:13px 0 0 0;
    background-position:-140px 0;
}

ul#headerlink a:hover.btn1 {
    width:70px;
    height:0px;
    padding:13px 0 0 0;
    background-position:0 -13px;
}
ul#headerlink a:hover.btn2 {
    width:70px;
    height:0px;
    padding:13px 0 0 0;
    background-position:-70px -13px;
}

ul#headerlink a:hover.btn3 {
    width:70px;
    height:0px;
    padding:13px 0 0 0;
    background-position:-140px -13px;
}

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

#footer {
    width:960px;
    clear:both;
    text-align:center;
    font-size:0.8em;
    padding:30px 0 30px 0;
    margin:0 auto 0 auto;
    background-image: url(../img/bg_footer.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    height: 50px;

}

#footer .bottomnav {
    width:960px;
    padding:0px 0px 10px 0px;
    margin:0;
    color:#333;
    font-size:10px;
}

#footer .bottomnav a {
    padding:0px 20px 0px 20px;
}

#footer .bottomnav a:link {
    color:#333;
}
#footer .bottomnav a:visited {
    color:#333;
}
#footer .bottomnav a:hover {
    color:#999;
}


#footer .logo_group {
    padding:0;
    margin:0 0 10px 0;
}

#footer .copyright {
    padding:30px 0px 10px 0px;
    clear:both;
    font-size:9px;
}

/*--------------------------------------------------------------
ナビゲーション
--------------------------------------------------------------*/

#globalnavi {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0;
	height: 70px;
}

ul#nav {
	width: 960px;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	height: 35px;
	overflow: hidden;
	display:block;
}

ul#nav li {
    height:35px;
    padding:0 0 0 0;
    margin:0;
    float:left;
    text-align:center;
}

ul#nav a {
	height:0;
	padding:35px 0 0 0;
	margin:0;
	display:block;
	overflow:hidden;
	float:left;
	background-image:url(../img/gnavi.png);
	background-repeat:no-repeat;
	height:0px;
	color:#FFF;
}

ul#nav a.menu1 {
	background-position:0 0;
	width:137px;
}
ul#nav a.menu1:hover {
	background-position:0 -35px;
	width:137px;
	background-color:#F4F6E5;
}

ul#nav a.menu2 {
	background-position:-137px 0;
	width:137px;
}
ul#nav a.menu2:hover {
	background-position:-137px -35px;
	width:137px;
	background-color:#F4F6E5;
}

ul#nav a.menu3 {
	background-position:-274px 0;
	width:137px;
}
ul#nav a.menu3:hover {
	background-position:-274px -35px;
	width:137px;
	background-color:#F4F6E5;
}

ul#nav a.menu4 {
	background-position:-411px 0;
	width:137px;
}
ul#nav a.menu4:hover {
	background-position:-411px -35px;
	width:137px;
	background-color:#F4F6E5;
}

ul#nav a.menu5 {
	background-position:-548px 0;
	width:137px;
}
ul#nav a.menu5:hover {
	background-position:-548px -35px;
	width:137px;
	background-color:#F4F6E5;
}

ul#nav a.menu6 {
	background-position:-685px 0;
	width:137px;
}
ul#nav a.menu6:hover {
	background-position:-685px -35px;
	width:137px;
	background-color:#F4F6E5;
}

ul#nav a.menu7 {
	background-position:-822px 0;
	width:138px;
}
ul#nav a.menu7:hover {
	background-position:-822px -35px;
	width:138px;
	background-color:#F4F6E5;
}

ul#nav a.menu1_active {
	background-position:0 -35px;
	width:137px;
	background-color:#F4F6E5;
}

ul#nav a.menu2_active {
	background-position:-137px -35px;
	width:137px;
	background-color:#F4F6E5;
}

ul#nav a.menu3_active {
	background-position:-274px -35px;
	width:137px;
	background-color:#F4F6E5;
}

ul#nav a.menu4_active {
	background-position:-411px -35px;
	width:137px;
	background-color:#F4F6E5;
}

ul#nav a.menu5_active {
	background-position:-548px -35px;
	width:137px;
	background-color:#F4F6E5;
}

ul#nav a.menu6_active {
	background-position:-685px -35px;
	width:137px;
	background-color:#F4F6E5;
}

ul#nav a.menu7_active {
	background-position:-822px -35px;
	width:138px;
	background-color:#F4F6E5;
}

/*--------------------------------------------------------------
コンテンツページ
--------------------------------------------------------------*/

/*#container:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#container {
	display:inline-block;
	clear:both;
}
* html #container {
	height:1%;
	clear:both;
}
#container {
	display:block;
	clear:both;
}
#container {
		width:960px;
		margin:0px auto;
		padding:0;
		clear:both;
}

*/

#maincontainer:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#maincontainer {
	display:inline-block;
	clear:both;
}
* html #maincontainer {
	height:1%;
	clear:both;
}
#maincontainer {
	display:block;
	clear:both;
}


#maincontainer {
    width:960px;
    clear:both;
    margin:0px auto;
    padding: 0;
}

#maincontents {
    width:700px;
    float:left;
    padding:0 0px 0px 0px;
}

#maincontents p {
    margin:0 0px 20px 0px;
}

#subcontents {
    width:230px;
    padding: 0 0px 20px 0px;
    position:relative;
    float:right;
}

#subcontents p {
    margin:0 0px 10px 0px;
}

#submenu {
    width:200px;
    padding: 0 0px 20px 0px;
    position:relative;
    float:right;
    text-align: left;
}

#submenu a img {
	border:none;
}

#submenu a:link {
	color:#000;
    text-decoration: none;
}
#submenu a:visited {
	color:#000;
    text-decoration: none;
}
#submenu a:hover {
	color: #333;
	text-decoration: none;
}

#submenu p {
    margin:0 0px 10px 0px;
}

#contentsttl {
    width:700px;
    height:120px;
    padding: 0 0 20px 0;
}

/*--------------------------------------------------------------
パンくず
--------------------------------------------------------------*/

ul#breadcrumb {
    width:960px;
    height:20px;
    overflow:hidden;
    padding:110px 0 20px 0;
    margin:0 auto;
    list-style:none;
    font-size:10px;
    line-height:1.2;
    display:block;
}

ul#breadcrumb li {
    padding:0 5px 0 0px;
    margin:0;
    float:left;
    text-align:left;
}
ul#breadcrumb li a {
    padding:0 20px 0 0px;
    margin:0 8px 0 0;
    display:inline-block;
    background-image:url(../img/bg_bread.gif);
    background-repeat:no-repeat;
    background-position:right center;
    color:#333;
    text-decoration:underline;
}

ul#breadcrumb li a:visited {
	color:#333;
	text-decoration:underline;
}

ul#breadcrumb li a:hover {
	color:#999;
	text-decoration:underline;
}

/*--------------------------------------------------------------
各種見出し
--------------------------------------------------------------*/

.mds {
    padding:0px 0px 0px 0px;
    margin-bottom:30px;
    clear: both;
    font-weight: bold;
    position:relative;
    line-height: 1.4;
    font-size: 1em;
}

.mds_s {
    padding:0px 0px 0px 0px;
    margin-bottom:10px;
    clear: both;
    font-weight: bold;
    position:relative;
    line-height: 1.4;
    font-size: 1em;
}

.mds_obi {
    padding:6px 0px 6px 10px;
    font-size:1.2em;
    letter-spacing: 0em;
    margin:15px 0 15px 0;
    clear: both;
    font-weight: normal;
    position:relative;
    line-height: 1;
    border:#DDD solid 1px;
    background-color: #F9F9F9;
    background-repeat:no-repeat;
    background-position:-4px center;
}

.mds_obi .comment{
    font-size:12px;
    width:400px;
    display:block;
    text-align:right;
    position:absolute;
    right:10px;
    top:7px;
}

.mds_line {
    padding:0px 0px 10px 0px;
    margin-bottom:20px;
    font-size: 1.2em;
    font-weight: bold;
    position:relative;
    letter-spacing: 0.2em;
    line-height: 1.4;
    clear: both;
    background-image: url(../img/bg_mds_line.gif);
    background-repeat: no-repeat;
    background-position: 0 bottom;
}

.mds_hyphen {
    padding:0px 0px 0px 15px;
    font-size:1.4em;
    margin-bottom:20px;
    clear: both;
    font-weight: normal;
    position:relative;
    background-image:url(../img/bg_mds_hyphen.gif);
    background-repeat:no-repeat;
    background-position:0px center;
    line-height: 1;
    letter-spacing: -0.1em;
}

span.mds_hyphen_sub {
    padding:0px 0px 0px 15px;
    font-size:9px;
    margin-bottom:0px;
    clear: both;
    font-weight: normal;
    position:relative;
    line-height: 1;
    font-family:Arial, Helvetica, sans-serif;
    letter-spacing:0.2em;
    color:#BBB;
    vertical-align:baseline;
    position:absolute;
    top:5px;
}


.mds_hyphen_s {
    padding:0px 0px 0px 15px;
    font-size:1.2em;
    margin-bottom:15px;
    clear: both;
    font-weight:normal;
    position:relative;
    background-image:url(../img/bg_mds_hyphen.gif);
    background-repeat:no-repeat;
    background-position:0px 0.25em;
    line-height: 1.2;
    display: block;
    letter-spacing: -0.1em;
}


.mds_hyphen_s .smaller {
    font-size:10px;
    line-height: 1.2;
    font-weight:normal;
}

.mds_cont {
	background-image:url(../img/bg_mds_line.gif), url(../img/bg_mds_cont.gif);
	background-repeat:no-repeat, no-repeat;
	background-position:0 bottom, left top;
	padding: 0 0 10px 15px;
	margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.2;
    clear: both;
}

/*--------------------------------------------------------------
リード・本文
--------------------------------------------------------------*/

.read {
		padding:0px 0px 0px 0px;
		margin-bottom:20px;
}

.lead {
		padding:0px 0px 0px 0px;
		margin-bottom:40px;
}

.bolder {
		font-weight:bold;
}

.icon{
    width: 100%; 
	display: table;
	margin: 2em 0;
    height: 120px;
}

.image_center{
	width: 20%;
    text-align: center;
}

.image_center img{
	width: 70%;
}

.image_center, .text_center{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}


/*--------------------------------------------------------------
テーブル
--------------------------------------------------------------*/

table.tbl_normal {
	margin:0 0 20px 0;
	border-bottom:#DDD solid 1px;
	border-left:#DDD solid 1px;
	width:100%;
	color:#000;
	border-collapse: collapse;
}
table.tbl_normal th {
		padding:10px 10px 10px 10px;
		border-top:#DDD solid 1px;
		border-right:#DDD solid 1px;
		font-weight: normal;
		background-color: #EEE;
				position:relative;
		color:#000;
		font-weight:bold;
}
table.tbl_normal td {
		padding:10px 10px 10px 10px;
		border-top:#DDD solid 1px;
		border-right:#DDD solid 1px;
}
table.tbl_normal .color1 {
		background-color:#E9E5DC;
}
table.tbl_normal .color2 { background-color:#F2FFF5; }

table.tbl_stripe {
		margin:0 0 20px 0;
		border-bottom:#DDD solid 1px;
		border-left:#DDD solid 1px;
		border-right:#DDD solid 1px;
		width:100%;
		font-size:0.85em;
}
table.tbl_stripe th {
		padding:6px 10px 6px 10px;
		border-top:#DDD solid 1px;
		text-align:left;
		font-weight:normal;
}
table.tbl_stripe td {
	padding:6px 10px 6px 10px;
	border-top:#DCD7CE solid 1px;
	border-left:#DCD7CE solid 0px;
}

table.tbl_stripe tr.odd{ 
    background-color:#EEE; 
}

table.tbl_inquiry {
	margin:0 0 20px 0;
	width:100%;
	color:#000;
	border-collapse: collapse;
    border-bottom:#DDD solid 1px;
}
table.tbl_inquiry th {
    padding:10px 10px 10px 0px;
    font-weight: normal;
    position:relative;
    color:#000;
    font-weight:bold;
    text-align:left;
    vertical-align:top;
    border-top:#DDD solid 1px;
}
table.tbl_inquiry td {
    padding:10px 0px 10px 0px;
    border-top:#DDD solid 1px;
}

table.tbl_personal {
	margin:10px 0 10px 0;
	border-bottom:#DDD solid 1px;
	border-left:#DDD solid 1px;
	width:100%;
	color:#000;
	border-collapse: collapse;
}
table.tbl_personal th {
    padding:5px;
    border-top:#DDD solid 1px;
    border-right:#DDD solid 1px;
    font-weight: normal;
    background-color: #EEE;
            position:relative;
    color:#000;
    font-weight:bold;
}
table.tbl_personal td {
    padding:10px 10px 10px 10px;
    border-top:#DDD solid 1px;
    border-right:#DDD solid 1px;
}
table.tbl_personal .color1 {
    background-color:#E9E5DC;
}
table.tbl_personal .color2 { 
    background-color:#F2FFF5; 
}

/*--------------------------------------------------------------
リスト
--------------------------------------------------------------*/


ul.list_normal {
    padding:0px 0px 0px 0px;
    list-style:none;
    margin-bottom: 10px;
}
ul.list_normal li {
	padding:0px 0px 0px 15px;
	background-image:url(../img/bg_li.gif);
	background-repeat:no-repeat;
	background-position:0 0.2em;
	line-height:1.4;
	margin-bottom: 4px;
}

ol.list_no_normal {
	padding:0px 0px 0px 20px;
	margin-bottom: 10px;
}
ol.list_no_normal li {
	padding:0px 0px 0px 0px;
	line-height:1.4;
	margin-bottom: 10px;
}

ol.list_decimal {
    font-size: 1em;
    list-style: decimal;
    padding:0;
    margin:0 0 10px 30px;
}

ol.list_decimal_c {
    color:#666666;
    font-size: 1em;
    list-style: decimal;
    padding:0;
    margin:0 0 10px 20px;
}

ol.list_decimal_s {
    color:#666666;
    font-size: 1em;
    list-style: decimal;
    padding:0;
    margin:0 0 10px 40px;
}

dl.dl_normal:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
dl.dl_normal {
	display:inline-block;
	clear:both;
}
* html dl.dl_normal {
	height:1%;
	clear:both;
}
dl.dl_normal {
	display:block;
	clear:both;
}

dl.dl_normal {
    padding:10px 0px 0px 0px;
    margin-bottom: 20px;
    width:700px;
}
dl.dl_normal dt {
	padding:0px 0px 10px 0px;
	width:100px;
	float:left;
}
dl.dl_normal dt.word2 {
    letter-spacing:3em;
}
dl.dl_normal dt.word3 {
    letter-spacing:1em;
}
dl.dl_normal dt.word4 {
    letter-spacing:0.4em;
}
dl.dl_normal dt.word5 {
    letter-spacing:0.2em;
}

dl.dl_normal dd {
	padding:0px 0px 10px 0px;
	width:600px;
	float:left;
}

dl.dl_corpo:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
dl.dl_corpo {
	display:inline-block;
	clear:both;
}
* html dl.dl_corpo {
	height:1%;
	clear:both;
}
dl.dl_corpo {
	display:block;
	clear:both;
}

dl.dl_corpo {
    padding:10px 0px 0px 0px;
    margin-bottom: 20px;
    width:700px;
}
dl.dl_corpo dt {
	padding:0px 0px 10px 0px;
	width:180px;
	float:left;
}
dl.dl_corpo dt.word2 {
    letter-spacing:3em;
}
dl.dl_corpo dt.word3 {
    letter-spacing:1em;
}
dl.dl_corpo dt.word4 {
    letter-spacing:0.4em;
}
dl.dl_corpo dt.word5 {
    letter-spacing:0.2em;
}

dl.dl_corpo dd {
	padding:0px 0px 10px 0px;
	width:520px;
	float:left;
}

dl.recruit:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
dl.recruit {
	display:inline-block;
	clear:both;
}
* html dl.recruit {
	height:1%;
	clear:both;
}
dl.recruit {
	display:block;
	clear:both;
}
dl.recruit {
    padding:0px 0px 0px 0px;
    margin-bottom: 0px;
}
dl.recruit dt {
	padding:0px 0px 10px 0px;
	width:70px;
	float:left;
}
dl.recruit dd {
	padding:0px 0px 0px 0px;
}

dl.recruit2:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
dl.recruit2 {
	display:inline-block;
	clear:both;
}
* html dl.recruit2 {
	height:1%;
	clear:both;
}
dl.recruit2 {
	display:block;
	clear:both;
}
dl.recruit2 {
    padding:0px 0px 0px 0px;
    margin-bottom: 0px;
}
dl.recruit2 dt {
	padding:0px 0px 10px 0px;
	width:45px;
	float:left;
}
dl.recruit2 dd {
	padding:0px 0px 0px 0px;
}

/*--------------------------------------------------------------
ボタン
--------------------------------------------------------------*/

a.txtlink {
    background-image:url(../img/arrow.gif);
    background-position:0 center;
    background-repeat:no-repeat;
    padding:0px 0px 0px 0.8em;
    display:inline-block;
    line-height: 1;
    font-weight: bold;
}
a:hover.txtlink {
	text-decoration:underline;
}

a.txtlink_t5 {
    background-image:url(../img/ico_movie.gif);
    background-position:0 center;
    background-repeat:no-repeat;
    padding:0px 0px 0px 2.2em;
    margin:0px 4px 0px 3px;
    display:inline-block;
    line-height: 1.5;
}
a:hover.txtlink_t5 {

}

a.btn_txt {
    padding:6px 20px 6px 10px;
    background-color:#DDD;
    color:#000;
    font-size:10px;
    line-height:1;
    display:inline-block;
    background-image:url(../img/arrow_btn.gif);
    background-repeat:no-repeat;
    background-position: right center;
    text-align:center;
    margin: 0 10px 10px 0px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
}
a:hover.btn_txt {
    color:#333;
    background-color:#EEE;
}

a.btn_txt_right {
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    background-color:#333;
    padding:6px 15px 6px 15px;
    color:#FFF;
    font-size:10px;
    line-height:1;
    display:inline-block;
    background-image:url(../img/bg_btn_txt.gif);
    background-repeat:no-repeat;
    background-position:0px center;
    text-align:center;
    float:right;
    margin: 0 0 10px 10px;
}
a:hover.btn_txt_right {
    background-color:#999;
    background-position: -500px center;
}

a.btn_txt_right_mds {
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    background-color:#93B20F;
    padding:4px 10px 4px 10px;
    color:#FFF;
    font-size:10px;
    line-height:1;
    display:inline-block;
    background-image:url(../img/bg_btn_txt.gif);
    background-repeat:no-repeat;
    background-position:0px center;
    text-align:center;
    float:right;
    margin: 0 0 10px 10px;
    position:absolute;
    right:0px;
    top:0;
}
a:hover.btn_txt_right_mds {
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    background-color:#77920A;
    padding:4px 10px 4px 10px;
    color:#FFF;
    font-size:10px;
    line-height:1;
    display:inline-block;
    background-image:url(../img/bg_btn_txt.gif);
    background-repeat:no-repeat;
    background-position: -500px center;
    text-align:center;
    float:right;
    margin: 0 0 10px 10px;
    position:absolute;
    right:0px;
    top:0;
}

a.btn_txt_right_th {
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    background-color:#333;
    padding:6px 15px 6px 15px;
    color:#FFF;
    font-size:10px;
    line-height:1;
    display:inline-block;
    background-image:url(../img/bg_btn_txt.gif);
    background-repeat:no-repeat;
    background-position:0px center;
    text-align:center;
    float:right;
    margin: 0 0 10px 10px;
    position:absolute;
    right:10px;
    top:9px;
}
a:hover.btn_txt_right_th {
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    background-color:#333;
    padding:6px 15px 6px 15px;
    color:#FFF;
    font-size:10px;
    line-height:1;
    display:inline-block;
    background-image:url(../img/bg_btn_txt.gif);
    background-repeat:no-repeat;
    background-position: -500px center;
    text-align:center;
    float:right;
    margin: 0 0 10px 10px;
    position:absolute;
    right:10px;
    top:9px;
}

a.btn_txt_center {
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    background-color:#333;
    padding:6px 15px 6px 15px;
    color:#FFF;
    font-size:10px;
    line-height:1;
    display:inline-block;
    background-image:url(../img/bg_btn_txt.gif);
    background-repeat:no-repeat;
    background-position:0px center;
    text-align:center;
    margin: 0 auto;
}
a:hover.btn_txt_center {
    background-color:#999;
    background-position: -500px center;
}


a.btn_pagetop {
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    background-color:#93B20F;
    padding:30px 0px 0px 0px;
    width:30px;
    height:0px;
    color:#FFF;
    font-size:10px;
    line-height:1.2;
    display:block;
    overflow:hidden;
    text-align:center;
    margin: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index:5000;
    background-image:url(../img/btn_top.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}
a:hover.btn_pagetop {
    background-color:#77920A;
}

a.btn_page_link {
    background-color:#FFF;
    padding:5px 10px 0px 20px;
    height:15px;
    color:#000;
    font-size:12px;
    line-height:1;
    display:inline-block;
    background-image:url(../img/btn_page_link.gif);
    background-repeat:no-repeat;
    background-position:0px 0px;
    text-align:center;
    margin: 0 4px 10px 0px;
    border:#CCC solid 1px;
}
a:hover.btn_page_link {
    background-color:#999;
    background-position: 0px -20px;
    border:#999 solid 1px;
}

a.btn_page_link_up {
    background-color:#FFF;
    padding:5px 20px 0px 10px;
    height:15px;
    color:#000;
    font-size:12px;
    line-height:1;
    display:inline-block;
    background-image:url(../img/btn_page_link.gif);
    background-repeat:no-repeat;
    background-position:right 0px;
    text-align:center;
    margin: 0px 0px 10px 10px;
    float:right;
    border:#CCC solid 1px;
}
a:hover.btn_page_link_up {
    background-color:#999;
    background-position: right -20px;
    border:#999 solid 1px;
}

a.btn_tomenu {
    padding:0px 15px 0px 0px;
    color:#666;
    font-size:10px;
    line-height:1;
    display:inline-block;
    background-image:url(../img/btn_tomenu.gif);
    background-repeat:no-repeat;
    background-position:right center;
    text-align:right;
    margin: 0px 0px 0px 0px;
    float:right;
    position:absolute;
    top:8px;
    right:10px;
}
a:hover.btn_tomenu {
    color:#000;
}

a.btn_reserve {
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    background-color:#333;
    padding:6px 15px 6px 15px;
    color:#FFF;
    font-size:10px;
    line-height:1;
    display:inline-block;
    background-image:url(../img/bg_btn_txt.gif);
    background-repeat:no-repeat;
    background-position:0px center;
    text-align:center;
    margin: 0 auto;
}
a:hover.btn_reserve {
    background-color:#999;
    background-position: -500px center;
}

a.btn_map {
    background-color:#93B20F;
    padding:2px 6px 2px 6px;
    color:#FFF;
    font-size:10px;
    line-height:1;
    display:inline-block;
    text-align:center;
    margin: 0;
}
a:hover.btn_map {
    background-color:#77920A;
    padding:2px 6px 2px 6px;
    color:#FFF;
    font-size:10px;
    line-height:1;
    display:inline-block;
    text-align:center;
    margin: 0;
}

a.btn_print {
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    background-color:#93B20F;
    padding:10px 20px;
    color:#FFF;
    font-size:10px;
    line-height:1;
    display:inline-block;
    text-align:center;
    margin: 5px 0 0;
}
a:hover.btn_print {
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    background-color:#77920A;
    padding:10px 20px;
    color:#FFF;
    font-size:10px;
    line-height:1;
    display:inline-block;
    text-align:center;
    margin: 5px 0 0;
}

a.btn_detail {
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    background-color:#93B20F;
    padding:6px 20px;
    color:#FFF;
    font-size:12px;
    line-height:1;
    display:inline-block;
    text-align:center;
    margin:10px 0 0;
}
a:hover.btn_detail {
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -o-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    -khtml-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
    background-color:#77920A;
    padding:6px 20px ;
    color:#FFF;
    font-size:12px;
    line-height:1;
    display:inline-block;
    text-align:center;
    margin:10px 0 0;
}

/*--------------------------------------------------------------
Likeボタン
--------------------------------------------------------------*/

.likebtns {
    width:700px;
    clear:both;
    text-align: right;
    height:30px;
    margin-bottom: 10px;
    padding:10px 0 0 0;
    position:relative;
    border-top:#DDD solid 1px;
}

.likebtns .tweet{
    height:24px;
    position:absolute;
    top:10px;
    right:110px;
}

.likebtns .fb-like {
    height:24px;
    position:absolute;
    top:10px;
    right:40px;
}

.likebtns .gplus1 {
    height:24px;
    display:inline-block;
    position:absolute;
    top:10px;
    right:0px;
}

.likebtns_top {
    width:660px;
    text-align: right;
    margin-bottom: 10px;
    padding:0px 0 0 0;
    position:relative;
    height:20px;
}
.likebtns_top .tweet {
    height:24px;
    position:absolute;
    top:0px;
    right:110px;
}
.likebtns_top .fb-like {
    height:24px;
    position:absolute;
    top:0px;
    right:40px;
}

.likebtns_top .gplus1 {
    height:24px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
}

/*--------------------------------------------------------------
フォントサイズ
--------------------------------------------------------------*/

.smaller {
    font-size:smaller;
}

.fontlevel1 {
	font-size:1em;
}
.fontlevel2 {
	font-size:1.2em;
}
.fontlevel3 {
	font-size:1.4em;
}
.fontlevel4 {
	font-size:1.6em;
}
.fontlevel5 {
	font-size:1.8em;
}

.note {
    font-size:10px;
    line-height:1.5em;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    margin-bottom: 30px;
    clear: both;
}

/*--------------------------------------------------------------
コラムスタイル
--------------------------------------------------------------*/

.column_single:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.column_single {
	display:inline-block;
	clear:both;
}
* html .column_single {
	height:1%;
	clear:both;
}
.column_single {
	display:block;
	clear:both;
}

.column_single {
    width:640px;
    clear:both;
    margin:0 0 20px 0;
    padding: 30px 30px 30px 30px;
    background-color:#FFF;
}

.column:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.column {
	display:inline-block;
	clear:both;
}
* html .column {
	height:1%;
	clear:both;
}
.column {
	display:block;
	clear:both;
}

.column {
	clear: both;
	margin: 0 0 30px 0;
	padding: 0px;
	background-color: #FFF;
}

.column p {
    margin:0 0 20px 0;
    padding: 0px;
}

.column_left {
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
	width: 460px;
	float: left;
}

.column_right {
	margin:0 0 0px 0;
	padding:0 0 0 0;
	width: 460px;
	float:right;
}

.columntri_left {
    margin:0 0 0px 0;
    padding:0 30px 0 0;
    width:300px;
    float:left;
}

.columntri_right {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:300px;
	float:right;
}

.column_space {
    margin:0 0 40px 0;
    padding: 0px;
    clear:both;
    border:none;
}

.column_half_l{
    margin:0 0 0px 0;
    padding:0 30px 0 0;
    width:45%;
    float:left;
}

.column_half_r {
	margin:0 0 0 0;
	padding:0 0 0 0;
    width:45%;
	float:right;
}
