/* index.css */


/* サイドナビゲーション用 */
.side_navi {
	width :200px;
	float : left;
	margin-top : 20px;
/*
	background-color : #FF00FF;
	position : absolute; top:470px; right: 0px;
	border-right : 2px solid #A0A0A0;
*/
}


.cont_flash{
	width :850px;
	margin : 0px 0px 0px 0px;
	padding-bottom : 10px;
/*
	background-color : #FFFFFF;
	background-color : #FFE304;
	height : 350px;
	border : 1px solid #000000;
	border-top : 7px solid #4E3000;
*/
	border-bottom : 5px solid #c84646;
	position : relative; top:0px; left: 0px;
}


.cont_news{
	width :620px;
	height : 143px;
	margin : 5px 0px 0px 0px;
	border-top : 1px solid #969696;
	border-bottom : 1px solid #969696;
/*
	background-color : #C8C8C8;
*/
}


.cont_news_inside{
	clear : both;
	width :600px;
	height : 110px;
	overflow:auto;
	margin : 10px 12px;
	padding : 0px;
/*
	background-color : #3500FF;
	background-color : #000000;
*/
}


.cont_news_inside ul{
	margin : 0px;
	padding : 0px;
	line-height : 1.5em;
	list-style : none;
	text-align : left;

}


.cont_news_inside li{
	margin : 10px;
	font-size : 12px;
	border-bottom : 2px dotted #969696;
}


.date{
	margin : 0px;
	color : #FF0000;
/*
	font-weight : bold;
	background-color : #FF00FF;
*/
}


.infomation{
	margin : 0px 10px;
	color : #003200;
}


img.midasi_img{
	width : 620px;
	margin : 5px 0px 0px 0px;
}


.cont_01_top{
	width :620px;
	margin : 0px 0px 10px 0px;
	padding : 0px 0px 0 0px;

/*
	height : 165px;
	background : url(../img/bg/top_bg3.jpg) no-repeat;
	border-top : 2px solid #A0A0A0;
	background-color : #FFE304;
*/
}
