@charset "EUC-JP";


/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/





/*
==================================================================
BASE
==================================================================
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", "Verdana", "Arial", "sans-serif";
    text-align: center;
}

#bg_wrapper{
	background:url(image/back_ground.jpg) no-repeat;
	background-position: center top;
}

/* 全ページ共通 枠 */
#wrapper {
	width: 750px;
	font-size: 12px;
    line-height: 18px;
    color: #333333;
    text-align: left;
	background-color: #FFFFFF;
	margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

table {
	border-collapse: collapse;
}

table th,td {
   font-size: 12px;
   line-height: 18px;
   color: #333333;
}

img {
	border: 0px;
}

/* リンク */

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
}

h1 {
	line-height : 0%;
	left:-999;
	top:-999;
	position:absolute;
}

#sub_bar{
	width:681px;
	height:30px;
	margin:0px 0px 0px 17px;
	background:url(image/sub_bar.jpg) no-repeat;
}

#sub_title{
	width:650px;
	margin:0px 0px 0px 20px;
	padding:4px 0px 0px 0px;
	font-size:12px;
	color:#006600;
	font-weight:bold;
}
/*
==================================================================
HEADER
==================================================================
*/

#header {
	width: 750px;
	height: 117px;
	background: url("./image/header.jpg") no-repeat;
}

#header_text {
	width: 750px;
	font-size: 10px;
	line-height: 14px;
	color: #CCFFFF;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}


/*
==================================================================
TOP MENU
==================================================================
*/

#top_menu_box {
	width: 750px;
	font-size: 0px;
	margin: 0px 0px 0px 0px;
}

#top_menu {
	float: left;
}


/*
==================================================================
CONTENTS
==================================================================
*/

#contents{
	width: 750px;
	margin: 0px 0px 0px 0px;
}

#contents_in{
	width: 720px;
	height:400px;
	background:#000000;
	margin:0px 0px 0px 15px;
}

/*
==================================================================
BOTTOM MENU
==================================================================
*/

#bottom_menu {
	width: 440px;
	font-size: 10px;
	line-height: 40px;
	float:left;
}


/*
==================================================================
FOOTER
==================================================================
*/

/* PAGE TOP▲ */

#page_top {
	font-size: 10px;
	line-height: 16px;
	text-align: right;
	margin: 15px 5px 0px 0px;
}

.page {
	text-align:left;
	margin: 0px 0px 0px 15px;
}

#in_page_top {
	font-size: 10px;
	line-height: 16px;
	text-align: right;
	margin:0px 0px 20px 0px;
	width:720px;
}


#footer {
	width: 750px;
	height: 125px;
	text-align: center;
	background: url("./image/footer.jpg") no-repeat;
	margin: 0px 0px 0px 0px;
	text-align:left;
}

#footer_title {
	float:left;
	font-size: 10px;
	text-align:left;
	color: #006600;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 110px;
}

#counter{
	font-size:10px;
	float:right;
	padding:10px 0px 0px 0px;
}


#footer_text {
	font-size: 10px;
	line-height:14px;
	width:600px;
	text-align:left;
	color: #000000;
	margin:0px 0px 0px 115px;
	padding:0px 0px 0px 0px;
}

#copyright {
	font-size: 10px;
	width:600px;
	text-align:left;
	color: #000000;
	margin:0px 0px 0px 100px;
	padding:30px 0px 0px 0px;
}


