/* 外部スタイルシートの読み込み */

@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/body_back.gif") #66CC00 no-repeat;
	background-position: center 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: underline;
	color: #FF6600;
	border: 1px;
}
a:visited {
	text-decoration: underline;
	color: #FF6600;
	border: 1px;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
	border: 1px;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
	border: 1px;
}

h1 {
	line-height : 0%;
	left:-999;
	top:-999;
	position:absolute;

}





/*
==================================================================
HEADER
==================================================================
*/

#header {
	margin-top:10px;
	margin-left: auto;
    	margin-right: auto;
	width: 750px;
	height: 120px;
	vertical-align: bottom;
	background: url("./image/head_image.gif") no-repeat;
	padding: 0px 0px 0px 0px;
}

.head_text_area{
	width:720px;
	text-align:right;
}

.head_text{
line-height:25px;
color:#317A11;
font-size:10px;
}



/*
==================================================================
MENU
==================================================================
*/

/*--------wide_menu----------------------------------*/

/* top_menu (上部に表示されているメニュー)*/


.menu_box{
	width:155px;
	padding: 0px 15px 0px 15px;
	float:left;
}


.menu_head{
	padding:0px 0px 0px 0px;
	width:155px;
	height:73px;
}

.menu_button{
	padding: 0px 0px 5px 5px;
	width:145px;
	height:35px;
}

.bunner_button{
	padding: 10px 0px 5px 5px;
	width:145px;
	height:152px;
}

/*
==================================================================
CONTENTS
==================================================================
*/
#contents_head {
	margin-top:10px;
	margin-left: auto;
    	margin-right: auto;
	width:750px;
	height:15px;
	background: url("./image/contents_head.gif") no-repeat;
}

#contents{
	margin-left: auto;
    	margin-right: auto;
	width:750px;
	background: url("./image/contents_back.gif") repeat-y;
}

#contents_foot{
	margin-bottom:10px;
	margin-left: auto;
    	margin-right: auto;
	width:750px;
	height:30px;
	background: url("./image/contents_foot.gif") no-repeat;
}

#right_area{
	float: left;
	width:550px;
	margin:0px 15px 0px 0px;
}

.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 {
	margin-left: auto;
    	margin-right: auto;
	clear: both;
	width: 750px;
	height: 80px;
	background: url("./image/foot_image.gif") no-repeat;
}

.footer_box{
	font-size:12px;
	text-align:center;
	line-height: 22px;
	clear: both;
	padding: 7px 5px 0px 0px;
}
/*==カウンター===================================*/
.counter{
	float: left;
}

/* このページのTOPへ戻る */
.top_lnk_box{
	float: right;
}


.copyright {
	clear: both;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}


.bottom_menu_lnk{
	color: #0033CC;
	text-decoration: underline;
}


.page_top_jump {
	text-align: right;
	line-height: 13px;
	padding: 0px 20px 5px 0px;
}

a.page_top_jump_lnk {
	font-size: 10px;
	color: #FF6600;
	text-decoration: underline;
}

