@charset		"UTF-8";

/*
	ã‚€ã—ã‚ƒãªã³ãƒ–ãƒ­ã‚°ã€€ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆCSS
	Black	Ver. 0.12		2005.11.18
*/


/*							*/
/*		Global Style			*/
/*							*/
body {
	margin: 10px;
	padding: 0px;
	text-align: left;
	font-family:"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",Hiragino Kaku Gothic Pro, Osaka, verdana, Helvetica, sans-serif;
	letter-spacing:0.1px;
	margin-bottom:10px;
	color: #000000;
	background-color: #ffffff;
}

a:link	{ color: #aaaaee; text-decoration: none; }
a:visited	{ color: #aaaaee; text-decoration: none; }
a:hover	{ color: #ffaaaa; text-decoration:underline; }
a:active	{ color: #aaaaee; text-decoration: none; }

/*		Blogheader area Style		*/
#blogheader{
	top: 0px;
	left: 0px;
	width: 800px;
/*	height: 20px; */
	font-size: 10px;
	line-height: 20px;
	color: #ffffff;
	background-color: #111111;
	background-repeat:repeat-x;
/*	background-image: url("/img/title-black.jpg"); */
	background-image: url("/img/title-black2.jpg");
}
#blogheader img {
	vertical-align: middle;
}
#blogcontainer{
	position: relative;
	width: 800px;
	background-color: #222222;
}


/*							*/
/*		Banner area Style		*/
/*							*/
#banner{
	top: 0px;
	left: 0px;
	width: 800px;
	color: #ffffff;
	background-color: #000000;
}

#bannertextarea{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.blogtitle{
	padding: 0px;
	font-size: 24px;
	line-height: 12px;
	color: #ffffff;
	font-weight: normal;
/*	text-shadow: #dddddd 3px 3px 2px; */
}

#bannertextarea a:link	{ color: #0000aa; text-decoration: none; }
#bannertextarea a:visited	{ color: #0000aa; text-decoration: none; }
#bannertextarea a:hover	{ color: #ff0000; text-decoration: underline; }
#bannertextarea a:active	{ color: #0000aa; text-decoration: none; }


/*							*/
/*		Content area Style		*/
/*							*/
#contentarea{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 800px;
	font-size: 14px;
	line-height: 18px;
}

#contentarea a:link		{ color: #0000aa; text-decoration: none; }
#contentarea a:visited	{ color: #0000aa; text-decoration: none; }
#contentarea a:hover	{ color: #ff0000; text-decoration: underline; }
#contentarea a:active	{ color: #0000aa; text-decoration: none; }

.topmessage{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
}

.entryarea{
	margin-bottom: 6px;
	padding: 2px;
	background-color: #ffffff;
	border-left: 3px double #009;
}

.entrytitle{
	padding: 3px;
	font-size: 14px;
	line-height: 16px;
/*	text-shadow: #dddddd 3px 3px 2px; */
}

.entrydate{
	padding: 3px;
	vertical-align: top;
	font-size: 9px;
	line-height: 9px;
}

.blogtitle{
	padding-left: 20px;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

.blogtitle a:link		{ color: #000000 !important; }
.blogtitle a:visited	{ color: #000000 !important;  }
.blogtitle a:hover	{ color: #aa0000 !important; text-decoration: underline !important; }
.blogtitle a:active	{ color: #000000 !important;  }


.listtitle{
	margin-bottom: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	background-color: #111111;
	background-image: url("/img/title-black.jpg");
}

.listarea{
	margin-bottom: 6px;
	padding: 2px;
}

.lisyitem{
	margin-bottom: 6px;
	padding: 2px;
	font-size: 10px;
	background-color: #ffffff;
	border-left: 3px double #009;
}

.listitemtitle{
	padding: 3px;
	font-size: 12px;
	line-height: 12px;
/*	text-shadow: #dddddd 3px 3px 2px; */
}

.listitemdate{
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	padding-top: 4px;
}


#ranking .listitemtitle{
	font-size: 16px;
	line-height: 18px;
}

#ranking .listbody{
	font-size: 14px;
}
#ranking .click{
	width: auto;
	height: 50px;
	font-size: 14px;
/*	display:table-cell; */
	text-align: center;
	vertical-align: middle;
/*	border-left: 1px solid #009; */
}
#ranking .click span {
	font-size: 12px;
}

/*							*/
/*		Footer area Style		*/
/*							*/
#footer{
	text-align: center;
	width: 800px;
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
	background-color: #000000;
	background-image: url("/img/title-black.jpg");
}

#top_g_adsense {
	text-align: center;
	width: 800px;
	background-color: #ffffff;
	margin: 5px 0 5px 0;
}

#newentry_g_adsense {
	text-align: left;
	width: 468px;
	background-color: #ffffff;
	margin: 0px 0 10px 0;
}

