@charset "EUC-JP";

/* @import "../index/index.css"; */

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






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

table {
	border-collapse: collapse;
}

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

img {
	border: 0px;
}

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

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

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

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

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


/*
==================================================================
TOP MENU
==================================================================
*/

#top_menu_box {
	width: 720px;
	font-size: 0px;
	margin: 15px 15px 0px 15px;
}

#top_menu {
	float: left;
}


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

#contents{
	width: 720px;
	margin: 15px 15px 0px 15px;
}

/* ページタイトル */

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

#page_title_main {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

#page_title_sub {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #666666;
	margin: 10px 0px 0px 68px;
}

/* タイトルバー */

#title_bar_top {
	width: 720px;
	background-color: #666666;
	margin: 10px 0px 0px 0px;
}

#title_bar {
	width: 720px;
	background-color: #666666;
	margin: 20px 0px 0px 0px;
}

#title_text {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
	padding: 3px 0px 4px 0px;
	margin: 0px 20px 0px 20px;
}

#title_text a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#title_text a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#title_text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

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

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

#bottom_menu_box {
	line-height: 35px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}


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

/* 資料請求・リンク */

#footer_text {
	margin: 50px 0px 0px 15px;
}

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

#page_top {
	text-align: right;
	margin: 15px 15px 0px 0px;
}

/* 点線 */

#footer_line {
	font-size: 0px;
	text-align: center;
	margin: 3px 0px 0px 0px;
}

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

/* 会社概要 */

#footer_address {
	font-size: 10px;
	line-height: 30px;
	text-align: center;
}

/* コピーライト */

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

