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

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


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



img {
	border: 0px;
}


/* リンク */
a{
	text-decoration: underline;
	color: #666666;
}
a:visited{
	text-decoration: underline;
	color: #666666;
}
a:active{
	text-decoration: underline;
	color: #666666;
}
a:hover{
	text-decoration: underline;
	color: #666666;
}


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





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

#header {
	width: 750px;
	height: 360px;
}

.header1 {
	width: 750px;
	height: 97px;
	background: url("./image/header1.jpg") no-repeat;
}

.header2 {
	width: 750px;
	height: 202px;
	background: url("./image/header2.jpg") no-repeat;
}

.header3 {
	width: 750px;
	height: 61px;
	background: url("./image/header3.jpg") no-repeat;
}

.header_title1 {
	padding: 6px 0px 0px 92px;
	line-height: 61px;
	color: #FFFFFF;
	text-align: left;
}

.header_title2 {
	padding: 0px 0px 0px 98px;
	line-height: 61px;
	color: #FFFFFF;
	text-align: left;
}

.header_title3 {
	padding: 0px 0px 0px 130px;
	line-height: 61px;
	color: #FFFFFF;
	text-align: left;
}

.header_text1 {
	width: 280px;
	padding: 0px 0px 25px 0px;
	line-height: 36px;
	color: #666666;
	text-align: left;
	font-weight: bold;
}

.header_text2 {
	padding: 0px 0px 25px 0px;
	color: #666666;
	text-align: left;
	font-size: 10px;
}

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

/*---side_menu(左部に表示されているメニュー)---*/

.side_menu_box{
	width: 164px;
	float: left;
}

.side_menu_main{
	width: 164px;
	margin: 0px 0px 0px 0px;
}

.side_menu{
	width: 164px;
	margin: 0px 0px 8px 0px;
}

.autof{
	margin: 0px 0px 10px 0px;
}

.address_text{
	padding: 0px 0px 10px 0px;
	text-align: left;
	line-height: 15px;
	color:#666666;
}

.counter{
	margin: 0px 0px 0px 10px;
}


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

#contents_index{
	float: right;
	background: #FFF4AA;
}

#contents{
	float: right;
}

#contents_index1{
	width: 550px;
	margin: 0px 11px 0px 25px;
}

#contents_index2{
	width: 540px;
	margin: 0px 15px 0px 31px;
}

#contents_page1{
	width: 575px;
	margin: 0px 0px 0px 11px;
}

#contents_page2{
	width: 575px;
	padding: 0px 12px 0px 13px;
}


/*
==================================================================
FOOTER
==================================================================
*/

#footer_index {
	height: 30px;
	background: url("./image/footer_index.jpg") no-repeat;
	background-position: center center;
}

#footer_page {
	height: 30px;
	background: url("./image/footer_page.jpg") no-repeat;
	background-position: center center;
}

#footer {
	height: 100px;
	background: url("./image/footer.jpg") no-repeat;
}

/* このページのTOPへ戻る（トップページ用） */
.page_top_jump1{
	padding: 20px 15px 0px 0px;
	font-size: 10px;
	text-align: right;
	background: #FFF4AA;
}

/* このページのTOPへ戻る */
.page_top_jump2{
	padding: 20px 15px 0px 0px;
	font-size: 10px;
	text-align: right;
}

.bottom_menu_link{
	margin: 0px 0px 30px 0px;
	padding: 30px 0px 0px 0px;
	color: #666666;
	text-align: center;
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #666666;
	text-align: center;
	clear: both;
}

/* リンク */
a.page_top{
	text-decoration: underline;
	color: #0066FF;
}
a.page_top:visited{
	text-decoration: underline;
	color: #0066FF;
}
a.page_top:active{
	text-decoration: underline;
	color: #0066FF;
}
a.page_top:hover{
	text-decoration: underline;
	color: #0066FF;
}
