@charset "shift_jis";
/* CSS Document */

#index	{
	padding-left: 12px;
	padding-top:15px;
	background: url(img/index_bg.gif) repeat-x;
}
/*　インデックス左 */
#index_l	{
	float: left;
	width: 495px;
	margin-bottom: 20px;
	position:relative;
}

#index_l h2{
position:relative;
}

#index_l .backnumber{
position:absolute;
right:10px;
top:10px;
}

#index_l #news	{
	overflow: auto;
	margin-left:5px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size:115%;
}
#index_l #news dl	{
margin-right:5px;
margin-top:5px;
}
#index_l #news dt	{
	font-weight: bold;
}
#index_l #news dd	{
	border-bottom: 1px dotted #999999;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
#index_l #news dd a	{
	text-decoration: underline;
}

/*　インデックス右 */
#index_r	{
	float: right;
	width: 249px;
	padding-right: 12px;
}

#index_r h2{
margin-bottom:7px;
}

#index_r dl	{
	margin-top: 5px;
	margin-left: 5px;
	font-size: 90%;
	line-height: 1.3em;
}
#index_r dt	{
	margin-bottom: 5px;
}

.top_bana{
margin-bottom:5px;
}

.topSuzu{
margin-left:8px;
}