/* 外部スタイルシートの読み込み */

@charset "EUC-JP";


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






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


table th,td {
  font-size: 10pt;
}



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

.head_txt {
	color: #FFFFFF;
	line-height: 20px;
}

.head_menu {
	margin: 40px 0px 10px 0px;;
	text-align: right;
}

.h_line {
	float: right;
}

.h_button {
	float: right;
}

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

/*--------wide_menu----------------------------------*/

/* top_menu (上部に表示されているメニュー)*/


.menu_box{
	margin: 0px 0px 0px 0px;
}



.menu_button{
	float: left;
	margin: 0px 7px 0px 0px;
}

.menu_button1{
	float: left;
	margin: 0px 0px 0px 0px;
}


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

#contents{
	text-align: left;
}


.top_img{
	width: 720px;
	height: 100px;
	background: url("./image/page_top_img.jpg") no-repeat;
}

.page_title{
	padding: 35px 0px 0px 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 18px;
}

.page_subtitle{
	padding: 0px 0px 0px 20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
}


/*
==================================================================
FOOTER
==================================================================
*/
#footer {
	clear: both;
	width: 750px;
	height: 52px;
	background: url("./image/footer.gif") no-repeat;
}

.footer_box{
	text-align: center;
	height: 20px;
	color: #FFFFFF;
	clear: both;
	padding: 7px 0px 5px 0px;
}
/*==カウンター===================================*/
.counter{
	float: left;
	background-color: #66CC00;
}

/* このページのTOPへ戻る */
.top_lnk_box{
	float: right;
}

.foot_add {
	color: #FFFFFF;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.copyright {
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
}


.bottom_menu_lnk{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}


.page_top_jump {
	text-align: right;
	line-height: 13px;
	padding: 0px 0px 5px 0px;
}

a.page_top_jump_lnk {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

