@charset "EUC-JP";

@import "../index/index.css";
@import "../topics/topics.css";
@import "../company/company.css";
@import "../shisetsu/shisetsu.css";
@import "../course/course.css";
@import "../price/price.css";
@import "../reserve/reserve.css";
@import "../calendar/calendar.css";
@import "../yoyaku_form/yoyaku_form.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: #013333;
    text-align: center;
}

/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 750px;
    margin-left: auto;
    margin-right: auto;
    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_text {
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0px 0px 0px 5px;
}


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

/* ヘッダーボタン */

#header_button_box {
	width: 274px;
	margin: 0px 13px 0px 463px;
	padding: 1px 0px 0px 0px;
}

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

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

#top_menu_box {
	width: 750px;
}

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

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

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

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

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

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

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

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

#contents{
	width: 750px;
	background-color: #FFFFFF;
}

#page_contents {
	width: 730px;
	margin: 0px 10px 0px 10px;
}

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

/* このページのトップへ */
#page_top {
	font-size: 11px;
	line-height: 20px;
	text-align: right;
	margin: 20px 20px 0px 0px;
}

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

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

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

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

/* 点線 */
#footer_line {
	font-size: 0px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

/* 会社概要 */
#footer_company {
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #004A00;
	margin: 10px 0px 0px 0px;
}


#footer {
	width: 750px;
	height: 30px;
	margin: 20px 0px 0px 0px;
	background: url("./image/footer.jpg") no-repeat;
}

.copyright {
	font-size: 10px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
}
