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

@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: #FF9900;
	text-align: center;
}

 
/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 750px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
	text-align: left;
}


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



img {
	border: 0px;
}


/* リンク */
a:link {
	text-decoration: underline;
	color: #0033CC;
	border: 0px;
}
a:visited {
	text-decoration: underline;
	color: #0033CC;
	border: 0px;
}
a:active {
	text-decoration: underline;
	color: #0033CC;
	border: 0px;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
	border: 0px;
}


h1 {
	line-height : 0%;
	left:-999;
	top:-999;
	position:absolute;

}





/*
==================================================================
HEADER
==================================================================
*/

#header {
	width: 750px;
	height: 171px;
	vertical-align: bottom;
	background: url("./image/header.jpg") no-repeat;
	padding: 0px 0px 0px 0px;
}

.header_text {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 20px;
	margin-left: 15px;
}




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

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

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


.menu_box{
	float: left;
	padding: 0px 0px 5px 16px;
}



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



.side_banner{
	margin: 20px 0px 0px 6px;
}

.side_banner-1{
	margin: 0px 0px 10px 0px;
}

.menu_text {
	width: 159px;
	font-size: 10px;
	margin: 5px 0px 0px 6px;
}


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

#contents{
	width: 540px;
	padding: 0px 15px 0px 0px;
	float: right;
}

#contents_box {
	width: 540px;
}


.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;
}


.title1{
	background: url("./image/title.jpg") no-repeat; 
	width: 540px;
	height: 75px;
}

.title2{
	font-size: 15px;
	color: #990000;
	font-weight: bold;
	padding: 28px 0px 0px 0px;
	margin-left: 25px;
}

.con_title {
	background: url("./image/title_img.gif") no-repeat; 
	width: 540px;
	height: 60px;
}

.title_txt {
	font-size: 12px;
	font-weight: bold;
	padding: 23px 0px 0px 0px;
	margin-left: 25px
}


/*
==================================================================
FOOTER
==================================================================
*/
#footer {
	clear: both;
	width: 720px;
	height: 30px;
	background: url("./image/footer.gif") no-repeat;
}
.footer-1{
	padding: 0px 15px 0px 15px;
}


.footer_box{
	height: 20px;
	clear: both;
	font-size: 10px;
	padding: 15px 0px 15px 0px;
	text-align: center;
}

	
	

/*==カウンター===================================*/
.counter{
	float: left;
}

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


.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{
	color: #0033CC;
	text-decoration: underline;
}


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