@charset "EUC-JP";

@import "../index/index.css";
@import "../topics/topics.css";
@import "../product/product.css";
@import "../company/company.css";
@import "../privacy/privacy.css";
@import "../contact/contact.css";


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






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

/* ラッパー feat.シャドー */
#wrapper_bg {
	width: 766px;
    background: url("./image/wrapper_bg.jpg") no-repeat;
}

table {
	border-collapse: collapse;
}

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

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: 768px;
	height: 129px;
	font-size: 0px;
	background: url("./image/header.jpg") no-repeat;
}

/* ヘッダーテキスト */

#header_text {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	margin: 0px 0px 0px 50px;
}

/*
==================================================================
SIDE MENU
==================================================================
*/

#side_menu_box {
	float: left;
	width: 167px;
	margin: 0px 22px 0px 0px;
}

#side_menu_contents {
	width: 154px;
	margin: 0px 0px 0px 13px;
}

/* サイドメニュー・ボタン */

#side_menu {
	width: 154px;
	font-size: 0px;
}

/* オンラインショップ */

#cart_link_button {
	font-size: 0px;
	margin: 15px 0px 0px 0px;
}

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

#contents{
	float: left;
	width: 550px;
	margin: 5px 0px 0px 0px;
}


/*
==================================================================
BOTTOM MENU
==================================================================
*/

#bottom_menu_box {
	font-size: 10px;
	line-height: 30px;
	color: #999999;
	text-align: center;
}

/* ボトムメニュー・リンク */

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

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

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

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

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

#footer {
	width: 768px;
	height: 119px;
	background: url("./image/footer.jpg") no-repeat;
	margin: 30px 0px 0px 0px;
}

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

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

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

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

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

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

/* 点線 */
#footer_line {
	font-size: 0px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

/* フッター・テキスト */

#footer_text {
	font-size: 10px;
	line-height: 16px;
	text-align: right;
	padding: 8px 0px 0px 0px;
	margin: 0px 30px 0px 0px;
}

