﻿
/* :::::::::::::::::::::::::::::::::::::::::::トップページ上段　挨拶文とインフォ*/

/* ::::::::::::::::::::::::::::::コンテンツ*/


#contents_top{
	float:left;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	width: 818px;
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat-y;

}






/* ::::::::::::::::::::::::::::::リード見出し部分*/
#read_head{
	float:left;
	margin:0px;
	padding:0px;
	width: 818px;
	height:84px;
	background-image: url(../images/top/read_head.jpg);
	background-repeat: no-repeat;
	background-position:bottom;


}


/* ::::::::::::::::::::::::::::::リード中背景*/
#read_body{
	float:left;
	margin:0px;
	padding:25px;
	padding-top:0px;
	padding-bottom:0px;
	width: 768px;
	height:100%;
	background-image: url(../images/top/read_body.gif);
	background-repeat: repeat-y;
	background-position:top;

}



/* ::::::::::::::::::::::::::::::左挨拶*/
#read_left{
	float:left;
	margin:0px;
	padding-left:20px;
	padding-right:5px;
	width: 359px;
	height:215px;
	color:#182F17;
	font-size:13px;
	line-height:23px;



}


/* ::::::::::::::::::::::::::::::右インフォメーション*/
#read_right{
	float:right;
	margin:0px;
	padding-right:20px;
	padding-left:5px;
	height:215px;
	width: 359px;




}









/* ::::::::::::::::::::::::::::::右側小さいリンク*/

a.small_tx:link { 
	font-size:11px;
	color:#182F17;
	text-decoration: none;
}   
a.small_tx:visited { /* 既に見たリンク */
	color:#182F17;
	text-decoration: none;
	font-size:11px;
}

a.small_tx:active { /* クリック時のリンク */
	width:160px;
	color:#182F17;
	text-decoration: none;
	font-size:11px;
	background-color:#ADCBAB;
}     

a.small_tx:hover {/* カーソルが上にある時のリンク */
	color:#182F17;
	text-decoration: none;
	font-size:11px;
	background-color:#ADCBAB;
}

















/* ::::::::::::::::::::::::::::::右インフォメーションタイトル*/
.info_title{
	margin:0px;
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	height:30px;
	background-image: url(../images/top/info_title.gif);
	background-repeat: repeat-x;
	background-position:top;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	line-height:30px;


}



/* ::::::::::::::::::::::::::::::右インフォメーショントピック*/
.info_topic{
	margin:0px;
	padding:0px;
	padding-bottom:0px;
	height:30px;
	background-image: url(../images/top/info_topic.gif);
	background-repeat: repeat-x;
	background-position:top;
	color:#182F17;
	font-size:12px;
	text-indent:10px;
	line-height:30px;


}


/* ::::::::::::::::::::::::::::::右インフォメーションリンク*/

a.info:link { 
	display:block;
	color:#182F17;
	height:30px;
	text-decoration: none  
}   
a.info:visited { /* 既に見たリンク */
	display:block;
	color:#182F17;
	height:30px;
	text-decoration: none     /* 下線を消す */
}

a.info:active { /* クリック時のリンク */
	display:block;
	color:#182F17;
	height:30px;
	background-image: url(../images/top/info_link.gif);
	background-repeat: repeat-x;
}     

a.info:hover {/* カーソルが上にある時のリンク */
	display:block;
	color:#182F17;
	height:30px;
	background-color:#f5f5f5;
	background-image: url(../images/top/info_link.gif);
	background-repeat: repeat-x;
}




/* ::::::::::::::::::::::::::::::リード最下部*/
#read_bottom{
	float:left;
	margin:0px;
	padding:0px;
	width: 818px;
	height:15px;
	background-image: url(../images/top/read_bottom.gif);
	background-repeat: no-repeat;
	background-position:top;


}


