@charset "EUC-JP";

@import "../index/index.css";
@import "../topics/topics.css";
@import "../company/company.css";
@import "../print/print.css";
@import "../sale/sale.css";
@import "../big_design/big_design.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";
    background: url("./image/body_wrapper.jpg") repeat-x;
    background-color: #FFCC00;
    text-align: center;
}

/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 750px;
    margin-left: auto;
    margin-right: auto;
    background: url("./image/wrapper.gif") repeat-y;
    font-size: 12px;
    color: #333333;
    text-align: left;
}

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 {
	background: url("./image/header.jpg") no-repeat;
	width: 750px;
	height: 150px;
	margin: 0px 0px 0px 0px;
}

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

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

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

#side_menu_contents {
	width: 155px;
	margin: 0px 0px 0px 15px;
}

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

#side_menu {
	width: 155px;
	height: 36px;
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	margin: 2px 0px 0px 0px;
}

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

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

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

#side_menu a:hover {
	display: block;
	background: url("./image/side_menu_button2.gif") no-repeat;
	width: 155px;
	height: 36px;
	color: #FFFFFF;
	text-decoration: none;
}

/* サイドメニュー(2行の指定) */

#side_menu_br {
	width: 155px;
	height: 36px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 2px 0px 0px 0px;
}

#side_menu_br a:link {
	display: block;
	background: url("./image/side_menu_button1.jpg") no-repeat;
	width: 155px;
	height: 36px;
	color: #663300;
	text-decoration: none;
}

#side_menu_br a:active {
	display: block;
	background: url("./image/side_menu_button1.jpg") no-repeat;
	width: 155px;
	height: 36px;
	color: #663300;
	text-decoration: none;
}

#side_menu_br a:visited {
	display: block;
	background: url("./image/side_menu_button1.jpg") no-repeat;
	width: 155px;
	height: 36px;
	color: #663300;
	text-decoration: none;
}

#side_menu_br a:hover {
	display: block;
	background: url("./image/side_menu_button2.gif") no-repeat;
	width: 155px;
	height: 36px;
	color: #FFFFFF;
	text-decoration: none;
}

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

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

/* サイドメニュー・会社概要 */

#side_menu_company {
	font-size: 12px;
	line-height: 20px;
	color: #663300;
	margin: 10px 10px 0px 10px;
}

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

#contents{
	float: left;
	width: 550px;
}

/* ページタイトル */

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

#page_title_text {
	font-size: 16px;
	font-weight: bold;
	line-height: 80px;
	color: #663300;
	margin: 0px 0px 0px 25px;
}


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

#bottom_menu_box {
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #0000FF;
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 0px 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* コピーライト */

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