@charset "utf-8";
/* ===================================================================
CSS information

 file name  :index.css
 style info :トップページ設定

=================================================================== */

/* トップ上段
-----------------------------------------------------------------*/

#topImageArea{
	width:780px;
	height:284px;
	margin:0 0 15px;
}
#topImageLeft{
	/*width: 510px;
	height: 284px;
	background:#eee;*/
	width: 506px;
	height: 280px;
	padding: 1px;
	border: solid 1px #CCCCCC;
	
	float:left;
}
#topImageRight{
	width:254px;
	height:284px;
	background:url(../images/index/topimageSide.jpg) 0 0 no-repeat;
	text-indent:-9000px;
	float:right;
}
#topImageRight2 {
	width:254px;
	height:284px;
	float:right;
}


/* 新着情報
-----------------------------------------------------------------*/

#InformationArea {
	width: 510px;
	margin: 0 15px 15px 0;
	float:left;
}
#InformationArea h2{
	width: 510px;
	height: 30px;
	margin: 0 0 15px ;
	background: url(../images/index/informationTitle.gif) 0 0 no-repeat;
	text-indent: -90000px;
}
	
#InformationArea dl {
	
}
#InformationArea dt {
	width:90px;
	color:#0068b7;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	clear:both;
	float:left;
}
#InformationArea dd {
	width: 410px;
	padding: 0 0 0 100px;
	margin: 0 0 10px -100px;
	*margin: 0 0 13px -100px;
	font-size:0.9em;
	float:left;
}

.rss-title {
	display: none;
}

/* バナー
-----------------------------------------------------------------*/

#AppBnr{
	width:254px;
	padding: 0 0 120px;
	float:left;
}
#AppBnr div{
	margin:0 0 6px;
}
#amebaBnr, #twitterBnr {
	width: 122px;
	height: auto;
}
#amebaBnr {
	float: left;
}
#twitterBnr {
	float: right;
}
#supportBnr {
	clear:both;
}


