@charset "EUC-JP";

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

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

#header_text {
	font-size: 10px;
	line-height: 16px;
	color: #246C9A;
	text-align: right;
	vertical-align: bottom;
	padding: 0px 15px 0px 0px;
}

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

#side_menu_box {
	float: left;
	width: 160px;
	background-color: #E4E9EF;
	margin: 0px 20px 0px 0px;
}

#side_menu_contents {
	width: 160px;
	background: url("./image/side_menu_bg.jpg") no-repeat;
	background-position: center bottom;
	margin: 0px 0px 0px 0px;
}

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

#side_menu {
	width: 160px;
	height: 38px;
	font-size: 12px;
	font-weight: bold;
	line-height: 38px;
	background: url("./image/side_menu_bg.gif") no-repeat;
}

#side_menu a:link {
	display: block;
	background: url("./image/side_menu_button1.gif") no-repeat;
	width: 160px;
	height: 38px;
	color: #BB2F2F;
	text-decoration: underline;
}

#side_menu a:active {
	display: block;
	background: url("./image/side_menu_button1.gif") no-repeat;
	width: 160px;
	height: 38px;
	color: #BB2F2F;
	text-decoration: underline;
}

#side_menu a:visited {
	display: block;
	background: url("./image/side_menu_button1.gif") no-repeat;
	width: 160px;
	height: 38px;
	color: #BB2F2F;
	text-decoration: underline;
}

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

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

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

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

#bottom_menu_box {
	font-size: 11px;
	line-height: 15px;
	letter-spacing: -1px;
	text-align: left;
	padding: 10px 0px 0px 0px;
}

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

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

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

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


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

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


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

/* ページトップへ */

#page_top {
	width: 100px;
	margin: 20px 20px 0px 630px;
}

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

#page_top_link {
	width: 86px;
	font-size: 12px;
	line-height: 18px;
}

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

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

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

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

/* フッター */

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

#footer_left {
	float: left;
	width: 290px;
}

/* 会社名 */

#footer_company_name {
	font-size: 11px;
	font-weight: bold;
	color: #1B5680;
	line-height: 15px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
}

/* 会社概要 */

#footer_company_address {
	font-size: 11px;
	line-height: 17px;
	margin: 0px 0px 0px 15px;
}

#footer_right {
	float: right;
	width: 460px;
}

/* コピーライト */

#copyright {
	font-size: 11px;
	line-height: 17px;
	text-align: right;
	margin: 0px 15px 0px 0px;
}


