@charset "UTF-8";



/* フラッシュエリア */
#fla {
	height: 237px;
	background-image: url(../images/fla_bg.gif);
}

.title {
	padding-top: 24px;
	padding-bottom: 19px;
}

/* menu */
ul#menu{
	width: 785px;
	margin-left:10px;
}

ul#menu li{
	width: 184px;
	float: left;
	list-style: none;
}

ul#menu li.line{
	margin-left: 8px;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c0c0c0;
}

ul#menu li li{
	width: 150px!important;
	width/**/: 167px;
	background-image: url(../images/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	margin-top:0.5em;
	margin-left: 7px;
	padding-left: 17px;
	min-height:14px;
	height: auto !important;
	height: 14px;
}

* html ul#menu li li {
	width: 150px;
}

#news-container {
	clear:both;
	width:795px;
}

/* news */
#news-container #index-news {
	width: 544px;
	float: left;
}

/* news dl dt dd */
#news-container #index-news dl {
	margin-left:17px;
}

#news-container #index-news dt {
	width: 90px;
	float:left;
	font-size:0.9em;
	color:#666;
}

#news-container #index-news dd {
	margin-left:90px;
	margin-bottom:1em;
}

/* news link */

#news-container #index-news .link {
	text-align:right;
	font-size:80%;
}

#news-container #index-news .link img {
	margin-right:6px;
	vertical-align:middle;
}

#news-container #index-news .link span {
	margin-left:22px;
}


/* index-nav */
#news-container #index-nav {
	width: 192px;
	float: right;
	padding-top:10px;
}

#news-container #index-nav .banner {
	margin-bottom:8px;
}

#news-container #index-nav li {
	float:left;
	list-style:none;
}

#news-container #index-nav li img {
	vertical-align: text-bottom;
	}

#news-container .banner2 {
	margin-left:12px;
	margin-top:10px;
	margin-bottom:-10px;
}















