@charset "EUC-JP";

@import "../index/index.css";
@import "../topics/topics.css";
@import "../company/company.css";
@import "../jigyou/jigyou.css";
@import "../article/article.css";
@import "../recruit/recruit.css";
@import "../contact/contact.css";
@import "../privacy/privacy.css";
@import "../store/store.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: #000000;
    text-align: center;
}

/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 740px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    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: #333333;
	border: 0px;
}
a:visited {
	text-decoration: none;
	color: #333333;
	border: 0px;
}
a:active {
	text-decoration: none;
	color: #333333;
	border: 0px;
}
a:hover {
	text-decoration: none;
	color: #333333;
	border: 0px;
}

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

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

/* ページ最上部・文章 */

#header_text {
	width: 720px;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
}

#header {
	width: 730px;
	height: 108px;
	background: url("./image/header.gif") no-repeat;
	margin: 0px 5px 0px 5px;
}

/* ヘッダーメニュー */

#header_menu_box {
	width: 216px;
	font-size: 0px;
	margin: 0px 14px 0px 500px;
	padding: 10px 0px 0px 0px;
}

#header_menu {
	float: left;
}

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

#top_menu_box {
	width: 730px;
	font-size: 0px;
	background: url("./image/top_menu_wrapper.gif") repeat-x;
	margin: 5px 5px 0px 5px;
}

#top_menu {
	float: left;
	font-size: 0px;
	margin: 0px 5px 0px 0px;
}

#top_menu_right {
	float: right;
	font-size: 0px;
}


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

#contents{
	width: 730px;
	margin: 0px 5px 0px 5px;
}

/* ページタイトル */

#page_title_bg {
	width: 730px;
	height: 80px;
	color: #FFFFFF;
	background: url("./image/page_title_bg.jpg") no-repeat;
	margin: 5px 0px 0px 0px;
}

#page_title_main {
	font-size: 25px;
	line-height: 52px;
	margin: 0px 0px 0px 20px;
}

#page_title_sub {
	font-size: 11px;
	line-height: 28px;
	margin: 0px 0px 0px 25px;
}

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

#bottom_menu_box {
	font-size: 11px;
	line-height: 17px;
	color: #003366;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

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

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

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

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


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

/* 点線 */

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

#footer {
	width: 740px;
	height: 45px;
	color: #FFFFFF;
	text-align: center;
	background: url("./image/footer.gif") no-repeat;
	margin: 10px 0px 0px 0px;
}

/* 会社概要 */

#footer_company {
	font-size: 10px;
	line-height: 16px;
	padding: 8px 0px 0px 0px;
}

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


