@charset "shift_jis";

/* -------------------------------------------------------------
レイアウトに関する指定 */

#body {
	scrollbar-track-color:#ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color:#cc0000;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
}

#container{
	width: 100%;
	height: 490px;
}

#news {
	float: left;
	width:280px;
	margin-top: 90px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}


#img-container {
	float:right;
	margin-top:130px;
}

/* -------------------------------------------------------------
コンテナ */

h2 {
	color: #00BB3D;
	font-size: 80%;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

#news ul{
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}

#news li.new{ 
	height: 100%;
	background-image: url(../img/index_img/new.gif);
	background-repeat: no-repeat;
}

p.date {
	font-size: 70%;
	padding-left: 30px;
	font-weight: 900;
	margin-bottom: -12px;
}

#news ul li p {
	font-size: 80%;
	padding-left: 30px;
	line-height: 1.4;
	padding-bottom: 15px;
	text-align:justify;
	text-justify: inter-ideografh;
	text-indent: 0px;
}
