@import url(./defaultReset.css);


body{
	font-size:14px;
	weight:normal;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Sans-Serif;
	color:#1D1D1D
	width:100%;
	margin:0px auto;
	text-align:center;
	background:#FAFEEB url("./img/bghtml.jpg") top repeat-x;
	}

#container {
	width:760px;
	text-align:center;
	margin:0px auto 0;
	padding: 0px;
	}

a{
	font-weight:bold;
	outline:none;
	color:#1D1D1D;
	}

a:hover{
	text-decoration:none;
	}

h1{
	font-size:20px;
	font-weight:bold;
	color:#37A5B8;
	padding:0 0 8px 0;
	}
#hd{
	text-align:left;
	height:150px;
	}


#hd h2{	
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	border-top: 0;
	width: 233px;
	height: 108px;
	background: url("./img/title.gif") no-repeat;
	float: left;		
	padding: 7px 0 0 0;
	}

#hd ul{
	float:right;
	list-style:none;
	margin:62px 0 0 0;
	}

#hd ul li{
	float:left;
	}

#hd ul a{
	color:#FAFEEB;
	background:transparent;
	display:block;
	line-height:45px;
	text-decoration:none;
	padding:1px 14px;
	margin:0 2px;
	font-size:15px;
	}


#hd ul a.act,#hd ul a:hover{
	color:#37A5B8;
	border-top:1px solid #FAFEEB;
	border-right:1px solid #FAFEEB;
	border-left:1px solid #FAFEEB;
	border-bottom:1px solid #FAFEEB;
	border-bottom:0;
	padding:0 14px;
	margin:0 1px;
	background:#FAFEEB;
	}


#ct{
	float:left;
	text-align:left;
	width:530px;
	margin: 0px 0px 30px 0px;
	}
#ct p{
	width:530px;
	margin: 0px 0px 0px 15px;
	line-height:25px;
	}
#ct h2{
	width:330px;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 26px 0px 10px 10px;
	color:#111111;
	border-bottom:1px dotted #222222;
	text-decoration:none;
	font-size:110%;
	}
#ct ul{
	list-style:none;
	margin:0 0 13px 20px;
	}

#ct ul li{
	padding:0 0 3px 18px;
	line-height:22px;		
	background:url("./img/bllt.gif") left 7px no-repeat;
	}

#sdm{
	float:right;
	text-align:left;
	width:200px;
	}

#sdm h2{
	border:1px solid #95CB42;
	background:#fff;
	text-transform:uppercase;
	font-size:12px;		
	padding:2px 0 0 6px;
	line-height:22px;
	margin:0 0 10px 0;
	}

#sdm p{
	padding:0 0 0 7px;
	}

#sdm p a{
	font-weight:bold;
	color:#1D1D1D;
	}

#sdm p a:hover{
	text-decoration:none;
	}

#sdm ul{
	list-style:none;
	padding:0 0 0 7px;
	}

#sdm li{
	padding:0 0 4px 0;
	}




/*FORM—v‘f*/
#ct ul.mail {
	padding: 5px 5px 0px 0px;
	align:left;
	list-style: none;
	float: none;
	}

#ct ul.mail li {
	font-size: 100%;
	line-height: 1em;
	list-style: none;
	padding: 2px 3px 5px 0px;
	}


table {
	margin-top: 0.2em;
	margin-bottom: 1em;
	font-size: 100%;
	width: 480px;
	border-collapse: collapse;
	border: solid 1px #999;
	}

table th,table td {
	border: solid 1px #999;
	padding: 8px 8px;
	}

table th {
	background: #E6E6E6;
	text-align: left;
	white-space: nowrap;
	color: #666;
	}

table td {
	text-align: left;
	font-size: 100%;
	font-weight: none;
	}

#ct td ul {
	list-style:none;
	margin:0 0 0px 0px;
	}

#ct td ul li{
	list-style:none;
	padding: 0px 0px 0px 0px;
	line-height:1.5em;
	background: transparent;
	}


input, textarea { 
	background-color: #ffffff; 
	}



