@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	width:auto;
	height:auto;
	text-align:center;
	font-size:small;
}
a{
	text-decoration:none;
}
ul{
	list-style-type:none;
}
.clr{
	clear:both;
}
/*---------------------------------------------------------------------------*/
#container{
	background:url(../img/container_bg.gif) center top repeat-y;
}
#pan,#footer{
	background:url(../img/head_foot_bg.gif) center top repeat-y;
}
#menu ul li a{
	background:url(../img/menu_list.gif) center center no-repeat;
}
/*---------------------------------------------------------------------------*/
body{
	background-color:#AAAAAA;
}
#menu{
	background-color: #e7e7e7;
}
.txts{
	background-color:#FFFFFF;
}
h3{
	background-color:#999999;
}
/*---------------------------------------------------------------------------*/
#container{
	border:1px #919191 solid;
}
#pan,#menu,#footer{
	border-top:1px #919191 solid;
	border-bottom:1px #919191 solid;
}
h3{
	border-top:1px #919191 solid;
}
.txts{
	border-bottom:1px #919191 solid;
}
/*---------------------------------------------------------------------------*/
a{
	color:#4A4C41;
}
a:hover{
	color:#cccccc;
}
#pan,#pan a,h3,#footer{
	color:#ffffff;
}
#menu ul li a,h1,h2{
	color:#4A4C41;
}
h4{
	color:#999999;
}
/*---------------------------------------------------------------------------*/
#footer,h3{
	font-family: "Lucida Sans",Optima;
}
/*---------------------------------------------------------------------------*/

#container{
	width:769px;
	margin:10px auto;
	padding:10px 0;
	text-align:left;
}
/*----------------------------------------------------------container*/
#contents{
	width:auto;
}
#footer{
	width:auto;
	padding:5px 10px;
	text-align:center;
}
/*----------------------------------------------------------header*/
#pan{
	width:729px;
	top: 0;
	left:0;
	padding:0 20px;
	text-align:right;
}
/*----------------------------------------------------------contents*/
#menu{
	width:auto;
	padding:10px 0 10px 10px;
}
#menu ul li{
	float:left;
	margin-right:3px;
}
#menu ul li a{
	width:127px;
	padding-left:20px;
	min-height:33px;
	height:auto !important;
	height:33px;
	display:block;
	font-weight:bold;
	line-height:29px;
}
#main{
	width:auto;
	margin:10px;
	line-height:130%;
}
/*----------------------------------------------------------main*/
#copy{
	width:auto;
	min-height:147px;
	height:auto !important;
	height:147px;
	padding:10px 7px 7px 217px;
}
.txts{
	padding:3px 10px 10px 10px;
}
/*----------------------------------------------------------*/
#header h1{
	font-size:120%;
}
#header h1 a{
	width:16em;
	padding-left: 60px;
	padding-top: 43px;
	display:block;
	color:#4A4C41;
}
h2{
	margin-top:5px;
	font-size:100%;
}
#header h2{
	line-height:140%;
	padding-left:60px;
	color:#4A4C41;
	font-weight:normal;
}
h3{
	min-height:28px;
	height:auto !important;
	height:28px;
	margin-top:10px;
	padding-left:14px;
	line-height:28px;
	font-size:100%;
}
h4{
	padding:10px 0;
	font-size:100%;
}
