@charset "utf-8";

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

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

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

#left
{
	background-image:url(../image/left.jpg)
}

#right
{
	background-image:url(../image/right.jpg)
}

#btn_group
{
	width:668px;
	text-align:left;
	padding-top:160px;
	padding-left:268px
}
dl,dd,dt{
	margin:0 0 20px 0;
}
#btn1,#btn2,#btn3,#btn4,#btn5,#btn6,#btn7,#btn8,#btn9,#btn10
{
	cursor:pointer;
	border:none;
	margin-left:25px
}

#btn1,#btn2,#btn3,#btn4
{
	margin-left:32px
}

#btn1,#btn5
{
	margin-left:0px;
}

#btn5,#btn6,#btn7,#btn8,#btn9,#btn10
{
	margin-top:10px
}

#text
{
	width:620px;
	text-align:justify;
	text-justify:inter-ideograph;
	padding:20px
}

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

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





#menu ul{
margin: 0; 
padding: 0; 
list-style: none;
}
#menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}
#menu li a{
display: block;
width: 120px;
padding: 3px;
margin: 10px 0px 10px 0px;
text-decoration: none;
border:outset 3px #4682b4;
background-color: #4169e1;
text-align: center;
color: #fff;
font-size: 12px;
}
#menu li a:hover{
border: inset 3px #4169e1;
background-color: #4169e1;
}