@charset "UTF-8";

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

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

body {  
	font-size: 75%;
	background:#f7f7f7;
}  
html>/**/body {  
	font-size: 12px;  
}
li{
	list-style-type: none;
}
a{
	color:#FF6699;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
	color:#FF99CC;
}

/*-------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 #990033 3px;
}
#head{
	width:780px;
	height:auto;
	margin:auto;
	text-align:left;
	padding:10px 10px 5px 10px;	
}
#top #head img{
	float:left;
}

/*------------main------------*/
#main{
	width:850px;
	margin:auto;
	background:url(../img/main_bg.gif) left top repeat-y;
	color:#333333;
}

#main #left{
	width:40px;
	padding-left:20px;
	float:left;
}
#main #right{
	float:left;
	padding-bottom:20px;
}
#main #right #topBox{
	padding:10px;
	padding-bottom:30px;
}
#main #right #topBox #logo{
	float:left;
}
#main #right #topBox #navi{
	float:left;
	width:200px;
}
#main #right #topBox #navi{
	padding:60px 0 0 40px;
}
#main #right #topBox #navi #home a{
	display:block;
	width:81px;
	height:23px;
	background:url(../img/navi_home.gif) right top no-repeat;
	float:left;
}
#main #right #topBox #navi #home a:hover{
	background:url(../img/navi_home_h.gif) right top no-repeat;
}
#main #right #topBox #navi #archive a{
	display:block;
	width:114px;
	height:23px;
	background:url(../img/navi_archive.gif) right top no-repeat;
	float:left;
}
#main #right #topBox #navi #archive a:hover{
	background:url(../img/navi_archive_h.gif) right top no-repeat;
}





/*------------bottom------------*/
#bottom{
	background:#990033;
	padding:10px;
	padding-bottom:20px;
	color:#FFFFFF;
}

#bottom #foot{
	width:780px;
	margin:auto;
	text-align:center;
	font-size:0.9em;
}
#bottom #foot a{
	color:#FFFFFF;
	text-decoration:none;
}

