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

#main {
	width: 1080px;
	margin: 0 -80px;
}
#sub {
	width: 414px;
	background-image: url(../images/top/bg_sub.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 106px;
}
#contents {
	width: 460px;
	padding: 0 80px 0 0;
	background-image: url(../images/top/bg_contents.png);
	background-repeat: no-repeat;
	background-position: 90% 85%;
}

#sub li {
	float: left;
	margin-right: 33px;
	margin-bottom: 33px;
}

#sub li a {
	display: block;
	width: 157px;
	height: 157px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../images/top/bg_index.png);
	background-repeat: no-repeat;
}
#sub li#index_5 {
	/*margin-left: 190px;*/
}
#sub li#index_1 a {
	background-position: 0 0;
}
#sub li#index_2 a {
	background-position: -157px 0;
}
#sub li#index_3 a {
	background-position: 0 -157px;
}
#sub li#index_4 a {
	background-position: -157px -157px;
}
#sub li#index_5 a {
	background-position: -157px -314px;
}
#sub li#index_1 a:hover {
	background-position: -314px 0;
}
#sub li#index_2 a:hover {
	background-position: right 0;
}
#sub li#index_3 a:hover {
	background-position: -314px -157px;
}
#sub li#index_4 a:hover {
	background-position: right -157px;
}
#sub li#index_5 a:hover {
	background-position: right bottom;
}

#contents #naomi {
	background-image: url(../images/top/bg_naomi.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 150px 5px 0;
	margin-bottom: 27px;
}
#contents #naomi h2 {
	background-image: url(../images/top/bg_h2_naomi.png);
	padding: 0 0 0 60px;
	height: 43px;
	line-height: 43px;
	background-repeat: no-repeat;
	background-position: left top;
}

.rssbox {
	margin-bottom: 45px;
	font-size: 87%;
}
.rssbox_last {
	margin-bottom: 0px;
}
#contents .rssbox h2 {
	background-image: url(none);
	padding: 0;
	height: auto;
	line-height: normal;
	margin: 0 0 0.5em;
}
#feed2 {
	overflow-y: scroll;
	height: 140px;
}

#feed2 li {
	background-image: url(../images/top/bg_bloglist.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	border-bottom: 1px dotted #CCC;
	line-height: 2.5;
}
#blog-feed {
	height: 150px;
	overflow-y: scroll;
}
.feed-Control {
	width: 96px;
	float: left;
	margin-bottom: 20px;
	margin-right: 14px;
}
#blog-feed img {
	width: 90px;
	height: 118px;
	border: 1px solid #ccc;
	padding: 2px;
}
