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

body {
	font-size: 13px;
	width: 100%;
	line-height: 1.3em;
	background-repeat: repeat;
	background-color: #003;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#header {
	background-image: url(images/fotter_bk.jpg);
	height: 150px;
	width: 100%;
	background-repeat: repeat-x;
	position: fixed;!important;  
	top: 0;
	left:0;
	width: 100%;
	z-index: 500;
}
#ryouri_top {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#access {
	height: auto;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	color: #FFF;
	padding-top: 50px;
	line-height: 80%;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#naiyou {
	height: auto;
	width: 100%;
	margin-top: 35px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
}
#naiyou2 {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.menu_waku {
	width: 96%;
	margin-bottom: 20px;
	background-color: #00F;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	color: #FFF;
	background-color: #03C;
	line-height: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#naiyou .menu .menu_waku img {
	width: 100%;
	margin-bottom: 20px;
}





#ryouri {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
.ryouri_bo {
	width: 100%;
	margin-top: 10%;
	margin-left: 66%;
	height: auto;
	margin-bottom: 0%;
}
#menu_link {
	height: auto;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #666;
	font-size: large;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
}

<style type="text/css">
/* Basic CSS */
body {
	margin: 0;
	padding: 0;
	font: 16px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background:#333;
}


h1 {
	font-size: 28px;
	font-weight: 100;
	text-align: center;
}
header{
	height:44px;
margin-bottom:10px;
}
header nav {
	background: #24885a;
}
header nav ul {
	margin: 0;
	list-style-type: none;
	width:100%;
}
header nav ul li {
	float:left;
	width:25%;
	margin: 0;
	text-align: center;
}
header nav ul li a{
	display: block;
	background:#dedede;
	margin:0;
	padding:10px 20px;
	border-right:1px solid #666;
	border-left: 1px solid #fff;
 	box-sizing:border-box;
	text-decoration: none;
}
header nav ul li a:hover {
	background:#60d7a0;
}
header nav ul li ul {
	display: none;
}
a {
	color: #269663;
}
a:hover {
	color: #333;
}
a, a:hover {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}

article {
	width: 100%;
	margin:0px auto;
	background:#FFF;
	text-align:center;
	font-size:80%;
}
.txt2 {
	display: none;
	color:#f00;
}


</style>

	div#header2 {
    position: fixed;
    top: 0;
    left:0;
	height:50px;
	}
	
		div#contents {
	margin-top:150px;
	}
	
			div#contents_f {
	margin-bottom:80px;
	}

#footer {
	position: fixed;!important;  
	left:0;
	height:80px;
	background-color: #03C;
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	z-index: 1000;
	bottom: 0px;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
}

/* --- ナビゲーションバー --- */
div.menu {
	width: 100%; /* ナビゲーションの幅 */
	font-size: 35px;
	margin: 0px;
	padding: 0px;
}

/* --- メニューエリア --- */
div.menu ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

/* --- メニュー項目 --- */
div.menu ul.nl li {
margin-bottom: 2px; /* 項目の下マージン */
border-bottom: 1px #8ca654 dotted; /* 項目の下境界線 */
}

/* --- リンク --- */
div.menu ul.nl li a {
	display: block;
	position: relative; /* リンクエリアの背景 */
	color: #FFF; /* 文字色 */
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: right;
	padding: 40px;
	background-color: #999;
}
/* --- ポイント時の設定 --- */
div.menu ul.nl li a:hover {
	text-decoration: underline; /* テキストの下線（あり） */
	background-color: #666;
}

/*--------------------------------------
  埋め込みコンテンツのレスポンシブ対応
--------------------------------------*/
 
.embed {
	position: relative;
	height: 0px;
	overflow: hidden;
	padding-bottom: 30%;
}
 
.embed iframe {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 500px;
}

p a {
	border-bottom: 1px solid;
	color: #fff;
	line-height: 1.4;
	padding: .25em;
	text-decoration: none;
	background-color: #666;
	background-position: 255;
}
p a:hover {
	background: white;
	color: #999;
}

.btn {
	color: #fff;
	font-weight: 400;
	line-height: 45px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
}

.btn-3 {
	border: 1px solid #666;
	box-shadow: 0px 2px 0 #000;
	font-weight: 900;
	letter-spacing: 1px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	width: 110px;
	border-radius:3px;
	float: left;
	background-color: #999;
	margin-right: 1px;
}

.btn-3:hover {
	box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
	color: #999;
	text-decoration: none;
	text-shadow: -1px -1px 0 #000;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
	background-color: #333;
}

.btn-4 {
	border: 1px solid #666;
	box-shadow: 0px 2px 0 #000;
	letter-spacing: 1px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	width: 100%;
	border-radius:3px;
	background-color: #999;
	font-size: 40px;
	height: 70px;
	padding-top: 20px;
	font-weight: 900;
	float: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.btn-4:hover {
	box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
	color: #999;
	text-decoration: none;
	text-shadow: -1px -1px 0 #000;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
	background-color: #333;
}

.waku {
	font-size:35px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-color:#333;
	border-radius:5px;
	text-shadow:1px 1px #555;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
}
.xxxxx {
	width: 100%;
	height: 30px;
}

.moji_price {
	color: #FFF;
	float: right;
	clear: left;
	text-align: right;
}
.moji_name {
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
	.btn_2 {
	color: #FFF;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border: 1px solid #CCC;
	border-bottom: 3px solid #000;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #666;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	height: 30px;
	}
