@charset "UTF-8";

*{
	margin:0;
	padding:0;
	border:none;
	line-height:normal;
	font-style:normal;
	line-height:2em;
}

h1, h2, h3, h4, h5, h6  {  
font-size: 100%;
font-weight:normal;
}

body {  
	font-size: 75%;
	color:#444444;
}  
html>/**/body {  
	font-size: 12px;  
}
a{
	color:#00A8D8;
	text-decoration:none;
}
a:hover{
	color:#444444;
}

/*-------class-------*/
.out{
	text-indent:-9999px;
	font-size:1px;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.P_relative{
	position:relative;
}

/*------------head------------*/
#top{
	height:auto;
	background-color:#FFFFFF;
	border-bottom:solid #00AD8A 2px;
}
#head{
	width:880px;
	height:auto;
	margin:auto;
	text-align:left;
	padding:10px 10px 5px 10px;	
}

/*------------page------------*/
#page{
	width:840px;
	padding:30px;
	margin:auto;
}

#page #navi ul{
	width:840px;
	height:30px;
	background:url(../img/navi_line.gif) right bottom no-repeat;
	margin:30px 0;
}
#page #navi li{
	list-style:none;
}
#page #navi li a{
	display:block;
	height:30px;
	width:200px;
	float:left;
	margin-right:12px;
}
*html body #page #navi li a{
	margin-right:6px;
}
#page #navi #home a{
	background:url(../img/navi_home.gif) left bottom no-repeat;
}
#page #navi #home a:hover{
	background:url(../img/navi_home_h.gif) left bottom no-repeat;
}
#page #navi #archive a{
	background:url(../img/navi_archive.gif) left bottom no-repeat;
}
#page #navi #archive a:hover{
	background:url(../img/navi_archive_h.gif) left bottom no-repeat;
}

