@charset "EUC-JP";

@import "../index/index.css";
@import "../topics/topics.css";
@import "../company/company.css";
@import "../order/order.css";
@import "../gallery/gallery.css";
@import "../access/access.css";
@import "../contact/contact.css";
@import "../privacy/privacy.css";

/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/






/*
==================================================================
BASE
==================================================================
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", "Verdana", "Arial", "sans-serif";
    text-align: center;
}

/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    text-align: left;
    background: url("./image/wrapper.gif") repeat-y;
}

#wrapper_bg {
	width: 750px;
    background: url("./image/wrapper_bg.jpg") no-repeat;
    background-position: center top;
}

table {
	border-collapse: collapse;
}

table th,td {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}

img {
	border: 0px;
}

/* リンク */
a:link {
	text-decoration: none;
	color: #000000;
	border: 0px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border: 0px;
}
a:active {
	text-decoration: none;
	border: 0px;
}
a:hover {
	text-decoration: none;
	border: 0px;
}

h1 {
	line-height : 0%;
	left:-999;
	top:-999;
	position:absolute;
}

/*
==================================================================
HEADER
==================================================================
*/

#header {
	width: 750px;
	font-size: 0px;
}


/*
==================================================================
SIDE_MENU
==================================================================
*/

#side_menu_box {
	float: left;
	width: 170px;
	font-size: 0px;
	margin: 25px 0px 0px 0px;
}

#side_menu {
	width: 155px;
	margin: 0px 7px 0px 8px;
}


/*
==================================================================
CONTENTS
==================================================================
*/

#contents{
	float: right;
	width: 565px;
}

/* ページタイトル */

#page_title_bg {
	width: 565px;
	height: 50px;
	background: url("./image/page_title_bg.jpg") no-repeat;
	margin: 15px 0px 0px 0px;
}

#page_title_main {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #6A3939;
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 0px 0px;
}

#page_title_sub {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0px 0px 0px 35px;
}


/*
==================================================================
BOTTOM_MENU
==================================================================
*/

#bottom_menu_box {
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	color: #663333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#bottom_menu_box a:link {
	 color: #663333;
	 text-decoration: underline;
}

#bottom_menu_box a:active {
	 color: #663333;
	 text-decoration: underline;
}

#bottom_menu_box a:visited {
	 color: #663333;
	 text-decoration: underline;
}

#bottom_menu_box a:hover {
	 color: #663333;
	 text-decoration: underline;
}


/*
==================================================================
FOOTER
==================================================================
*/

/* このページのトップへ */

#page_top {
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	margin: 30px 0px 0px 0px;
}

#page_top a:link {
	color: #663333;
	text-decoration: underline;
}

#page_top a:active {
	color: #663333;
	text-decoration: underline;
}

#page_top a:visited {
	color: #663333;
	text-decoration: underline;
}

#page_top a:hover {
	color: #663333;
	text-decoration: underline;
}

#footer {
	width: 750px;
	height: 107px;
	background: url("./image/footer.gif") no-repeat;
	margin: 30px 0px 0px 0px;
}

/* 会社概要 */

#footer_text {
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	margin: 10px 0px 0px 0px;
}

/* コピーライト */

#copyright {
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: right;
	margin: 45px 0px 0px 0px;
}


