@charset "UTF-8";


/* top */
#top_box {
	width: 598px;
	height: 248px;
	border: 1px solid #89c3eb;
	margin-top: 10px;
	margin-left: 30px;
	background: url(../img/main_img01.jpg);
}

.main1 {
	margin-top: 10px;
	margin-left: 10px;
}

/* topアバウト・プロフィール */
#top_profile {
	/*width: 293px;*/
	height: 238px;
	background: #FFFFFF;
	border: 1px solid #89c3eb;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.toptitle {
	width: 293px;
	height: 30px;
	background: url(../common/img/footer.jpg);
}
.toptitle_moji {
	color: #FFFFFF;
	font-size: small;
	padding-top: 7px;
	padding-left: 7px;
}
.top_profile_class {
	width: 283px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	overflow: auto;
	height: 200px;
}

.top_profile_class a {
	color: #ee7800;
}


.banner a{
	display: block;
	width: 282px;
	height: 134px;
	text-decoration: none;
	background: url(../img/uku.jpg) no-repeat;
	margin-top: 8px;
}

.banner a:hover{
	background: url(../img/uku_on.jpg) no-repeat;
}



/* top最新ブログ記事一覧 */
#top_blog {
	/*width: 293px;*/
	height: 238px;
	background: #FFFFFF;
	border: 1px solid #89c3eb;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
}

#top_blog li a {
	color: #ee7800;
}


.topblogtatle {
	width: 293px;
	height: 30px;
	background: url(../common/img/footer.jpg);
}
.topblogtatlemoji {
	color: #FFFFFF;
	font-size: small;
	padding-top: 7px;
	padding-left: 7px;
}
.topblogclass {
	width: 283px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}





/* top終わり */

