@charset "shift_jis";

/*トップフラッシュ			
-------------------------------------------------------*/
#topflash{
	height: 330px;
	width: 715px;
	display: block;
	float: right;
	border-bottom: 5px solid #0099FF;
}

/*メインメニュー
-------------------------------------------------------*/
#nav3 {
	float: left;
	width: 705px;
	display:block;
	margin:  10px 0px 10px 10px;
}
#nav3 li {
	display:inline;
}
#nav3 li img {
	padding-right:5px;
	list-style:none;
	border:none;
}


/*コンテンツ
-------------------------------------------------------*/
#content {
	width: 715px;
	height: auto;
	float: right;
}
#infomation {
	float: left;
	width: 650px;
	margin: 10px 0px 10px 10px;
}

#content .midashi {
	background:	url(../shs_images/midashi.gif) no-repeat 0 center;
	font-size: 125%;
	line-height:1.1em;
	letter-spacing: 0.3em;
	border-bottom: 1px dashed #999999;
	padding:0 3px 3px 15px;
	margin-bottom: 10px;

}
#content .midashi a {
	color: #0033CC;
	list-style:none;
	text-decoration:none;
	border:none;
}

dl,dt,dd {
	margin:0;
	padding:0;
}
dd {
	border-bottom: 1px solid #CCCCCC;
}/* safe settings                                 */

/* add display:inline to floated elements */
#topflash,
#nav3,
#content,
#infomation,
#whatnew {display:inline;}
