@charset "UTF-8";

/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/
body {
	margin: 0px;
	padding:0px;
	background:#002A30 url(img/back.gif) repeat 50% 0%;
	text-align: center;
	font-size: medium;
	font-family: 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

a {color:#000; text-decoration: underline;}
a:link {color: #069;}
a:visited {color: #669;}
a:active {color: #39c;}
a:hover {color: #39c;}

h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1px;
	line-height: 1px;
	text-align:right;
	text-indent: -9999px;
}

h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

h2.title {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}


p {
	margin: 0px;
	padding: 0px;
	}

#container {
	line-height: 140%;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	width: 690px;
	background:url(img/containerback.gif) repeat-y 0% 0%;
	}

/*-------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------*/
#banner {
	margin:0px;
	padding:0px;
	color: #666;
	background:url(img/headerback.gif) no-repeat 0% 0%;
	text-align: right;
	height: 62px;
}

#banner img {
	margin: 38px 40px 0px auto;
}

/*-------------------------------------------------
CONTENTS ELEMENTS
-------------------------------------------------*/
.content {
	padding: 15px 15px 5px 15px;
	color: #666666;
	font-size: x-small;
}

.block{
	padding: 0px 30px 0px 30px;
}

.blockright{
	margin: 0px 0px 0px 120px;
	padding: 5px 0px 0px 0px;
}

.block h3{
	float: left;
}

.clearall{
	clear:both;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1px;
	line-height: 1px;
}

.content pre {
	font-size: small;
}

.content p {
	color: #666666;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

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

.content li {
	line-height: 150%;
	list-style-type: none;
	}

.content h2 {
	color: #666666;
	font-size: large;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h3 {
	color: #666666;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content p.posted {
	color: #999999;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.content p.description {
	font-size: small;
	line-height: 120%;
	color: #996633;
	margin: 10px 0px 0px 0px;
}

#backnumber{
	margin:0px;
	padding:0px;
	background:#E1EDF0;
}
div.hrbt {
	margin:0px;
	padding:0px;
	height: 6px; 
	background:#fff url(img/line-bt.gif) no-repeat 0% 0%;
}
div.hrbb {
	margin:0px;
	padding:0px;
	height: 10px; 
	background:#fff url(img/line-bb.gif) no-repeat 0% 0%;
}
div.hr {
	margin:0px;
	padding:0px;
	height: 10px; 
	background:#fff url(img/line-o.gif) no-repeat 0% 0%;
}

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

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

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

.sidebar li {
	color: #666666;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}

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

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

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

.link-note {
	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;
	}
.flash{
	width:600px;
	height:520px;
}
