@charset "utf-8";


/*----------------------------------------
▼▼▼インデックス書き換えCSS▼▼▼
----------------------------------------*/
h1 {
	font-size:11px;
	height:20px;
}




.flashcontent-inner {
	padding-top: 0px;
}


#index-title{
	font-size: 77%;
	position: absolute;
	left: -1px;
	top: 1010px;
	color: #414141;
	z-index: 1;
	width: 740px;
	height: 20px;
}

#news-area {
	margin-top:5px;
	padding-left:4px;
	padding-right:4px;
}

#news-area .news-leftbox {
	float:left;
	width:356px;
}
#news-area .news-rightbox {
	float:right;
	width:356px;
}

#news-area h3 {
	font-size:85%;
	color:#555555;
	padding-bottom:1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	vertical-align: bottom;
	margin-top:15px;
	margin-bottom:5px;
}
#news-area h3 img {
	/*margin-right:185px;*/
}
#news-area ul li {
	font-size:93%;
	padding-left:3px;
	color:#333333;
}


#news-area ul li a {
	padding-left:10px;
	color:#4b95c0;
}






