@charset "utf-8";

body
{
	font-size:10pt;
	line-height:14pt;
	color:white
}	

#head
{
	width:1000px;
	height:405px;
	background-image:url(../image/head.jpg);
}	

#body
{
	width:1000px;
	clear: both;
}
#btn_group
{
	width:224px;
	margin-bottom:30px;
	float: right;
	background-color: #5D8194;
	padding-bottom: 20px;
}

#btn1,#btn2,#btn3,#btn4,#btn5,#btn6,#btn7,#btn8,#btn9,#btn10
{
	cursor:pointer;
	border:none;
	margin-top:20px;
}

#text
{
	width:736px;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:20px;
	float: left;
	background-color: #9cacd8;
}


.title {
	font-size: 12pt;
	font-weight: bold;
}


#linkzone a{
	font-size:12px;
	color:#6633FF;

	}
	
#linkzone{
	font-size:12px;
	color:#6633FF;
	}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
ul li:last-child {
	padding: 0 20px;
}


