/* CSS Document */

#head {
	width:1016px;
	height:50px;
}

h2#mainImg{
	margin-top:5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;
	_border-top-style: none;
}

#copyBox{
	background-image: url(../img/bg_copy.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:618px;
	margin:-27px auto 20px auto;
	position:relative;
	text-align:center;
	padding-top:10px;
}

#copyBox li{
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:5px;
	vertical-align:top;
}
	#copyBox li a{
		display:inline-block;
		/display:inline;
		/zoom:1;
		border:1px solid #666666;
	}
	#copyBox li a:hover {
		border:1px solid #999;
	}
		#copyBox li a img {
			vertical-align:top;
		}

#contentsBox{
	width:920px;
	margin:0 auto;
}

#contentsBoxL{
	width:620px;
	float:left;
}

#imgR{
	width:275px;
	float:right;
}
	#imgR a {
		display:block;
		border:2px solid #fff;
	}

#contentsBoxL h3{
	margin-bottom:20px;
}

#area1{
	width:603px;
}

#area1 p{
	font-size:0.917em;
	line-height:225%;
	margin-left:5px;
}

#area2{
	margin-top:20px;
	padding-bottom:100px;
}

#area2 li{
	font-size:0.917em;
	/font-size:10px;
	margin-left:6px;
	margin-bottom:6px;
	padding:2px 6px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	float:left;
	/float:none;
	background-color: #333333;
}
* html #area2 li {
}

#area2 li.first{
	margin-left:0px;
	/white-space:nowrap;
	clear:both;
}
