@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #2C1F12;
	background: url(../images/bg.jpg);
}
p {
	line-height: 1.5em;
	letter-spacing: 0.04em;
	margin: 0;
}
a {
	color: #FF1F00;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
a:hover {
	color: #FF1F00;
	text-decoration: none;
}
.over {
	text-decoration:none;
	font-size:15px;
}
img {
	border: 0;
}
.red {
	color: #FF0012;
}
.line {
	border-top: 1px #bbb dotted;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0 0 0 15px;
	line-height: 1.5em;
	font-size: 15px;
}
h3 {
	margin: 0 0 30px 15px;
	line-height: 1.5em;
	font-size: 20px;
	color: #FF1F00;
}
h4 {
	margin: 0 0 0 15px;
	line-height: 1.5em;
	font-size: 24px;
	color: #FF1F00;
}
header {
	width: 100%;
	height: 80px;
	background: url(../images/sub_head_bg.png) repeat-x;
	margin: 0;
	padding: 0;
}
#header_inner {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}
#top_catch {
	width: 100%;
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
　/* Firefox用 */  
 -webkit-box-shadow: 0px 0px 3px #000;
　/* Safari,Google Chrome用 */
}
nav {
	width: 774px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
}
nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
nav li {
	margin: 0
}
nav li {
	outline: none;
}
nav li {
	display: inline;
	margin: 0;
	float: left;
}
#bt01 a, #bt02 a, #bt03 a, #bt04 a, #bt05 a, #bt06 a, #bt01_on a, #bt02_on a, #bt03_on a, #bt04_on a, #bt05_on a, #bt06_on a {
	background: url(../images/sub_bt.png) no-repeat 0 0;
	height: 0;
	padding-top: 80px;
	overflow: hidden;
	display: block;
}
#bt01 a, #bt01_on a {
	width: 137px;
}
#bt02 a, #bt02_on a {
	width: 115px;
}
#bt03 a, #bt03_on a {
	width: 123px;
}
#bt04 a, #bt04_on a {
	width: 120px;
}
#bt05 a, #bt05_on a {
	width: 128px;
}
#bt06 a, #bt06_on a {
	width: 151px;
}
#bt01 a {
	background-position: 0 0;
}
#bt02 a {
	background-position: -137px 0;
}
#bt03 a {
	background-position: -252px 0;
}
#bt04 a {
	background-position: -375px 0;
}
#bt05 a {
	background-position: -495px 0;
}
#bt06 a {
	background-position: -623px 0;
}
#bt01 a:hover, #bt01_on a {
	background-position: 0 -80px;
}
#bt02 a:hover, #bt02_on a {
	background-position: -137px -80px;
}
#bt03 a:hover, #bt03_on a {
	background-position: -252px -80px;
}
#bt04 a:hover, #bt04_on a {
	background-position: -375px -80px;
}
#bt05 a:hover, #bt05_on a {
	background-position: -495px -80px;
}
#bt06 a:hover, #bt06_on a {
	background-position: -623px -80px;
}
#logo a {
	width: 200px;
	height: 0;
	padding-top: 50px;
	background: url(../images/sub_logo.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 0;
}
#splash {
	width: 100%;
	height: 130px;
	display: block;
	overflow: hidden;
	background: #fff;
	margin-bottom: 5px;
}
#order {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	font-size: 12px;
}
#order img {
	vertical-align: middle;
}
#content {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
#bt_contact a {
	width: 310px;
	height: 0;
	padding-top: 70px;
	display: block;
	overflow: hidden;
	background: url(../images/bt_contact.png) no-repeat;
	margin: 0 auto;
}
#bt_contact a:hover {
	background-position: 0 -70px;
}
#left {
	width: 730px;
	float: left;
}
#right {
	width: 250px;
	float: right;
}
img.mid {
	vertical-align: middle;
}
#news_box {
	width: 690px;
	height: auto;
	padding: 20px;
	margin: 0 0 20px 0;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}
#news_box img {
	margin-bottom: 15px;
}
.clear {
	clear: both;
	height: 40px;
}
footer {
	width: 100%;
	height: 160px;
	background: url(../images/foot_bg.png) repeat-x;
	color: #fff;
	font-size: 13px;
}
footer a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
	color: #fff;
}
footer p {
	line-height: 2em;
}
#footer_inner {
	width: 1000px;
	height: 71px;
	padding: 15px 0 0 0;
	margin: 0 auto;
	text-align: center;
}
#page_top {
	width: 1000px;
	height: 75px;
	margin: 0 auto;
	position: relative;
}
#bt_pagetop a {
	width: 45px;
	height: 0;
	padding-top: 45px;
	background: url(../images/bt_pagetop.png) no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0;
}
#facebook img {
	display: block;
	margin: 0;
	padding: 0;
}
table#brown {
	width: 100%;
	background: #D2BD89;
}
.td01 {
	width: 30%;
	background: #EEE4CF;
	padding: 10px;
	font-weight: bold;
}
.td02 {
	width: 70%;
	background: #ffffff;
	padding: 10px;
}
#ameblo, #hotpepper {
	margin-bottom:2px;
}
