@charset "UTF-8";
/* CSS Document */
/*基本設定*/
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.clearfix { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 
 
/*レイアウト*/
div#box_all {
	margin: 0 auto 0 auto;
	background-color: #fff;
	height: 100%;
}
div#box_menu {
	margin: 0;
}
div#box_contents {
	width: 960px;
	margin: 0 auto 50px auto;
}
div#box_main {
	width: 660px;
	float: right;
}
div#box_side {
	width: 300px;
	float: left;
}
/*header*/
h1 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	height: 10px;
	background-color: #8d0907;
}
h2 {
	float: left ;
	margin: 0;
	padding: 0;
	height: 100px;
}
div#header_inner {
	width: 960px;
	height: 100px;
	margin: 0 auto 0 auto;
}
div#header_inner h2 img {
	margin: 3px 0 0 0;
	width: 353px;
	height: 93px;
}
p#header_tel {
	float: left;
	margin: 19px 20px 0 190px;
	width: 244px;
	height: 61px;
}	
p#header_contact {
	float: left;
	margin: 26px 0 0 0;
	width: 132px;
	height: 40px;
}
/*global navigation*/
div#box_menu {
	background: url(image/common/navi_bg_re.gif) repeat-x;
}
div#box_menu ul {
	width: 960px;
	height: 45px;
	margin: 0 auto 0 auto; 
	padding: 0;
}
div#box_menu ul li {
	float: left;
	height: 45px;
	width: 192px;
}
div#box_menu a {
    display: block;
}
div#box_menu img {
    border: none;
}
div#box_menu #menu01 {
	background: url(image/common/nac01_on.gif) no-repeat;
}
div#box_menu #menu01 a:hover {
    background: none;
}
div#box_menu #menu01 a:hover img {
    visibility: hidden;
}
div#box_menu #menu02 {
	background: url(image/common/nac02_on.gif) no-repeat;
}
div#box_menu #menu02 a:hover {
    background: none;
}
div#box_menu #menu02 a:hover img {
    visibility: hidden;
}
div#box_menu #menu03 {
	background: url(image/common/nac03_on.gif) no-repeat;
}
div#box_menu #menu03 a:hover {
    background: none;
}
div#box_menu #menu03 a:hover img {
    visibility: hidden;
}
div#box_menu #menu04 {
	background: url(image/common/nac04_on.gif) no-repeat;
}
div#box_menu #menu04 a:hover {
    background: none;
}
div#box_menu #menu04 a:hover img {
    visibility: hidden;
}
div#box_menu #menu05 {
	background: url(image/common/nac05_on.gif) no-repeat;
}
div#box_menu #menu05 a:hover {
    background: none;
}
div#box_menu #menu05 a:hover img {
    visibility: hidden;
}
/*パンくずリスト*/
ul#breadcrumb  {
	margin: 10px 0 20px 20px;
	padding: 0;
	height: 11px;
}
ul#breadcrumb li {
    float: left;
    font-size: 0.7em;
    line-height: 1em;
    margin: 0 5px 0 0;
    padding: 0;
	color: #666666;
}
ul#breadcrumb a:hover {
	text-decoration: underline;
	opacity: 1.0;
}

/*top contents*/
#box_contents h3 {
	margin: 0 0 30px 0;
}
div#main_nav {
	width: 660px;
	margin-left: 15px;
}
div#main_nav ul {
	margin: 0;
}
div#main_nav ul li {
	float: left;
	height: 220px;
	width: 195px;
}
div#main_nav ul li#center {
	margin: 0 30px;
}
div#top_greeting {
	width: 618px;
	margin: 30px 0 0 30px;
}
div#top_greeting h4 {
	background-image: url(image/common/tt_h4.gif);
	color: #666;
	padding: 0 0 0 30px;
	width: 588px;
	height:40px;
	line-height: 40px;
}
div#greeting_p {
	float: left;
	width: 397px;
	padding: 0 0 0 15px;
	margin: 15px 0 0 0;
	color: #666;
}
div#greeting_photo {
	float: left;
	width: 166px;
	padding: 0 0 0 40px;
	margin: 10px 0 0 0;
}
div#greeting_p p {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	width: 397px;
}
/*sidebar*/
div#side_nav a {
	color: #d1b39b;
	display: block;
}
div#side_nav a:hover {
	color: #8D0907;
	opacity: 1.0;
}
a#s_nav1 {
	background: url(image/common/side_bt_arrow.png) no-repeat 65px 25px;
}
div#side_nav a:hover#s_nav1 {
	background: url(image/common/side_bt_arrow_on.png) no-repeat 65px 25px;
}
a#s_nav2 {
	background: url(image/common/side_bt_arrow.png) no-repeat 70px 25px;
}
div#side_nav a:hover#s_nav2 {
	background: url(image/common/side_bt_arrow_on.png) no-repeat 70px 25px;
}
a#s_nav3 {
	background: url(image/common/side_bt_arrow.png) no-repeat  45px 25px;
}
div#side_nav a:hover#s_nav3 {
	background: url(image/common/side_bt_arrow_on.png) no-repeat 45px 25px;
}
div#side_nav ul {
	margin: 0;
	padding: 0;
	width: 300px;
}
div#side_nav ul li {
	background: url(image/common/side_navi.gif);
	width: 265px;
	height: 60px;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	margin: 0 0 25px 0;
}
div#side_information p {
	background-image: url(image/common/side_tt.gif);
	width: 265px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #666666;
}
dl#info {
	width: 250px;
	margin: 0;
	font-size: 12px;
	color: #666;
	background-color: #fff;
}
dl#info dt {
	width: 250px;
	height: 35px;
	line-height: 35px;
	background:url(image/common/side_info_arrow.gif) no-repeat 15px 15px;
	padding: 0 0 0 30px;
}
dl#info dd {
	border-bottom: #c4c4c4 1px dotted;
	width: 250px;
	margin: 0;
	padding: 0 0 0 30px;
	height: 35px;
} 
/*footer*/
div#footer {
	background-color: #8d0907;
	color: #fff;
	padding: 0;
	margin: 0;
}
div#footer_inner {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
}
div#footer_logo {
	float: left;
	width:137px;
	height: 139px;
	margin: 10px 0 0 0;
	padding: 0;
}
div#footer_right {
	float: left;
	width: 820px;
	margin: 0;
	padding: 0;
}
div#footer_tel {
	float: left;
	margin: 40px 0 0 100px;
	padding: 0;
	width: 244px;
	height: 61px;
}
#footer_navi  {
	margin:45px 0 0 50px;
	padding: 0;
	float: left;
	width: 400px;
}
#footer_navi ul {
	padding: 0;
	margin:0;
	font-size: 12px;
}
#footer_navi ul li {
	float: left;
	border-left: #fff 1px solid;
	margin: 0 0 5px 0;
	padding: 0 6px 0 6px;
}
#footer_navi a {
	color: #fff;
}
#footer_navi a:hover {
	text-decoration: underline;
	opacity: 1.0;
}
#footer_navi ul li.last {
	border-right: #fff 1px solid;
}
address {
	font-size: 10px;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
}
/*display以降のレイアウト*/
div#box_tt {
	background: url(image/common/sub_tt_back.gif) repeat-x 0
}
h3#tittle_h3 {
	color: #990100;
	width: 934px;
	height: 90px;
	margin: 0 auto;
}
#side_contact img {
	padding: 5px 0 0 0;
}
div#main_h4 {
	margin: 0 0 0 40px;
}
div#main_h4 h4 {
	background-image: url(image/common/tt_h4.gif);
	color: #666;
	padding: 0 0 0 30px;
	margin: 0 0 20px 0;
	width: 588px;
	height:40px;
	line-height: 40px;
}
/*display*/
div#display_p {
	float: left;
	width: 397px;
	padding: 0 0 0 15px;
	margin: 15px 0 0 0;
	color: #666;
}
div#display_photo {
	float: left;
	width: 166px;
	padding: 0 0 0 40px;
	margin: 10px 0 0 0;
}
div#display_p p {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}
div.box_image {
	margin: 30px 0 0 0;
}
div.box_image ul {
	margin: 0 0 0 35px;
}

div.box_image ul li{
	float: left;
	margin: 0 0 0 5px;
}
h5.display_h5 {
	color:#990000;
	font-size: 15px;
	border-bottom: #990000 1px solid;
	width: 600px;
	margin: 0 0 0 40px;
	padding: 0 0 3px 20px;
	line-height: 24px;
}
h5.display_h5:first-letter {
	font-size: 150%;
	float:left;
}

p.image_p1 {
	font-size: 12px;
	margin: 10px 0 0 60px;
}
p.image_p2 {
	font-size: 12px;
	margin: 0 0 10px 60px;
}
small {
	margin-left: 50px;
	color: #666666;
}
/*company*/
table {
	font-size: 12px;
	margin: 30px 0 0 10px;
	color: #666666;
	border-collapse: separate;
	border-spacing: 3px;
}
td.table_tittle {
	width: 150px;
	background-color: #F7F2E7;
	padding: 5px 5px 5px 10px;
}
td.table_value {
	width: 450px;
	background-color: #EEEEEE;
}
/*ご注文までの流れ*/
p.arrow {
	margin: 0 0 0 300px;
}
div.step1 {
	font-size: 11px;
	color: #666;
	line-height: 15px;
}
img#mail {
	position: absolute;
	top: 185px;
	left: 424px;
}
div#box_order_step {
	margin-left: 40px;
	position: relative;
}

a#fax {
	color: #900;
	font-weight: bold;
	text-decoration: underline;
}

a#fax:hover {
	text-decoration: underline;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/*プライバシーポリシー*/
div#box_privacy h5 {
	color: #990000;
	font-size: 16px;
	line-height: 2em;
	border-bottom: #990000 1px solid;
	padding: 10px 0 0 20px;
	margin-bottom: 30px;
}
div#box_privacy {
	width: 620px;
	margin: 0 0 0 40px;
	color: #666666;
}
div#box_privacy p {
	font-size: 12px;
	margin: 10px 20px 20px 20px;
	line-height: 15px;
}
div#box_privacy  h6 {
	margin: 20px 0 0 20px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
div#box_privacy ul {
	padding: 0 0 0 50px;
}
div#box_privacy ul li {
	font-size: 12px;
	list-style: disc;
	line-height: 15px;
}
/*sitemap*/
div#box_sitemap {
	font-size: 12px;
	color: #666666;
	margin: 0 0 0 50px;
}
div#box_sitemap dl#home {
	padding: 0 0 0 25px;
	width: 585px;
}
div#box_sitemap dl#home dd {
	text-indent: -9999px;
}
div#box_sitemap dl {
	border-bottom: #888 1px solid;
	padding: 0 0 0 50px;
	margin: 0;
	height: 40px;
	line-height: 40px;
	width: 560px;
}
div#box_sitemap dl dt {
	float: left;
	width: 150px;
	background: url(image/sitemap/_r15_c9.gif) no-repeat scroll 0 50%;
	padding: 0 0 0 20px;
}
div#box_sitemap dl dt a:hover {
	color: #8d0907;
	opacity: 1.0;
}
div#box_sitemap dl dd {
	float: left;
	margin-left: 30px;
}
/*gallery*/
div#box_gallery {
	width: 650px;
	margin: 0 0 0 40px;
}
div#box_gallery p {
	float: left;
	margin: 0 30px 40px 0;
}
div#box_gallery a:hover img {
	border: #666 solid 4px;
	margin: -4px;
}
div#box_gallery a:hover {
	opacity: 1.0;
}
/*contact*/
p.contact_p {
	font-size: 12px;
	color: #666;
	margin: 0 0 0 25px;
}
/*input.bottun {
    border: #CCC 1px solid;
    color: #666;
    cursor: pointer;
    display: block;
    float: left;
    text-align: center;
	font-size: 11px;
	background-color: #fff;
	margin-left: 15px;	
}
*/

blockquote {
	margin: 20px 0 0 50px;
}
/*post mail css ここから*/
/* テーブル */
table.form {
		margin-top: 1em;
		width: 550px;
}
table.form th, table.form td {
	text-align: left;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #f7f2e7;
}
table.form td {
	background: #eeeeee	;
}
/* タイトル装飾 */
strong.ttl {
	text-align: left;
	display: block;
	color: #666;
	font-size: 13px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	clear: both;
}
/* 戻りボタン */
form.back {
	margin-top: 2em;
}

.reset {
	font-size: 12px;
	text-align: center;
	background:#eeeeee;
	width: 100px;
	height: 30px;
	margin-right: 25px;
	float: left ;
}

.button {
	font-size: 12px;
	text-align: center;
	background: #f7f2e7;
	width: 100px;
	height: 30px;
	float: right;
}

table.form th#bt {
	background: #FFF;
	text-align: center;
	padding: 0 150px 0 150px;
}

.back_button {
	margin-left: 100px;
	margin-right: 25px;
	font-size: 12px;
	text-align: center;
	background:#eeeeee;
	width: 100px;
	height: 30px;
}

.next_button {
	font-size: 12px;
	text-align: center;
	background: #f7f2e7;
	width: 100px;
	height: 30px;
	float: right;
	margin-right: 150px;
}

.error_button {
	margin-left: 240px;
	font-size: 12px;
	text-align: center;
	background:#eeeeee;
	width: 100px;
	height: 30px;
}

.top_button {
	font-size: 12px;
	text-align: center;
	background: #f7f2e7;
	width: 100px;
	height: 30px;
	margin-left: 200px;
}