@charset "utf-8";
/* CSS Document */
*{
 margin:0;
 padding:0;
 font-size: small;
 color:#333333;
 font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 }
 
* { 
scrollbar-base-color:#F2F3EB;
scrollbar-arrow-color: #EC673A; 
}

body {
	margin: 0;
	text-align: center;
    background: url(../img/main_bg.gif) repeat-y center;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
	font-size: x-small;
}

form {
 margin:0px;
}
	
 /* テーブル自動カラー */
.rowTint {
	background-color:#F6F6EE;
}


#txt_box {
    width:550px;
	margin:10px 0 10px 24px;
}




/****************************************************** 各ページ共通レイアウト */
#next_page_box {
	width:550px;
	text-align:center;
	margin: 0 0 0 24px;
}

#cont_box {
	text-align:left;
	background-image: url(../img/main_box_bg.gif);
}

#main_box{
	width:810px;
	height:auto;
	margin:0 auto;
	padding:0;
	position: relative;
}

	

#head_box {
    background: url(../img/header_bg.gif) no-repeat;
	margin:0px;
	padding:0px;
	height:55px;
	width:810px;
	text-align:left;
}


/* IE6以下ブラウザ */
* html #head_box h1{
    display:block;
	text-decoration:none;
	margin:0;
	padding:0;
    width:290px;
	height:55px;
	background:url(../img/title.gif);
	text-indent:-5000px;
	float:left;
}

#head_box h1{
    display:block;
	
	text-decoration:none;
	margin:0;
	padding:0;
    width:290px;
	height:55px;
	background:url(../img/title.gif);
	text-indent:-5000px;
	float:left;
}


#box {
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	height:auto;
	padding:0;
	background-image:url(../img/box_bg.gif);
}


/*パンくずリスト*/

#pan {
    width:598px;
	height:35px;
	background:url(../img/sub_header_menu_bg.gif) no-repeat;
	padding: 15px 0 0 10px;
	color:#663300;
	font-size:10px;
}

#pan a{
    color:#663300;
	text-decoration:underline;
	font-size:10px;
}

#pan a:hover{
    color:#9D744F;
	text-decoration:underline;
	font-size:10px;
}

/*フッター*/

#footer_box {
    background: url(../img/footer_bg.gif) no-repeat;
	margin:0px;
	padding:15px 0 0 80px;
	height:39px;
	text-align:center;
	clear:both;
}

#footer_box ul{
    margin:0;
	padding:0;
	list-style:none;
}
#footer_box li{
    float:left;
	margin:0;
	padding:0;
}

#footer_box a{
    color:#E2DDCF;
	text-decoration:none;
	font-size:x-small;
	margin:0 5px;
}

#footer_box a:hover{
    color:#FFFFFF;
	text-decoration:none;
	font-size:x-small;
	margin:0 5px;
}



#left_box {
	width:202px;
	height:431px;
	margin:0;
	padding:0;
	float:left;
	background: url(../img/left_box_bg.gif) no-repeat top center;
}


#right_box {
    width:608px;
	height:auto;
	margin:0;
	padding:0;
	float:right;
}



/* IE6以下ブラウザ */
* html #right_box {
	width:608px;
	height:auto;
	margin:0;
	padding:0 0 10px 0;
	float:right;
}

* html  #left_box {
	width:202px;
	height:600px;
	margin:0;
	padding:0;
	float:left;
	background: url(../img/left_box_bg.gif) no-repeat top center;
}





#sub_head_box{
	display:block;
	text-decoration:none;
	margin:0;
	padding:0;
	width:608px;
	height:113px;
	text-indent:-5000px;
}

#sub_footer_box {
    background: url(../img/sub_footer_bg.gif) no-repeat;
	margin:0px;
	padding:0;
	height:59px;
	display:block;
	clear:both;
}
#sub_footer_box a {
    width:176px;
	height:51px;
	margin:0 14px 0 0;
	padding:0;
	background:  url(../img/return.gif) -0px 0px no-repeat;
	text-indent:-5000px;
	display:block;
	float:right;
}
#sub_footer_box a:hover{
    width:176px;
	height:51px;
	margin:0 14px 0 0;
	padding:0;
	background: url(../img/return.gif) -0px -51px no-repeat;
	text-indent:-5000px;
	display:block;
	float:right;
}


    

