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

@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: #FFC299;
	background-position: top;
	text-align: center;
}

 
/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 750px;
    margin-left: auto;
    margin-right: auto;
    background: url("./image/bg.jpg") repeat-y;
	text-align: left;
}

#wrapper2 {
	width: 738px;
	margin: 0px 6px 0px 6px;
}

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;
}
a:hover {
	text-decoration: none;
	color: #0033CC;
}


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





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

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

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




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

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

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


.menu_box{
	background: url("./image/menu_bg.jpg") no-repeat;
	padding: 0px 0px 0px 0px;
	float: left;
}



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

.menu_txt_box {
	width: 160px;
	background: url("./image/txt_bg.gif") repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
}

.menu_txt {
	padding: 10px 0px 10px 10px;
	line-height: 15px;
	font-weight: bold;
}

.side_banner {
	width: 160px;
	text-align: center;
}


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

#contents{
	float: right;
	padding: 20px 23px 0px 0px;
}

#contents_box {
	width: 530px;
}


.title_bar {
	background: url("./image/tilte_bar.gif") no-repeat;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	padding: 0px 0px 0px 20px;
	margin-bottom: 10px;
}

.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: 738px;
	height: 49px;
	background: url("./image/footer.gif") no-repeat;
	margin-top: 20px;
}

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


a.bottom_menu_lnk {
	color: #FFFFFF;
	text-decoration: underline;
}

a.bottom_menu_lnk:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.bottom_menu_lnk:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.bottom_menu_lnk:hover {
	color: #FFFFFF;
	text-decoration: none;
}


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