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

@import "common.css";


/*-------------------------------------------------
Wrapper　index用の黒グラデ背景
-------------------------------------------------*/

#wrapper_index {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	padding-top: 8px;
	padding-left: 20px;
	background-repeat: repeat-x;
	background-color: #EAEAEA;
	padding-bottom: 8px;
	margin-bottom: 8px;
	background-image: url(../other/img/hai.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990002;
}
h3 {
	font-size: 110%;
	font-weight: bolder;
	color: #990100;
	padding-top: 10px;
}

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

#main_index {
	width:887px;
	margin:0 auto;
	padding:0px;
	text-align:left;
}

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

#news {
	color:#FFFFFF;
	font-size:83%;
	line-height:100%;
	float:left;
	width:539px;
	height:auto;
	margin:36px 0px 0px 29px;
}

/* 新着情報の内容 */
#news dt{
	background: url(../img/ico_new.png) no-repeat;
	padding:0px 0px 10px 15px;
}

/* 新着情報の日付 */
#news dd{
	list-style-type:none;
	border-bottom:1px dotted #999999;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 7px;
	font-size:89%;
}
#left table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
}
#left th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #990100;
	color: #FFFFFF;
	text-align: center;
}
#left td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 8px;
}


#left {
	width: 561px;
	float: left;

}
#right {
	float: right;
	width: 260px;
	margin-bottom: 30px;

}#right .aboutTopics {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}
.aboutTopics p {
	color: #9B0000;
}
.aboutTopics dt {
	font-size: 110%;
	font-weight: bolder;
}
#qr {
	margin-top: 50px;
}

