@charset "EUC-JP";

@import "../index/index.css";
@import "../recommend/recommend.css";
@import "../company/company.css";
@import "../contact/contact.css";
@import "../privacy/privacy.css";

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






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

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

#header_text {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	padding: 15px 0px 0px 0px;
}

#header_text2 {
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	padding: 10px 0px 0px 0px;
}

#header_text3 {
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	padding: 35px 0px 0px 0px;
}

/*
==================================================================
TOP_MENU
==================================================================
*/

#top_menu_box {
	font-size: 0px;
}

#top_menu {
	float: left;
}

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

#bottom_menu {
	font-size: 10px;
	line-height: 14px;
	color: #336600;
	text-align: center;
	margin: 20px 0px 0px 0px;
}

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

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

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

#bottom_menu a:hover {
	 color: #336600;
	 text-decoration: underline;
}

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

#contents{
	background: url("./image/contents_wrapper.jpg") repeat-y;
	width: 750px;
	margin: 20px 0px 0px 0px;
}

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

/* 会社概要 */
#footer_address {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #336600;
	margin: 10px 0px 0px 0px;
}

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

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

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

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

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

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

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


