@charset "shift_jis";
/* ----------------------------------------------
	This style is for index.html
------------------------------------------------- */

/*                                      contents
------------------------------------------------- */


#infoArea {
	margin:20px 0 0 0;
}
#infoArea:after{
		content: ".";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
}
#infoArea #infoBox {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#infoArea #infoBox:after{
		content: ".";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
}
#newsBox,#infomationBox{
	margin:0 0 40px 0;
}
#newsBox h3,#infomationBox h3{
	margin:0 0 12px 0;
}
#infomationBox table{
	font-size:93%;
	color:#555555;
	margin:0 0 0 18px;
}
#infomationBox table td{
	padding:3px;
	line-height:180%;
}
#newsBox ul{
	font-size:93%;
	color:#555555;
	line-height:150%;
	margin:0 0 0 22px;
}
#newsBox ul li{
	list-style-type:none;
	margin-bottom:5px;
}
#newsBox ul li span{
	margin:0 20px 0 0;
}


#infoBox .leftArea {
	float: left;
	width: 617px;
	text-align: left;
}

#infoBox .rightArea {
	float: right;
	width: 235px;
	text-align: right;
}

#copyListBox{
	width:860px;
	margin:0 auto;
	text-align:left;
	height:130px;
}
#copyListBox ul li{
	float:left;
}
.copyListTxt{
	clear:both;
	text-align:right;
}