@charset "EUC-JP";

@import "../index/index.css";
@import "../company/company.css";
@import "../garden/garden.css";
@import "../topics/topics.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_bg.jpg") repeat;
    text-align: center;
}

/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 760px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    font-size: 12px;
    color: #333333;
}

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: 760px;
	height: 125px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

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

.top_menu_box {
	width: 740px;
	height: 30px;
	font-size: 0px;
	margin: 0px 10px 0px 10px;
}

.top_menu {
	float: left;
}



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

.bottom_menu_box {
	background: url("./image/bottom_link_bg.jpg") no-repeat;
	width: 470px;
	height: 25px;
	margin: 30px 0px 0px 0px;
}

.bottom_link_table {
	font-size: 12px;
	line-height: 25px;
	margin: 0px 0px 0px 0px;
}

.bottom_bar_td {
	padding: 0px 3px 0px 3px;
}

a.bottom_lnk {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a.bottom_lnk:active {
	color: #333333;
	text-decoration: none;
}

a.bottom_lnk:visited {
	color: #333333;
	text-decoration: none;
}

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


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

#contents{
	width: 725px;
	text-align: left;
	margin: 20px 17px 0px 18px;
}

/* ページタイトル画像 */

.page_title_img {
	float: left;
	width: 125px;
	font-size: 0px;
	text-align: right;
}

/* ページコンテンツ */

.page_contents {
	float: right;
	width: 580px;
	text-align: left;
}

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

.footer_address {
	line-height: 15px;
	margin: 10px 0px 0px 0px;
}

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


.copyright {
	font-size: 10px;
	line-height: 20px;
}


