@charset "EUC-JP";

/* @import "../index/index.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/bg.jpg") repeat-x #EBF3F7;
    text-align: center;
}

/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 737px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF url("./image/wrapper_bg.jpg") repeat-y;
    font-size: 12px;
    color: #000000;
}

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 {
	width: 737px;
	height: 96px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.head_img {
	width: 192px;
	float: left;
}

.header_box1 {
	width: 236px;
	height: 96px;
	background: url("./image/head_img3.jpg") no-repeat;
	float: left;
	font-size: 10px;
	color: #003366;
	table-layout: fixed;
}

.adress {
	font-size: 10px;
	color: #003366;
	margin: 50px 0px 0px 50px;
}

.header_box2 {
	width: 309px;
	height: 96px;
	background: url("./image/head_img4.jpg") no-repeat;
	float: right;
	font-size: 10px;
	color: #003366;
	table-layout: fixed;
}

.tel_mail {
	font-size: 10px;
	color: #003366;
	margin: 40px 0px 0px 0px;
	line-height: 13px;
	text-align: left;
}



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

.side_menu_box {
	width: 192px;
	float: left;
	background: url("./image/menu_bg.jpg") no-repeat;
	margin: 0px 0px 0px 0px;
}

.side_menu_head {
	width: 192px;
	margin: 0px 0px 0px 0px;
}

.side_menu_head1 {
	width: 156px;
	margin: 0px 0px 0px 0px;
}

.button_box {
	width: 156px;
	margin: 0px 20px 0px 16px;
}

.side_menu {
	width: 155px;
	height: 47px;
}

.side_menu1 {
	width: 155px;
	height: 48px;
}

a.top_lnk1 {
	display: block;
	background: url("./image/button1_1.jpg") no-repeat;
	width: 155px;
	height: 47px;
}

a.top_lnk1:hover {
	background: url("./image/button1_2.jpg") no-repeat;
	width: 155px;
	height: 47px;
}

a.top_lnk2 {
	display: block;
	background: url("./image/button2_1.jpg") no-repeat;
	width: 155px;
	height: 47px;
}

a.top_lnk2:hover {
	background: url("./image/button2_2.jpg") no-repeat;
	width: 155px;
	height: 47px;
}

a.top_lnk3 {
	display: block;
	background: url("./image/button3_1.jpg") no-repeat;
	width: 155px;
	height: 48px;
}

a.top_lnk3:hover {
	background: url("./image/button3_2.jpg") no-repeat;
	width: 155px;
	height: 48px;
}

a.top_lnk4 {
	display: block;
	background: url("./image/button4_1.jpg") no-repeat;
	width: 155px;
	height: 47px;
}

a.top_lnk4:hover {
	background: url("./image/button4_2.jpg") no-repeat;
	width: 155px;
	height: 47px;
}

a.top_lnk5 {
	display: block;
	background: url("./image/button5_1.jpg") no-repeat;
	width: 155px;
	height: 48px;
}

a.top_lnk5:hover {
	background: url("./image/button5_2.jpg") no-repeat;
	width: 155px;
	height: 48px;
}

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

#contents{
	width: 545px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	float: right;
}


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

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

.footer_box {
	margin: 20px 0px 0px 0px;
}

#footer {
	background: url("./image/footer.gif") no-repeat;
	width: 737px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	clear: both;
	background: #004E9D;
}

.bottom_link {
	padding-left: 192px;
	margin: 5px 0px 5px 0px;
}
.copyright {
	font-size: 10px;
	line-height: 20px;
	margin-left: 192px;
	color: #FFFFFF;
}



