body ,h1,#footer,#header,#head_l,#head_r,#header strong a,#beginner,#help,#welcome,#header span,#bread,
#footlist ul,#footlist li,#footlist li a,.footnavi,.footnavi ul,.footnavi li a,.footnavi p,#footer li,#footer dd,#sites dt{
	border:0;
	margin:0;
	padding:0;
	text-align:left;
}
*{
	font: 12px "Osaka","MS ƒSƒVƒbƒN", Arial, sans-serif;
	color: #333;
	line-height:1.5em;	
}
ul,ol{
	list-style:none;
}
h1{
	padding:3px 0 3px 10px;
	background-color:#e1e1e1;
	color:#555;
}
em{
	color:#D24006;
	font-style:normal;
	font-weight:bold;
}
a		{border:0; color:#3945da;}
a:hover	{color:#3ecc10;}

/*------------------------------------------------------------------------------------------
										LAYOUT
--------------------------------------------------------------------------------------------*/
body {
	background: #f5f5f5;
}
#wrapper {
	margin:0 auto;
	border-left:4px solid #eee;
	border-right:4px solid #eee;
	width:900px;
	background-color:#fff;
}
#header{
	float:left;
	padding:0 14px;
	width:872px;
}
#container{
	clear:both;
	margin:10px 14px 0 14px;
}
#footer{
	clear:both;
	margin:15px;
}

/*------------------------------------------------------------------------------------------
										HEADER
--------------------------------------------------------------------------------------------*/
#head_l{
	float:left;
	margin:0;
	width:300px;
}
#head_r{
	float:right;
	margin:0;
	width:570px;
	height:60px;
}
#header strong a{
	display:block;
	width:300px;
	height:60px;
	margin-bottom:5px;
	text-indent:-9999px;
	background:url(/img/top-logo.gif) no-repeat;
}
#header h2{
	margin-top:20px;
	font-size:0.75em;
}
#topnavi{
	float:right;
	margin:5px 0;
}
#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{
	clear:both;
	float:left;
	width:436px;
}
#header span{
	float:right;
	width:430px;
	text-align:right;
}
/*--------------BREAD--------------*/
#bread{
	clear:both;
	border-bottom:2px solid #4fe94f;
	padding:3px 0 0 10px;
	height:24px;
	background:url("../img/bg_bread.gif");
}

/*------------------------------------------------------------------------------------------
										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;
}
