@charset "utf-8";
body {
	margin:0;
	background-color:#222;
}
img {
	border-style:none;
}
a:link, a:visited, a:active {
	color:#09F;
	text-decoration: none;
}
a:hover {
	color:#09F;
	text-decoration: underline;
}
textarea,input,select {
	color: #09F;
}
h1 {
	font-size:12px;
	color: #FFF;
}

.tabletext,.ts,textarea,input,select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
.tabletext {	
	color: #666;
}
.ts {
	font-weight: bold;	
}
.box {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EEE;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #EEE;
}
.box2 {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
}

#header,#content,#etc,#footer {width:900px;margin:0px auto;}
#header {
	position:relative;
}
#haader_title {
	position:absolute;
	left: 440px;/*580px*/
}
#line {
	height:7px;
	background-color:#777;
}
#content_bk {
	padding:20px 0px 30px 0px;
	background-color:#FFF;
}
#left,#right {float:left;display:inline;}
#left {
	width:600px;
}
#right {
	width:280px;
	margin-left:20px;
}
#clear {
	clear:both;
}
#footer {
	padding:30px 0px 100px 0px;
}


#hair_left,#hair_right {float:left;display:inline;}
#hair_left {
	width:300px;
}
#hair_right {
	width:280px;
	margin-left:20px;
}


