@charset "utf-8";
/* CSS Document */


body {
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	color: #222;
	background:url(../images/background.gif) repeat top center;
	height: 100%;
	line-height: 1.6;
	
	}
	
	
#html {
	height: 100%;
}
	


body > #container {
	height: auto;
}

#container{
	width: 950px;
	height: 100%;
	margin: 0 auto;
	padding: 0 auto;
	background: #fff;
	min-height: 100%;
	height: 100%;
}

#main {
	padding: 10px 10px 0 10px;
	background: #fff;
	height: auto;
}

#left {
	width: 238px;
	float: left;
	padding-right: 10px;
	margin: 0;
}


#left img{
	vertical-align: bottom;
	margin-bottom: 5px;
}


#contents {
	width: 344px;
	float: left;
	margin: 0 auto;
	padding: 0 auto;
		margin-bottom: 10px;
}


#right {
	width: 274px;
	float: right;
	padding-left: 10px;
	margin: 0;

}

#right ul, li{
		margin: 0;
		padding: 0;
}

#right li{
	float: left;
	list-style: none;
	width: 18px;
	margin-left: 10px;

}


#right li a{
	text-decoration: none;

}

.textarea {
	background:url(../images/background.gif) repeat top center;
	color: #555;
	height: auto;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
	margin-top:5px;
}

.textarea h1 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 0px;
	padding: 2px 8px;
}

.textarea h2 {
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 1px 8px;
}



.textarea h3 {
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 1px 16px;
}


.textarea span{
	font-size: 10px;
}

h1, h2, h3 {
	font-weight: normal;
}

a img {
	border: none;
}

a {
	color: #222;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline:none;
}


#footer {
	clear : both;
	width: 950px;
	background: #fff top center;
	text-align:center;
	height: auto;
	margin: 0 auto;
	padding: 0 auto;
	border-top:8px solid #f2f2f2;
}


#footer_contents {
	width: 950px;
	background: #fff top center;
	text-align:center;
	height: auto;
	margin: 0 auto;
	padding: 0 auto;
	float: left;
}

ul#f_left{
	float: left;
	width: 373px;
}

ul#f_right{
	float: left;
	width: 557px;
}

#footer_contents li{
	float: left;
	margin: 10px;
	text-align: left;
	font-size: 14px;

	
}

#footer_contents h1 {
	font-size: 26px;
	font-weight: bold;
}





.border {	
	width: 950px;
	border-top:8px solid #f2f2f2;
	clear: both;
}

li {
	list-style: none;
}
