@charset "utf-8";
/* ===================================================================
CSS information
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/

body {
	background:#fff none top center repeat-x;
}

img.icn-new {
	vertical-align:middle;
	margin-left:10px;
}


/*----------------------------------------------------
	レイアウト
----------------------------------------------------*/

#flash{
	height:430px;
	width:100%;
	min-width:882px;
	margin:0 auto;
}
* html #flash {
	width:expression(document.body.clientWidth < 884? "882px" : document.body.clientWidth > 1262? "100%" : "auto");
}
.index #container{
	width:882px;
}
#contents{
	width:870px;
	margin:0 auto;
}


/*----------------------------------------------------
	グローバルナビゲーション
----------------------------------------------------*/
.index ul#gNav{
	height:49px;
	margin:0 auto 20px;
}


/*----------------------------------------------------
	NEWS & TOPICS
----------------------------------------------------*/
.news{
	float:left;
	width:470px;
	margin-bottom:40px;
}
.news .ttl{
	margin-left:-15px;
	margin-bottom:25px;
	width:230px;
	float:left;
	display:inline;
	position:relative;
}
.news .link{
	float:right;
	margin-top:22px;
}

.news ul{
	
}
.news ul li{
	margin-bottom:6px;
	padding-bottom:8px;
	background:transparent url(../img/line.gif) bottom left repeat-x;
}
.news ul li span{
	color:#7FAB00;
	margin-right:15px;
}

.news ul li a:link{color:#333;text-decoration:none;}
.news ul li a:visited{color:#333;text-decoration:none;}
.news ul li a:hover{text-decoration:underline;}
.news ul li a:active{text-decoration:underline;}


/*----------------------------------------------------
	INFORMATION
----------------------------------------------------*/
.information{
	float:right;
	width:370px;
	margin-bottom:40px;
}
.information p{
	margin-bottom:10px;
}
.information p.ttl{
	margin-top:-20px;
	position:relative;
}
.information .circle{}
