/* CSS Document */

@charset "shift_jis";

/* ------------------
 BODY
 ------------------*/

html {
	overflow-y:scroll;
}

body { 
    margin:0px;
    padding:0px;
    border:0px;
	background-color:#fff;
	line-height:17px;
}

#contents{
	width:100%;
	height:auto;
}

#top_line{
	width:100%;
	height:13px;
	background-color:#bf0000;
}

.indent {  
	text-indent: -5000px;
}

img{
	border:0px;
}


/* ------------------
 リンク設定
 ------------------*/

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #bf0000;
	text-decoration: underline;
}




/* ------------------
 メインボディ
 ------------------*/
 
 #main{
 	width:850px;
	height:auto;
	margin:auto;
}



#header_img01{
	width:850px;
	height:269px;
	background-image:url(../image/top_img01.gif);
}


/* ------------------
 ボタン設定
 ------------------*/
 
 #btm_back{
 	width:850px;
	height:63px;
	background-image:url(../image/btm_back.gif);
}

.btm01_03{
	width:205px;
	height:63px;
	margin-right:10px;
	float:left;
}

.btm04{
	width:205px;
	height:63px;
	float:left;
}





/* ------------------
 ページトップ設定
 ------------------*/
 
 #pagetop{
 	width:161px;
	height:32px;
	margin-top:30px;
	float:right;
}


/* ------------------
 フッター設定
 ------------------*/
 
 #footer{
 	width:100%;
	height:85px;
	background-image:url(../image/footer_bg.gif);
	background-repeat:repeat-x;
}

#footer_txt{
	width:850px;
	height:auto;
	margin:auto;
	padding-top:20px;
	font-size:11px;
	color:#FFFFFF;
}




/* ------------------
 カラー設定
 ------------------*/

.red{
	color:#bf0000;
}



/* ------------------
 クリア設定
 ------------------*/

.clear{
	clear:both;
}

