/* CSS Document */

<style type="text/css">
/********************
Yui font css
********************/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/** * Bump up IE to get to 13px equivalent*/
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/********************
float fix
********************/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
  overflow:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix{
  height:0.1%;
  overflow:visible;
}
/* End hide from IE-mac */

/********************
hide outline
********************/	
a, a img{
	outline: 0;
	border: 0;
}


/********************
********************/

* {
	margin:0;
	padding:0;
}
body {
	background-image:url(images/back.jpg);
	background-repeat:y;
	background-position:top center;
	background-color:#fff;
}
#header{
	width: 900px;
	height: 120px;
}
p{
	line-height:1.5;
	font-size:93%;
}


h1{
	float: left;
	margin:0;
}

#header_r{
	float: right;
	padding: 0 0 0 0 ;
	margin: 0 0 0 0;
}
#header_r p{
	margin: 0;
}

#navi{
	list-style:none;
	margin: 0;
	padding: 0;
}
#navi li{
	float:left;
}
#navi a{
	display: block;
	width: 180px;
	height: 70px;
	background: url('images/menu.jpg');	
	text-indent: -9999px;
}

#navi01 a:link,
#navi01 a:visited{
	background-position: 0 0;
}
#navi01 a:hover{
	background-position: 0 -70px;
}
#navi01 a:active{
	background-position: 0 -140px;
}

#navi02 a:link,
#navi02 a:visited{
	background-position: -180px 0;
}
#navi02 a:hover{
	background-position: -180px -70px;
}
#navi02 a:active{
	background-position: -180px -140px;
}

#navi03 a:link,
#navi03 a:visited{
	background-position: -360px 0;
}
#navi03 a:hover{
	background-position: -360px -70px;
}
#navi03 a:active{
	background-position: -360px -140px;
}

#navi04 a:link,
#navi04 a:visited{
	background-position: -540px 0;
}
#navi04 a:hover{
	background-position: -540px -70px;
}
#navi04 a:active{
	background-position: -540px -140px;
}	

#navi05 a:link,
#navi05 a:visited{
	background-position: -720px 0;
}
#navi05 a:hover{
	background-position: -720px -70px;
}
#navi05 a:active{
	background-position: -720px -140px;
}
#topics{
	width: 362px;
	height:191px;
	background:url(images/topics.jpg) no-repeat top center;
	float: left;
}
#topics .inner{
	width: 317px;
	height: 111px;
	margin: 60px 20px 20px 25px;
	font-size: 85%;
	overflow: auto;	
}

#topics h4{
	font-size: 14px;
	font-weight: bold;
	color: #801d01;
}

#topics p{
/*	padding:60px 30px 60px 30px;*/
	font-size: 12px;
	text-align:left;
	margin-bottom: 1.2em;
}

#topics p a{
	color: #713320;
}

#topics ul{
	padding: 0 0 0 2em;
}

#ajiwai{
	float: left;
	padding: 0 0 0 0 ;
	margin: 0 0 0 0;
}
#plan{
	float: left;
	padding: 0 0 0 0 ;
	margin: 0 0 0 0;
}

.gotop{
	text-align: right;
	margin: 30px 30px 0 0;
}

#top_banner1{
	float: left;
	width: 230px;
	margin: 40px 0 0 90px;
}

#top_banner1{
	float: left;
	width: 250px;
	height: 90px;
	margin: 40px 0 0 90px;
}

#top_banner1 a{
	display: block;
	width:250px;
	height: 90px;
	background:url('images/recommended_btn.gif') no-repeat;
	text-indent: -9999px;
}

#top_banner1 a:link,
#top_banner1 a:visited{ background-position: 0 0;}
#top_banner1 a:hover  { background-position: 0 -90px; }
#top_banner1 a:active { background-position: 0 -180px; }
