body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	background: url('images/body-back.jpg') repeat;
	margin: 0;
	padding: 0;
	
}
.clear{display:block;clear:both;}

#header{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0px 20px 0px;
}

.logo{
	width: 354px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	}
	
.nav2{
	background: url(images/blog1.png) no-repeat;

}
	
#main{

	width: 984px;
	height: 574px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0px 20px 0px;
	background: url(images/2010-9.jpg) no-repeat;	
}

#footer{
	width: 100%;
}

.top{
	width: 100%;
	height: 16px;
	background: url(images/top.png) repeat-x;
}

.middle{
	width: 100%;
	height: 400px;
	background: url(images/main-bg.jpg);
}

.bottom{
	width: 100%;
	height: 18px;
	background: url(images/bottom.png) repeat-x;
}

.center{
	width: 1000px;
	margin: 0 auto;
}

.latest{
	float: left;
	width: 270px;
	padding: 10px 50px 0px 0px;
}

.latest li{
	line-height: 2em;
}


.myself{
	float: left;
	width: 345px;
	padding: 10px 50px 0px 0px;
	margin: 0 auto;
}

.feature{
	float: left;
	width: 270px;
	padding: 10px 15px 0px 0px;
	margin: 0 auto;
}

.latest_title{
	margin-left: 60px;
}

.myself_title{
	margin-left: 120px;
}

.feature_title{
	margin-left: 80px;
}


#copyright{
	margin: 0 auto;
	text-align: center;
	padding: 15px 0px 15px 0px ;
	text-shadow: 1px 1px 1px #84b5c3;
	color: #173946;
}

.profile_txt{
	float: left;
	line-height: 1.9em;
}

.me{
	float: left;
	padding: 0px 15px 10px 0px;
}

.nav{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}

.nav a{

	width: 102px;
	height: 29px;
	background: url(images/blog1.png) no-repeat;
	padding: 10px 55px 15px 55px;
	
}
.nav a:hover{
	width: 102px;
	height: 29px;
	background: url(images/blog2.png) no-repeat;
	padding: 10px 55px 15px 55px;
}

.small{
	font-size: 11px;
}