

/* 全体構造 */
body {
	margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
	text-align: left;
	min-width: 720px;
    color: #333;
    background: #F0F0EB;
}

/* リンク設定 */
a:link {color:#0066CC; text-decoration:none}
a:visited {color:#0066CC; text-decoration:none}
a:active { color: #0066CC;}
a:hover { color: #006699;}

/* 強調文字設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.font_10{font-size:10px;}
.font_16{font-size:16px;}


/* コンテンツ構造 */
#container {
	position: relative;
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 720px;
	background-color: #F0F0EB;
}

/* バナー設定 */
#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #F0F0EB;
	text-align: left;
	text-indent: -9999px;
	background:url(../images/site-images/blog/header.gif);
	height: 146px;
	width: 528px;
}

#banner-img {
	display: none;
}

#banner a {
	color: #FFFFFF;
	text-decoration: none;
}

#banner h1 {
	font-size: xx-large;
}

#banner h2 {
	font-size: small;
}


/* 2列左サイドバー */
#left-side {
	float: left;
	width: 192px;
	background-color: #F0F0EB;
	overflow: hidden;
}

/* 2列メイン */
#main{
	float: right;
	width: 528px;
	color: #000000;
}


/* ナビゲーション */

#navigation {
	position: relative;
	width: 528px;
	height: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation li {
	position: absolute;
	display: block;
	width: 88px;
	height: 20px;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

#navigation a {
	display: block;
	width: 88px;
	height: 20px;
	text-decoration: none;
}


#navi-news {
	background: url(../images/site-images/blog/blog_bt_news.gif) no-repeat;
}

#navi-prof {
	background: url(../images/site-images/blog/blog_bt_prof.gif) no-repeat;
	left: 88px;
}

#navi-stage {
	background: url(../images/site-images/blog/blog_bt_stage.gif) no-repeat;
	left: 176px;
}

#navi-player {
	background: url(../images/site-images/blog/blog_bt_player.gif) no-repeat;
	left: 264px;
}

#navi-blog {
	background: url(../images/site-images/blog/blog_bt_blog.gif) no-repeat 0px -20px;
	left: 352px;
}

#navi-want {
	background: url(../images/site-images/blog/blog_bt_want.gif) no-repeat;
	left: 440px;
}



#navi-news a:hover {
	background: url(../images/site-images/blog/blog_bt_news.gif) no-repeat 0px -20px;
}

#navi-prof a:hover {
	background: url(../images/site-images/blog/blog_bt_prof.gif) no-repeat 0px -20px;
	left: 88px;
}

#navi-stage a:hover {
	background: url(../images/site-images/blog/blog_bt_stage.gif) no-repeat 0px -20px;
	left: 176px;
}

#navi-player a:hover {
	background: url(../images/site-images/blog/blog_bt_player.gif) no-repeat 0px -20px;
	left: 264px;
}

#navi-blog a:hover {
	background: url(../images/site-images/blog/blog_bt_blog.gif) no-repeat 0px -20px;
	left: 352px;
}

#navi-want a:hover {
	background: url(../images/site-images/blog/blog_bt_want.gif) no-repeat 0px -20px;
	left: 440px;
}


/* メイン本文 */
.content-inner {
	padding: 25px 40px 15px 40px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	background:url(../images/site-images/blog/cont_back.gif);
	position: static;
}

#content-top {
	background:url(../images/site-images/blog/blog_top.gif) no-repeat top;
	height: 227px;
}

#content-bottom {
	background:url(../images/site-images/blog/cont_bottom.gif) no-repeat bottom;
	height: 30px;
}

.content pre {
	font-size: larger;
}

.dataheader {
	text-align:right;
	width=100%;
}

.entryheader {
	text-align:left;
	width=100%;
	padding:2px;
	border-bottom: 1px solid #999999;
}

.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
}

.content blockquote {
	line-height: 150%;
}

.content li {
	line-height: 150%;
}

.content h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

.content h3 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px dotted #CCCCCC;
	text-align: right;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
}

/* サイドバー設定 */
.sidebar {
	padding: 10px;
	font-size: x-small;
}

.sidebar h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	text-align: left;
	font-weight: bold;	
	padding:2px 0px 2px 3px;
	line-height: 15px;
	background-color: #F5F5F5;
}


#calendar {
	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
}

#calendar th {
	text-align: center;
	font-weight: normal;
}

#calendar td {
	text-align: center;
}

.sidebar ul {
	padding-left: 5px;
	margin: 0px;
	margin-bottom: 20px;
}

.sidebar ul ul {
	margin-bottom: 0px;
}

.sidebar #categories ul {
	padding-left: 15px;
}

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 100%;
	margin-top: 10px;
	list-style-type: none;
}

.side {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	list-style-type: none;
}

.sidebar #categories li {
	list-style-type: circle;
}

.sidebar img {
	border: 3px solid #FFFFFF;
}

form {
	margin:0px;
}

.photo {
	text-align: left;
	margin-bottom: 20px;
}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
	width: 80%;
}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}

#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color: #666666;
	font-weight: bold;
	background-color: #F0F0EB;
	text-align: center;
	padding-left: 15px;
}
