@charset "EUC-JP";

@import "../index/index.css";
@import "../topics/topics.css";
@import "../company/company.css";
@import "../tatami/tatami.css";
@import "../product/product.css";
@import "../price/price.css";
@import "../link/link.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: url("./image/body_wrapper.jpg") repeat-y;
    background-position: center top;
    text-align: center;
}

/* 全ページ共通 枠 */
#wrapper {
	width: 750px;
    font-size: 12px;
    line-height: 160%;
    color: #333333;
    text-align: left;
    background: url("./image/wrapper.jpg") repeat-y;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

table {
	border-collapse: collapse;
}

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

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

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

#header_text {
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
	padding: 20px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
}


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

#side_menu_box {
	float: left;
	width: 185px;
	margin: 0px 15px 0px 0px;
}

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

#side_menu {
	width: 185px;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	margin: 12px 0px 0px 0px;
}

#side_menu a:link {
	display: block;
	background: url("./image/side_menu_button1.jpg") no-repeat;
	width: 185px;
	height: 25px;
	color: #166394;
	text-decoration: none;
}

#side_menu a:active {
	display: block;
	background: url("./image/side_menu_button1.jpg") no-repeat;
	width: 185px;
	height: 25px;
	color: #166394;
	text-decoration: none;
}

#side_menu a:visited {
	display: block;
	background: url("./image/side_menu_button1.jpg") no-repeat;
	width: 185px;
	height: 25px;
	color: #166394;
	text-decoration: none;
}

#side_menu a:hover {
	display: block;
	background: url("./image/side_menu_button2.jpg") no-repeat;
	width: 185px;
	height: 25px;
	color: #ACBF00;
	text-decoration: none;
}

/* サイドメニューテキスト位置調整 */

#side_menu_text {
	margin: 0px 0px 0px 40px;
}

#counter {
	font-size: 0px;
	text-align: center;
	margin: 20px 0px 0px 0px;
}


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

#contents{
	float: left;
	width: 530px;
	margin: 20px 0px 0px 0px;
}

/* ページタイトル */

#page_title_bg {
	width: 530px;
	height: 35px;
	background: url("./image/page_title_bg.jpg") no-repeat;
}

#page_title {
	font-size: 22px;
	line-height: 35px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 0px 10px;
}


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

#bottom_menu_box {
	font-size: 12px;
	text-align: right;
	color: #FFFFFF;
	padding: 15px 20px 0px 0px;
}

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

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

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

#bottom_menu_box a:hover {
	 color: #FFFFFF;
	 text-decoration: none;
}


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

/* ページトップへ */

#page_top {
	width: 110px;
	margin: 20px 20px 0px 620px;
}

#page_top_mark {
	width: 20px;
	font-size: 0px;
}

#page_top_link {
	width: 90px;
	font-size: 12px;
	line-height: 17px;
}

#page_top_link a:link {
	 color: #ACBF00;
	 text-decoration: underline;
}

#page_top_link a:active {
	 color: #ACBF00;
	 text-decoration: underline;
}

#page_top_link a:visited {
	 color: #ACBF00;
	 text-decoration: underline;
}

#page_top_link a:hover {
	 color: #ACBF00;
	 text-decoration: none;
}

#footer {
	width: 750px;
	height: 100px;
	background: url("./image/footer.jpg") no-repeat;
	margin: 20px 0px 0px 0px;
}

/* 会社概要 */

#footer_address {
	font-size: 12px;
	text-align: right;
	padding: 20px 20px 0px 0px;
}

/* コピーライト */

#copyright {
	font-size: 10px;
	text-align: right;
	padding: 0px 20px 0px 0px;
}

