div#contents {
	font-size:12px;
	color:rgb(220,220,220);
}

div#information h1 {
	width:700px;
	height:23px;
	margin:15px 0 0;
	padding:7px 50px 0;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	color:rgb(255,255,255);
	background-image:url(../img/index/title_bg.png);
	background-repeat:no-repeat;
}
div#information p {
	width:700px;
	margin:7px auto;
}
div#information img {
	margin:2px 7px;
	padding:5px;
	border:1px solid rgb(100,100,100);
}
div#information a{
	color:rgb(250,240,180);
	text-decoration:none;
}

div#information a:hover{
	text-decoration: underline;
}

