@charset "UTF-8";

/*																				index.html
 ----------------------------------------------------------------------------------------- */
body {
	background-image:url(../images/background.gif);
}
#mainArea {
	margin: 23px 17px 0px;
	padding:0px;
}
#mainArea p {
	color:#C1C1C1;
}
#footer {
	margin-top:26px;
}

#container {
 	padding-bottom:0px;
}
#mainArea {
	margin: 0px 0px 1px;
}
#informationArea {
	border-top:1px solid #222222;
	margin-top:37px;
	background:url(../common/images/bk05.gif) repeat 0px 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#informationArea div {
	width:900px;
	position:relative;
	text-align:left;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
#informationArea dl.news {
	width:500px;
	font-size:94%;
	text-align:left;
}
#informationArea dl.news dt.title {
	margin-bottom:4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#informationArea dl.news dt.title span {
	color:#ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
#informationArea dl.news dt.title span a {
	text-decoration:none;
	color:#E3E3E3;
	font-size:1.2em;
	padding-top:1px;
}
#informationArea dl.news dt.title span a:hover {
	color: #C55858;
}

#informationArea dl.news dd dt {
	float:left;
	clear:left;
	color:#E3E3E3;
	width:7.5em;
	margin-left:4px;
	padding:0px 0px 3px 0px;
}
#informationArea dl.news dd dt {
	margin-bottom:2px;
}
#informationArea dl.news dd dd {
	margin-bottom:4px;
}
#informationArea dl.news dd dd a {
	color:#E3E3E3;
	text-decoration:none;
}
#informationArea dl.news dd dd a:hover {
	color:#C55858;
}

#informationArea div p.banner01 {
	position:absolute;
	top:5px;
	right:0px;
}
#informationArea div p.banner02 {
	position:absolute;
	top:5px;
	right:120px;
}
