@charset "utf-8";

* {
	margin:0;
	padding:0;
}

/* HTML */
html {
	width:100%;
}

body{
	width:100%;
	line-height:1.5em;
	font-size:11px;
	text-align:justify;
	text-justify:auto;
	color:#333;
}

h1{
	padding:2px 10px;
	height:13px;
	font-size:10px;
	font-weight:normal;
	color:#FFF;
	overflow:hidden;
}
.key1 {
	font-size: 12px;
	line-height: 180%;
	color: #333333;
	padding-left: 10px;
	padding-bottom: 10px;
}


a:link{
	color:#333;
	text-decoration:none;
}

a:visited{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#333;
	text-decoration:underline;
}

strong{
	font-weight:normal;
}

textarea{
	width:300px;
	height:200px;
}

hr{
	visibility:hidden;
}

/* layout */

#WRAP{
	width:100%;
	margin:0 auto;
	background:url(common/wrap_bg.gif) top left repeat-x;
}

#HEADER{
	width:800px;
	height:125px;
	margin:0 auto;
}
	
#CT{
	width:800px;
	margin:10px auto;
}

#SIDE-L{
	width:153px;
	margin-right:7px;
	float:left;
}

#SIDE-R{
	width:640px;
	float:right;
}

#SIDE-R-CT{
	width:635px;
	margin:20px 0 0 5px;
}

#WELCOME{
	width:635px;
	height:130px;
	margin-bottom:20px;
	background:url(img/welcome_bg.jpg) bottom right no-repeat;
}

#WELCOME-TEXT{
	width:450px;
	margin-left:5px;
}

#SIDE-RL{
	width:310px;
	float:left;
}

#SIDE-RR{
	width:310px;
	float:right;
}

#TOTOP{
	margin:20px 0;
	text-align:right;
}

#FOOTER{
	width:100%;
	background:url(common/footer_bg.gif) top left repeat-x;
}

#COPYRIGHT{
	width:800px;
	margin:0 auto;
	padding:10px 0 30px 0;
	text-align:right;
}
