/* CSS Document */

@charset "shift_jis";

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

html {
	overflow-y:scroll;
}

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

#sub_logo{
	width:610px;
	height:69px;
	margin:15px 0;
}


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

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

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

img{
	border:0px;
}

/* ------------------
 ぱんくず
 ------------------*/
 
 #navi_box{
 	width:850px;
	height:auto;
	margin-top:15px;
}
 
 
 #navi{
 	font-size:12px;
	color:#333333;
}


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

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

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




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

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

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

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




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

#under_main{
	width:850px;
	height:auto;
	margin-top:20px;
}



/* ------------------
 ヘッダー
 ------------------*/
 
 #logo{
 	width:610px;
	height:69px;
	margin:15px 0;
}
 


/* ------------------
 ボタン設定
 ------------------*/
 
 #btm_box{
 	width:850px;
	height:63px;
}

.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;
}

.red2{
	color:#bf0000;
	font-size:11px;
}


.gray{
	color:#666666;
}

.blue{
	color:#2794C2;
}



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

.clear{
	clear:both;
}

