@charset "utf-8";
@import url("base.css");

/* HTML
------------------------------- */
body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a:link { color: #666; }
a:visited { color: #666; }
a:hover { color: #aaa; }
a:active { color: #666; }



/* Layout
------------------------------- */
body {
	text-align: center;
	/*background-color: #eee;
	background-image: url(../img/common/background.jpg);
	background-repeat: repeat; */
}

#wrapper {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: left;
	background-color: #fff;
}

#header {
	/*background-color: #f7f7f7;*/
	
}

#innerWrapper {
	float: left;
	width: 100%;
	min-width: 430px;
	padding: 0 0 15px 0;
}


#main {
	float: left;
	width: 100%;
}
.inner {
	min-width: 200px;
	margin: 0 200px 0 0;
	padding: 10px 15px 5px;
}

#rightMenu {
	float: right;
	width: 200px;
	margin-left: -200px;
}

#footer {
	width: 100%;
	clear: both;
	background-color: #eee;
}


/* ------------------- */
div#popularResult {

}
div#newResult {

}
div#matomeResult {

}






/* List
-------------------------- */
div.entryImg {
	padding: 0 10px 0 0;
	float: left;
}
div.entryTitle {
	font-size: 90%;
	font-weight: bold;
}
div.entryInfo {
	font-size: 80%;
}
div.entryComRate {
	font-size: 80%;
	text-align: right;
}
span.small {
	font-size: 80%;
}
div#popularResult h3,
div#newResult h3 {
	background: url(../img/common/naname.gif) bottom left repeat-x #fff;
	padding: 5px;
}
div.popularEntryBox {
	border: 1px solid #eee;
	margin: 0 0 2px 0;
	padding: 3px;
	background: url(../img/common/blockbg.jpg) bottom left repeat-x #fff;
}
div.newEntryBox {
	border: 1px solid #eee;
	margin: 0 0 2px 0;
	padding: 3px;
	background: url(../img/common/blockbg.jpg) bottom left repeat-x #fff;
	//*height: 53px;*/
}

div.entryBody {
	font-size: 70%;
}

/* SideBar */
table#blogRanking td {
	font-size: 80%;
	border: 1px solid #ddd;
}
td.rankingNum {
	text-align: center;
}
span.blogName {
	font-size: 90%;
}

/* ------------------- */
div.clear {
	clear: both;
}
div#header {
	border: 1px solid #aaa;
}
div#header1 {
	height: 20px;
	background-color: #ccc;
}
div#header1 h1 {
	display: block;
	float: left;
	font-size: 12px;
	padding: 2px 5px;
	margin: 0;
}
div#header1 h2  {
	display: block;
	float: right;
	font-size: 12px;
	padding: 2px 5px;
	margin: 0;
}
div#header1 h2 a {
	text-decoration: none;
}
div#header1 h2 a:link { color: #666;}
div#header1 h2 a:visited {}
div#header1 h2 a:hover {}
div#header1 h2 a:active {}

div#header2 {
	clear: both;
	background: url(../img/common/blockbg.jpg) bottom left repeat-x #fff;
}
div#header2 h3 {
	font-size: 150%;
	padding: 5px 20px;
	margin: 0;
}
div#header2 h3 a {
	text-decoration: none;
}
div#header2 h3 a:link { color: #666; }
div#header2 h3 a:visited { color: #666; }
div#header2 h3 a:hover { color: #aaa; }
div#header2 h3 a:active { color: #666; }

div#header2 h4 {
	text-align: right;
	padding: 5px 10px;
	color: #777;
}


div#footer {
	width: 100%;
	height: 50px;
}
div#footer h3 {
	text-align: center;
	padding: 10px;
}
div#footer h3 a {
	text-decoration: none;
}


/* 個別エントリーページ Entry
------------------------------------------------------------ */
div#entry {
	width: 100%;
	margin: 0 0 1em 0;
}
div#entry div#entryLeft {
	float: left;
	width: 138px;
}
div#entry div#entryRight {
	margin-left: 138px;
}
div#entry div#entryBody {
	clear: left;
	width: 100%;
	color: #666;
	font-size: 80%;
	padding: 5px;
}
div.commentBodyA,
div.commentBodyB {
	margin: 0 0 1em 0;
	padding: 5px;
	border-top: 1px solid #ddd;
}
div.commentBodyA {
	background-color: #e7e7e7;
}
span.commentCreated {
	font-size: 75%;
}
p.att {
	font-size: 70%;
}

div#ratingBlock {
	margin: 1em;
}
div#commentBlock {
	margin: 1em;
}

/* 新着エントリーリストページ OldEntry
------------------------------------------------------------ */
div.newEntryListBlock {
	margin: 0 0 5px 0;
}
div.newEntryListBlock div.entryLeft {
	float: left;
	width: 90px;
}
div.newEntryListBlock div.entryRight {
	margin-left: 90px;
}
div.newEntryListBlock div.entryBody {
	clear: left;
	width: 100%;
	font-size: 70%;
}



/* 人気エントリーリストページ PopularEntry
------------------------------------------------------------ */
div.popularEntryListBlock {
	margin: 0 0 5px 0;
}
div.popularEntryListBlock div.entryLeft {
	float: left;
	width: 90px;
}
div.popularEntryListBlock div.entryRight {
	margin-left: 90px;
}
div.popularEntryListBlock div.entryBody {
	clear: left;
	width: 100%;
	font-size: 70%;
}
