@charset "EUC-JP";

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






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

table {
	border-collapse: collapse;
}

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

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

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

#header_text {
	font-size: 10px;
	line-height: 25px;
	color: #FFFFFF;
	margin: 0px 0px 0px 15px;
}

/* ヘッダーボタン */

#header_button_box {
	width: 208px;
	margin: 0px 15px 0px 527px;
	padding: 0px 0px 0px 0px;
}

#header_button {
	float: left;
	font-size: 0px;
}


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

#top_menu_box {
	width: 718px;
	font-size: 0px;
	margin: 0px 16px 0px 16px;
}

#top_menu {
	float: left;
}


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

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

/* ページタイトル */

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

#page_title_main {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 0px 55px;
	padding: 20px 0px 0px 0px;
}

#page_title_sub {
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #CCCCCC;
	margin: 0px 0px 0px 58px;
}


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

#bottom_menu {
	width: 750px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

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

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

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

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


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

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

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

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

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

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

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

/* 点線 */

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

/* フッターテキスト(1) */

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

/* 会社概要,フッターテキスト(2) */

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

/* フッター */

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

/* コピーライト */

#copyright {
	font-size: 10px;
	line-height: 25px;
	text-align: center;
}


