@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------- */
/* 全体枠 */
/* ----------------------------------------------------------- */

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#main-column {
	width: 570px;
	float: left;
}

#side-column {
	width: 220px;
	float: right;
}

#footer {
	clear: both;
	width: 100%;
}

#logo {
	width: 100px;
	float: left;
	margin-top: 5px;
}

#catch {
	width: 476px;
	float: left;
	height: 50px;
	line-height: 50px;
}

#gohome {
	width: 220px;
	float: left;
}

#main-photo {
	clear: both;
	padding-top: 10px;
	width: 800px;
}

.back { text-align: right; padding: 10px 10px 20px; clear: both; background: url(../images/blog/line.png) repeat-x left bottom }

#category { padding: 10px; }
#category li { background: url(../images/blog/bg_category.png) no-repeat left center; height: 20px; line-height: 20px; margin-bottom: 3px; padding-left: 5px;color: #FFF; font-size: 10px;}
#category li a { color: #FFF; }

#entry { padding: 10px; }
#entry li { background: url(../images/blog/text.png) no-repeat left center; height: 20px; line-height: 20px; margin-bottom: 5px; padding-left: 20px; color: #FFF; font-size: 10px;}


#archives { padding: 10px; }
#archives li { background: url(../images/blog/folder.png) no-repeat left center; height: 20px; line-height: 20px; margin-bottom: 5px; padding-left: 20px; font-size: 10px;}


