/* CSS Document */
@charset"BIG5";

/*construction*/
body{
	margin:0;
	padding:0;
	text-align:center;
	color:#000000;
	background:#b6240d;
}
#wrapper{
	margin:0;
	width:770px;
	text-align:left;
	color:#666666;
	background:#FFFFFF;
}
#header{
	margin:0;
	height:100px;
	width:770px;
	background: url(img/head.gif) no-repeat;
}
#maincontent{
	margin: 0;
	width:770px;
	text-align:center;
	background: #efefef url(img/bg.gif) repeat-y;
}
#content{
	width:700px;
	margin: 0 35px;
}
	
#footer{
	width:770px;
	height:60px;
	background: #efefef url(img/footer.gif) no-repeat;
	font-size: 11px;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #adadad;
}
#footer address{
	float: right;
	margin: 0;
	padding: 1em;
	font-weight: normal;
	font-style: normal;
}
#footer p{
	margin: 0;
	padding: 1em;
	
}
/*link*/
a:link,a:visited{
	color:#ff6600;
	background:transparent;
	text-decoration:none;
}
a:hover,a:active{
	color:#999933;
	background:transparent;
	text-decoration:none;
}
/*content*/
h1{
	font-size: 15px;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #191919;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #7e4009;
	text-align: left;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}
h3{
	font-size: 13px;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #a20d0b;
	text-align: left;
	padding-left: 5em;
	border-bottom: 1px dotted #d7d7d7;
	line-height: 22px;
}
li{
	padding: 0.1em;
	line-height: 2.5em;
	list-style-image:url(img/icon.gif);
	text-align:left;
	font-size: 12px;
	color: #7f7f7f;
	list-style-position: outside;
	margin-left: 4em;
	background-color:#fff;
	display:block;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	border-bottom-color: #FFCACA;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
li:hover{
	background-color:#FFDDDD;
}
.pic{
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}
p{
	font-size: 12px;
	line-height: 2.5em;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}
.text{
	font-size: 12px;
	line-height: 2.5em;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-bottom:20px;
	text-align:left;
}
	