*{
	border:0;
	margin:0;
	padding:0;
	font: 12px "Osaka","MS ƒSƒVƒbƒN", Arial, sans-serif;
	color: #333;
	line-height:1.5em;
	text-align:left;
}
ul,ol{
	list-style:none;
}
h1{
	padding:3px 0 3px 10px;
	background-color:#e1e1e1;
	color:#555;
}
hr{
	border:1px dotted #e5e5e5;
	margin:5px 0;
}
em{
	color:#D24006;
	font-style:normal;
	font-weight:bold;
}
a		{border:0; color:#3945da;}
a:hover	{color:#7d85ec;}
#search_btn{
	margin-top:5px;
	display:block;
	width:106px;
	height:24px;
	background:url('/img/btn_search.gif');
}
/*------------------------------------------------------------------------------------------
										LAYOUT
--------------------------------------------------------------------------------------------*/
body {
	background: #f5f5f5;
}
#wrapper {
	margin:0 auto;
	border-left:4px solid #eee;
	border-right:4px solid #eee;
	width:900px;
	background-color:#fff;
}
#header{
	padding:0 14px;
}
#container{
	clear:both;
	margin:0 14px;
	border-top:2px solid #4fe94f;
}
#left{
	float:left;
	width:555px;
	margin:10px 0 0 0;
}
#right{
	float:left;
	width:300px;
	margin:10px 0 0 14px;
}
#footer{
	clear:both;
	margin:15px;
}
/*------------------------------------------------------------------------------------------
										SEARCH
--------------------------------------------------------------------------------------------*/
#head_r{
	float:left;
	width:520px;
}
#sform_top{
	float:right;
}
#search{
	padding:8px 0 0 20px;
	width:520px;
	height:70px;
	list-style:none;
	background:url('/img/bg_search_s.gif') no-repeat;
}
#search .hidden{
	float:left;
}
#search .cate,#search .cate a,#search .cate strong,#search .cate a:hover{
	float:left;
	display:block;
	width:46px;
	height:19px;
	text-decoration:none;
	padding-top:1px;
}
#search .cate{
	padding-left:10px;
	background:url('/img/bg_search_cate.gif') no-repeat;
}
#opt a{
	float:right;
	margin-right:50px;
	padding-left:15px;
	background:url('/img/arr.gif') no-repeat 0 2px;
	text-decoration:none;
}
#search .form{
	clear:both;
	width:500px;
}
#search .form .box{
	border:1px solid #8e8e8e;
	width:360px;
	height:22px;
	vertical-align:top;
}
/*------------------------------------------------------------------------------------------
										HEADER
--------------------------------------------------------------------------------------------*/
#head_l{
	float:left;
	width:330px;
}
#header strong a{
	display:block;
	width:330px;
	height:70px;
	text-indent:-9999px;
	background:url(/img/top-logo.gif) no-repeat;
}
#header h2{
	font-size:0.75em;
}
#topnavi{
	float:right;
	margin:10px 0;
	width:190px;
}
#topnavi li{
	display:inline;
}
#beginner,#help{
	padding:2px 0 2px 20px;
}
#beginner{
	background:url('/img/icon_about.gif') no-repeat;
}
#help{
	background:url('/img/icon_help.gif') no-repeat;
}
#welcome{
	float:left;
	padding:5px 0;
	width:320px;
	color:#333333;
	font-size:0.8em;
}
#header span{
	float:right;
	width:400px;
}

/*------------------------------------------------------------------------------------------
										FOOTER
--------------------------------------------------------------------------------------------*/
#sites,#footlist,#footnavi{
	margin:10px 0;
}
#footer li,#footer dd{
	display:inline;
}
/*
SITES
---------------------------------------------*/
#sites{
	padding:5px;
	border:1px solid #d5d5d5;
}
#sites dt{
	margin-bottom:10px;
	padding:2px 0 2px 10px;
	background-color:#adadad;
	color:#fff;
	font-size:1.2em;
}
#sites dd{
	margin-left:5px;
}
/*
FOOTLIST
---------------------------------------------*/
#footlist p{
	margin-bottom:10px;
	color:#818181;
	font-size:0.85em;
	line-height:1.7em;
}
#footlist p a{
	font-size:1em;
	line-height:1.5em;
}
#footlist li,#footlist li a{
	font-size:0.85em;
}
/*
 FOOTNAVI
---------------------------------------------*/
.footnavi{
	padding:10px 0;
	background-color:#e5e5e5;
	text-align:center;
}
.footnavi ul,.footnavi li a,.footnavi p{
	padding:5px 0;
	color:#666;
}
.footnavi li a{
	padding:0 5px;
}
.footnavi li a:hover,.footnavi p a:hover{
	color:#111;
}
