@charset "utf-8";
/* CSS Document */

@import "common.css";

body {
	font-size: 82%;
	background-image: url(../img/tophai.jpg);
}
h1 {
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	padding-top: 10px;
	color: #245B93;
	line-height: 130%;
}

/*-------------------------------------------------
Main　index用のmain
-------------------------------------------------*/	

#main_index {
	width:auto;
	text-align:left;
	background-image: url(../img/new.jpg);
	background-repeat: no-repeat;
	height: 291px;
	margin-top: 22px;
	display: block;
	margin-bottom: 22px;
}
#main_index2 {
	width:auto;
	text-align:left;
	background-image: url(../english/img/hai.jpg);
	background-repeat: no-repeat;
	height: 291px;
	margin-top: 22px;
	display: block;
	margin-bottom: 22px;
}

/*-------------------------------------------------
新着情報リスト
-------------------------------------------------*/

#news {
	color:#FFFFFF;
	float:left;
	width:539px;
	height:auto;
	padding-top: 84px;
	padding-left: 32px;
	margin: 0px;
}

/* 新着情報の内容 */
#news dt{
	background-image: url(../img/ten2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 15px;
	color: #959EB8;
}

/* 新着情報の日付 */
#news dd{
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #959EB8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-size: 110%;
}

/*-------------------------------------------------
トップページ用右寄せ左寄せ
-------------------------------------------------*/

#one {
	float:right;
	width:280px;
	height:auto;
	text-align: right;
	color: #2969A9;
	font-size: 10px;
	line-height: 160%;
	padding-top: 66px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#one span{
	color:#CCCCCC;
	font-size:72%;
	float:right;
	margin:5px -32px 30px 0px;
}
#eco {
	margin-right: 32px;
	margin-left: 32px;
	padding: 22px;
	border: 1px solid #D3DAE2;
	height: 214px;
}
* html #eco {
	padding-bottom: 9px;
	height: 180px;
}
#ecoleft {
	width: 400px;
	text-align: left;
	float: left;
	margin-right: 20px;
}
#ecoright {
	width: 410px;
	float: left;
}
#mark {
	float: right;
}
.title6 {
	color: #225A96;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 16px;
	background-image: none;
	line-height: 120%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: auto;
}