/* 外部スタイルシートの読み込み */

@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_wrapper.gif") repeat;
	text-align: center;
}

.bg_wrapper {
	background: url("./image/bg.jpg") repeat-x;
}
 
/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 757px;
    margin-left: auto;
    margin-right: auto;
	background:#000000;
	text-align: left;
}


table th,td {
  font-size: 10pt;
}



img {
	border: 0px;
}


/* リンク */
a:link {
	text-decoration: underline;
	color: #FFCC00;
	border: 1px;
}
a:visited {
	text-decoration: underline;
	color: #FFCC00;
	border: 1px;
}
a:active {
	text-decoration: underline;
	border: 1px;
}
a:hover {
	text-decoration: underline;
	border: 1px;
}


h1 {
	line-height : 0%;
	left:-999;
	top:-999;
	position:absolute;

}





/*
==================================================================
HEADER
==================================================================
*/

#header {
	width: 757px;
	height: 106px;
	vertical-align: bottom;
	background: url("./image/header.jpg") no-repeat;
	padding: 0px 0px 0px 0px;
}






/*
==================================================================
MENU
==================================================================
*/

/*--------wide_menu----------------------------------*/

/* top_menu (上部に表示されているメニュー)*/


#menu_button{
	width:140px;
	height:35px;
	margin:0px 0px 0px 20px
}

#menu_box{
	width:177px;
	height:400px;
	background:url("./image/side_back.jpg");
}

#menu_info{
	line-height:16px;
	font-size:10px;
	padding:100px 0px 0px 0px;
	color:#FFFFFF;
	width:140px;
	height:50px;
	margin:0px 0px 0px 20px
}
/*
==================================================================
CONTENTS
==================================================================
*/

#contents{
	padding: 0px 0px 0px 0px;
	clear:both;
}

#left{
	width:177px;
	background:#000000;
	float:left;
}

#right{
	width:580px;
	background:#000000;
	float:right;
}

.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: 757px;
	height: 92px;
	background: url("./image/footer.jpg") no-repeat;
}

.footer_box{
	color:#FFFFFF;
	margin:0px 10px 0px 0px;
	text-align:right;
	clear: both;
	padding: 15px 0px 5px 0px;
}
/*==カウンター===================================*/
.counter{
	float: left;
}

/* このページのTOPへ戻る */
.top_lnk_box{
	float: right;
}


.copyright {
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}


.bottom_menu_lnk{
	color: #0033CC;
	text-decoration: underline;
}


.page_top_jump {
	background:#000000;
	color:#FFFFFF;
	width:740px;
	text-align: right;
	line-height: 13px;
	padding: 10px 0px 5px 0px;
}

a.page_top_jump_lnk {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

a:link.page_top_jump_lnk {/*未訪問のリンク*/
    color:#FFFFFF;
    font-style:normal;
    text-decoration:underline;
}

a:visited.page_top_jump_lnk {/*訪問後のリンク*/
    color:#FFFFFF;
    text-decoration:underline;
}
a:hover.page_top_jump_lnk {/*マウスをのせたとき*/
    color:#FFFFFF;
    font-style:normal;
    text-decoration:underline;
}
a:active.page_top_jump_lnk {/*クリック中*/
     text-decoration:underline;
}

.header_comment_01{
	letter-spacing:4px;
	color:#FFFFFF;
	font-size:10px;
	text-align:right;
}


