﻿@charset "utf-8";

/*-----------------------------------------------------
全体的な設定・横幅
-----------------------------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #000000;
	line-height: 1.6;
	font-size: 95%;
}
@media only screen and (max-width: 480px) {
 body{
	font-size: 90%;
 }
}

#header-inner, 
#content-inner,
#footer-inner {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (min-width: 481px) {

 #header-inner, 
 #content-inner,
 #footer-inner, 
 #g_nav-inner{
 	width: 960px;
	margin: 0 auto;
 }
}


/*-----------------------------------------------------
ヘッダー
-----------------------------------------------------*/
#header {
	background: #666666;
	padding-bottom: 10px;
	border-top-style: solid;
	border-top-width: 22px;
	border-top-color: #FD9AC6;
}

#header h1 {
	padding: 5px 10px 0 25px;
	font-size: 85%;
	font-weight: normal;
	color:#FFFFFF;
	background: #666666;
}

#header p {
	font-size: 95%;
	line-height: 1.5;
	color:#006633;
	padding-left: 2px;
	padding-bottom: 0px;
}
.header_nav{
	color:#ffffff;
	font-size: 80%;
	text-align: right;
	clear:both;	
	margin-top:-21px;
}

/* ヘッダーメニュー */
#header ul {
	width: 390px;
	overflow: hidden;
	padding: 0px;
	margin: -24px 0px 0px 0px;
	height: 20px;
	clear: both;
	float: right;
}

#header ul li {
	padding: 0px;
	margin: 0px;
    float:left;
    display:block;
}

#header ul li a {
	display: block;
	overflow: hidden;
	height: 0px;
	background-image: url('../image/header_menu.gif');
	padding-top: 60px;
}

@media only screen and (max-width: 480px) {
 #header ul li a{
	display: none;
 }
}

/* ノーマル時 */
	#header_menu1 a { width:140px; background-position: 0 0;}
	#header_menu2 a { width:105px; background-position:-140px 0;}
    #header_menu3 a { width:145px; background-position:-245px  0;}

/* ロールオーバー時*/
	#header_menu1 a:hover { width:140px; background-position: 0 -20px;}
    #header_menu2 a:hover { width:105px; background-position:-140px -20px;}
    #header_menu3 a:hover { width:145px; background-position:-245px -20px;}

/* ご予約・お問い合わせ */
.contact-box {
	margin: 10px 5px 0px 5px;
	padding: 5px 5px 0px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #666666;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	font-size:14px;
}

@media only screen and (min-width: 481px) {
 .header-description {
	float: left;
 }
 .contact-box {
	float: right;
 }
}



/*-----------------------------------------------------
グローバルナビゲーション
-----------------------------------------------------*/
#g_nav {
	display: block;
	padding-top: 10px;
	background-color: #FEFFFA !important;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #FD9AC6;
	clear: both;
	font-size: 14px;
	font-weight: bold;
}
#g_nav nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#g_nav nav ul li {
	display: block;
	width: 100%;
	margin: 0 ;
	padding: 0;
	text-align: center;
}

@media only screen and (max-width: 480px) {
 #g_nav {
	height:40px;
	margin: 0;
	padding: 0;
 }

 #g_nav nav {
	padding: 0;
 }
 #g_nav nav ul li {
	float:left;
	width: 100%;
	padding-right:0px;
	margin: 0;
	text-align: center;
	line-height: 40px;
	font-size:14px;
 }
 #g_nav nav ul li a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 3px #333333; 
	overflow:hidden;
	background-image: url("../image/g_nav_haikei.jpg");
	background: -moz-linear-gradient(top, #fff, #999999 3%, #333333);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #999999), to(#333333));
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.9);
	-moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.9);
	-webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* 以下、角丸設定 */
	border-radius: 0px 0px 5px 5px ;
	-moz-border-radius:  0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
 }
 #g_nav nav ul li a:hover {
 	text-shadow: 1px 1px 3px #999999; 
	color: #FF0066;
	overflow:hidden;
	background-image: url("../image/g_nav_haikei_hover.jpg");
	background: -moz-linear-gradient(top, #fff, #FFFFFF 3%, #CCCCCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #FFFFFF), to(#CCCCCC));
 }
/* #g_nav nav {
	display: none;
 }*/
}

@media only screen and (min-width: 481px) {
 #g_nav {
	height:40px;
	margin: 0;
	padding: 0;
 }

 #g_nav nav {
	padding: 0;
 }
 #g_nav nav ul li {
	float:left;
	width: 160px;
	padding-right:0px;
	margin: 0;
	text-align: center;
	line-height: 40px;
	font-size:14px;
 }
 #g_nav nav ul li a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 3px #555555; 
	overflow:hidden;
	background-image: url("../image/g_nav_haikei.jpg");
	background: -moz-linear-gradient(top, #fff, #999999 3%, #333333);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #999999), to(#333333));
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* 以下、角丸設定 */
	border-radius: 0px 0px 5px 5px ;
	-moz-border-radius:  0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
 }
 #g_nav nav ul li a:hover {
 	text-shadow: 1px 1px 3px #999999; 
	color: #000000;
	overflow:hidden;
	background-image: url("../image/g_nav_haikei_hover.jpg");
	background: -moz-linear-gradient(top, #fff, #FFFFFF 3%, #CCCCCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #FFFFFF), to(#CCCCCC));
 }
}


/*-----------------------------------------------------
コンテンツ（バナー＆パンくずリスト＆メイン＆サイド）
-----------------------------------------------------*/
#content {
	background-color:#FFFFFA !important;
	padding: 1px 0px 20px 0px;
/*	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #0033CC;*/
}

/*-----------------------------------------------------
パンくずリスト
-----------------------------------------------------*/
#pankuzu {
	font-size: 90%;
	margin: 10px 0px 0px 5px;
}

/*-----------------------------------------------------
トップページバナー
-----------------------------------------------------*/
#flash {
}

@media only screen and (max-width: 480px) {
 #flash {
	display:none;
 }
}

@media only screen and (min-width: 481px) {
 #flash {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 170px;
	overflow: hidden;
	clear:both;
	*zoom: 1;
 }

 #flash #mainimg{
	float: left;
	position: relative;
 }

 #flash #mainimg ul,
 #flash #thumb ul {
	margin: 0;
	padding: 0;
 }

 #flash #mainimg li,
 #flash #thumb li {
	margin-left: 0;
	list-style-type: none;
 }

 #flash #mainimg li{
	float: left;
	position: absolute;
	top: 0;
	left: 5px;
	display: none;
 }

 #flash #thumb{
	float: right;
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
 }

 #flash #thumb li{
	height: 51px;
	margin-right: 5px;
 }
}


/*-----------------------------------------------------
メイン
-----------------------------------------------------*/
#main {
	margin: 10px 5px 0px 5px;
	padding: 1px 10px 20px 10px;
	background: #ffffff;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	/* 以下、角丸設定 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
@media only screen and (min-width: 481px) {
 #main {
 	float:left;
 	width:660px;
 }
 .width_half{
	width: 48%;
	float: left;
 }
}

#main h2 {
	clear:both;
	color: #fff;
	padding: 5px 0px 3px 10px;
	font-size:105%;
	text-shadow: 1px 1px 3px #333333;  
	border: 1px solid #666666;
	background: #444444 url("../image/main_h2.jpg") repeat-x;
	background: -moz-linear-gradient(top, #fff, #999999 3%, #333333);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #999999), to(#333333));
	/* 以下、角丸設定 */
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
#main h3 {
	clear: both;
	color: #000000;
	padding: 3px 0px 0px 10px;
	margin: 20px 0px 0px 2px;
	font-size: 100%;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	background: -moz-linear-gradient(top, #fff, #FFFFFF 3%, #CCCCCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #FFFFFF), to(#CCCCCC)); 
	/* 以下、角丸設定 */;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
#main h4 {
	color: #000000;
	padding: 5px 0px 1px 10px;
	margin: 3px 0px -5px 5px;
	font-size: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	clear: both;
}
#main h5 {
	color: #000000;
	font-size: 98%;
	clear: both;
	text-align: center;
	text-decoration: underline;
	margin-bottom: -5px;
}

#main ul li {
	list-style-image: url('../image/kajougaki.png');
	margin-left: -5px;
	margin-bottom:7px;
}
#main ol li {
	list-style-image: url('../image/kajougaki2.png');
	margin-left: -5px;
	margin-bottom: 7px;
}

#main p {
	padding: 0px 10px 0px 10px;
}

.saisyu_kousinbi {
	text-align: right;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	height: 10px;
}
.under_tensen{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #008080;
	padding-bottom: 10px;
}

.hukidasi_syosinsya {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #FF6600;
	background-image: url('../image/hukidasi_syosinsya.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_allgenre {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #CC3366;
	background-image: url('../image/hukidasi_allgenre.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_sirouto {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #81AA2B;
	background-image: url('../image/hukudasi_sirouto.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_hitoduma {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #3597B7;
	background-image: url('../image/hukidasi_hitoduma.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_mania {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #FF6600;
	background-image: url('../image/hukidasi_mania.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_tousatu {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #CC3366;
	background-image: url('../image/hukidasi_tousatu.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_youmono {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #81AA2B;
	background-image: url('../image/hukudasi_youmono.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_senmontokka {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #3597B7;
	background-image: url('../image/hukidasi_senmontokka.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}
.hukidasi_kiken {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 110px;
	color: #444444;
	background-image: url('../image/hukudasi_kiken.gif');
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	font-weight: bold;
	margin-bottom: -40px;
	line-height:120%;
}

.haikei_orange{
	background-color:#FF9900;
}
.haikei_aka{
	background-color: #FF6666;
}
.haikei_kimidori{
	background-color:#00BB00;
}
.haikei_mizuiro{
	background-color:#3597B7;
}
.haikei_haiiro{
	background-color:#EEEEEE;
}
.haikei_black{
	background-color:#666666;
}


/* テーブル */
#main table {
	margin: 10px 0px 20px 10px;
	width: 98%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
.no_border{
	border-style: none;
}

#main tr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

.th_thead01{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	color: #FFFFFF;
	padding: 3px 0px 2px 0px;
	font-weight: bold;
	text-align: center;
}
.td_thead01{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	padding: 3px 0px 2px 0px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.td_thead02{
	padding: 3px 0px 2px 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.th01{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	padding: 8px 0px 6px 0px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

.td01{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	padding: 8px 0px 6px 0px;
	text-align: center;
}
.td02{
	padding: 8px 0px 6px 5px;
}
.td03{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	padding: 8px 0px 6px 5px;
}
tbody tr:hover {
    background: #ECF1FF;
}
    
.waku_kuro{
	display:block;
	margin: 10px auto 10px !important;
	background: url(../image/bk-blockquote-l.png) no-repeat scroll 10px 10px;
	border: 1px solid #DEDEDE;
	background-color: #F5F5F5;
	width:80%;
	position:relative;
	padding:10px 30px;
/*
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 5px 10px 5px 5px;
	background-color: #DDDDDD;
*/
}
.waku_kuro:after{
	position:absolute;
	bottom: 10px;
	right: 10px;
	content: url(../image/bk-blockquote-r.png);
}

.waku_ao{
	border-style: solid;
	border-width: 1px;
	border-color: #0033CC;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 5px 10px 5px 5px;
}



/* アコーディオンパネル */
.accordion_head {
	cursor:pointer;
}
#hover1 h3:hover {
	color: #FF9900;
}
#hover2 h3:hover {
	color: #FF9900;
}
#hover3 h3:hover {
	color: #FF9900;
}
#hover4 h3:hover {
	color: #FF9900;
}
#hover5 h3:hover {
	color: #FF9900;
}


dl{
	width: 99%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
}
dt{
	color: #006600;
	margin-top:10px;
	padding: 2px 0px 2px 10px;
	font-size:100%;
	font-weight:bold;
	border: 1px solid #ccc;
	background: #e9eed1;
	background: -moz-linear-gradient(top, #fff, #e9eed1 3%, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #e9eed1), to(#fff));
	/* 以下、角丸設定 */
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
dd{
	width: 98%;
	padding: 10px;
	margin-left: 0px;
}

/* フォーム専用 */
input{
	font-size: 14px;
	margin: 5px 10px 5px 0px;
	padding: 1px;
	height:19px;
}
select{
	font-size: 14px;
	margin: 5px 5px 5px 0px;
}
textarea{
	font-size: 14px;
}
.form_danraku{
	padding: 10px 0px 10px 10px;
	line-height: 1.5;
}

@media only screen and (max-width: 480px) {
 .input_simei{
	width: 75%;
 }
 .input_mail{
	width: 95%;
 }
 .input_cyoumei{
	max-width: 95%;
 }
 textarea {
	max-width: 95%;
 }

}
 
/*-----------------------------------------------------
サイド
-----------------------------------------------------*/
#side {
 	font-size:95%;
}
@media only screen and (min-width: 481px) {
 #side {
 	float:right;
 	width:270px;
 }
}

.side_box {
	margin: 10px 5px 0px 5px;
	padding: 1px 12px 1px 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
}
#side h2 {
	color: #fff;
	text-align:center;
	padding: 2px 0px 2px 0px;
	font-size:100%;
	text-shadow: 1px 1px 3px #333333;  
	border: 1px solid #666666;
	background: #444444 url("../image/main_h2.jpg") repeat-x;
	background: -moz-linear-gradient(top, #fff, #999999 3%, #333333);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #999999), to(#333333));
	/* 以下、角丸設定 */
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
#side h3 {
	color: #000000;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px -8px 0px;
	font-size:95%;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	background: -moz-linear-gradient(top, #fff, #FFFFFF 3%, #CCCCCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.03, #FFFFFF), to(#CCCCCC)); 
	/* 以下、角丸設定 */
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
#side h4 {
	padding: 0px;
	margin: 15px 0px -10px 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	font-size: 100%;
}

#side ol li {
	list-style-image: url('../image/kajougaki.gif');
	margin-left: -20px;
	margin-bottom:5px;
}


/* サイドメニュー部分 */
#side ul {
	padding: 0px;
	width: 100%;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	margin:-5px 0px 20px 0px;
}
#side ul li{
	line-height: 1.2;
	padding: 5px 0px 5px 2px;
	text-decoration: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	overflow: hidden;
	font-size: 95%;
}
#side ul li a{
	width: 100%; /* リンク文字以外もリンクとするため */;
	text-decoration: none; /* リンク線なし */;
	display: block; /* 大きさをブロック化 */;
}
/* 縦メニューのリンク部分のマウスオーバー時 */
#side ul li:hover{
	background: #ECF1FF; /* マウスオーバー時の背景色 */
}

#side ul img {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	vertical-align: middle;
}

.under_tensen{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}



/*-----------------------------------------------------
フッター
-----------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 100%;
	background-color: #666666;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #FD9AC6;
	border-bottom-style: solid;
	border-bottom-width: 25px;
	border-bottom-color: #FD9AC6;
}

@media only screen and (max-width: 480px) {
 #footer{
	display: none;
 }
}

.footer0 {
	margin:-10px 0px 0px 0px;
	padding: 0px;
	width: 320px;
	float: left;
}
.footer1 {
	margin: -30px 20px -40px 0px;
	padding: 0px;
	width: 300px;
	float: left;
}

#footer ul li {
	list-style-image: url('../image/kajougaki.png');
	font-size: 14px;
	margin-left: -10px;
}
.cyosakuken {
	margin: -23px 0px 0px 0px;
	padding: 0;
	font-size: 80%;
	text-align: center;
	color: #fff;
	padding: 2px 0px 2px 0px;
	background: #FD9AC6;
}


/*-----------------------------------------------------
画像関係・位置
-----------------------------------------------------*/
img {
	border-width: 0px;
	/*リンクの枠線を消す設定*/

	vertical-align: top;
	/*画像の下余白を０にする設定*/
}

.image_text_middle img{
	vertical-align: middle;
}

@media only screen and (min-width: 481px) {
 .float_left {
	float:left;
	margin: 0px 20px 10px 0px;
 }
 .float_right {
	float:right;
	margin: 0px 0px 20px 20px
 }
}
@media only screen and (max-width: 480px) {
 .smp_image {
    max-width: 100%;
    height: auto;
    width /***/:auto;
 }
}

/*-----------------------------------------------------
位置・回り込み関係
-----------------------------------------------------*/
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.clear_both{
	clear:both;
 }
.float_left {
	float:left;
}

@media only screen and (max-width: 480px) {
 .smp_center {
	text-align: center;
 }
 .smp_clear_both {
  clear:both;
 }
}

/*-----------------------------------------------------
スペース調整
-----------------------------------------------------*/
.margin-top_-45{
	margin-top: -45px;
}
.margin-top_-10{
	margin-top: -10px;
}
.margin-top_5{
	margin-top: 5px;
}
.margin-top_10{
	margin-top: 10px;
}
.margin-top_20{
	margin-top: 20px;
}
.margin-bottom_-10{
	margin-bottom: 0px;
}
.margin-bottom_0{
	margin-bottom: 0px;
}
.margin-bottom_20{
	margin-bottom: 20px;
}
.margin-left_-20{
	margin-left: -20px;
}
.margin-left_20{
	margin-left: 20px;
}
.margin-right_20{
	margin-right: 20px;
}
.padding-left_5{
	padding-left: 5px;
}

/*-----------------------------------------------------
文字装飾
-----------------------------------------------------*/
.blue {
	color: #0033CC;
}
.red {
	color: #FF3333;
}
.orange {
	color: #FF9900;
}
.black {
	color: #000000;
}
.gray {
	color: #999999;
}
.white {
	color: #FFFFFF;
}

.bold{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}
.under_line{
	text-decoration: underline;
}
.torikesisen{
	text-decoration: line-through;
}

.big110{
	font-size:110%;
}
.small90{
	font-size:90%;
}
.small80{
	font-size:80%;
}

.keisen90{
	width:90%
}

/* リンク */
a:link {
	color: #0033CC;
}
a:visited {
	color: #0033CC;
}
a:hover {
	color: #FF9900;
}

#header a:link {
	color: #FFFFFF;
}
#header a:visited {
	color: #FFFFFF;
}
#header a:hover {
	color: #FF9900;
}

#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FF9900;
}


/*-----------------------------------------------------
その他
-----------------------------------------------------*/

/* ページトップへ */
#pagetopcomp {
	}

#pagetopcomp a {
	width:36px;
	height:120px;
	position:fixed;
	bottom:110px;
	right:0;
	z-index:999;
	}

@media only screen and (max-width: 480px) {
#pagetopcomp {
	display:none;
	}
}