@charset "Shift_JIS";

/* ------------------------------------------- CSS Information
 Style Info:     index.html Style
----------------------------------------------------------- */

/* --------------------------------- footer Style */
/* footer 部分
---------------------------------------- */  
/* caution
---------------------------------------- */  
#caution	{
	color: #7C8F66;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	width: 774px;
	margin: 0px auto;
	background-color: #e7edde;
}


/* --------------------------------- tope Style */
/* トップ絵 部分
---------------------------------------- */  
#tope_box	{
	height: 318px;
	width: 774px;
	background: url(../image/tope.jpg) no-repeat center;
	margin: 0px;
	padding: 0px;
}

#counter	{
	height: 30px;
	width: 75px;
	margin: 0px 0px 0px 664px;
	text-align: left;
}



/* --------------------------------------------------- 更新履歴　box */  
/* DD box
--------------------------------------------------- */  
dd.new	{
	text-indent: 37px;
}

div#new_txt	 {   
	margin: 3px 0px 3px 5px;
	padding: 10px 0px;
	text-align: left;   
	text-align: justify;
	text-justify: auto;
	height: 220px;
	overflow: auto;
	scrollbar-arrow-color: #86C62B;
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #86C62B;
	scrollbar-shadow-color: #86C62B;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
}

