@charset "UTF-8";

/* General rules */
/* ----------------------------------------------------- */
img	{
	border: 0;
	}
form {
	margin: 0;
	padding: 0;
	}
p {
	margin: 1em 0;
	padding: 0;
	line-height: 1.5em;
	}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 100%;
	}

/* General linkology */
/* ----------------------------------------------------- */
a:link, a:visited {
	text-decoration: none;
	color: #069;
	}
a:hover {
	text-decoration: underline;
	color: #999;
	}
a:active {
	text-decoration: none;
	color: #526968;
	}

/* Establish general layout parameters */
/* ----------------------------------------------------- */
body {
	margin: 10px;
	padding: 0;
	background: #fff;
	font-family: verdana, arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: small;
	}
#wrapper {
	margin: 0;
	}
#header {
	position: relative;
	height: 53px;
	background-color: #000;
	}
#header div#header_logo {
	position: absolute;
	top: -10px;
	left: 0;
	width: 189px;
	height: 82px;
	margin: 0;
	padding: 0;
	border: 0;
	}
#header div#header_navi {
	float: right;
	margin: 6px 6px 0 0;
	padding: 0;
	border: 0;
	}
#header div#header_navi div.items {
	margin-bottom: 5px;
	}
#content_wrapper {
	margin: 0;
	}
#content_side {
	float: left;
	width: 178px;
	font-size: 90%;
	padding-bottom: 14px;
	}
#content_main {
	margin-left: 202px;
	}
#content_main h1 {
	border-bottom: 1px solid #000;
	}
#content_main p#main_message {
	margin: 10px 0;
	background: url(../images/bkgrnd_greydots.png);
	}

#sidetop_image {
	position: absolute;
	top: 89px;
	left: 10px;
	}

#footer {
	clear: both;
	background: #fff;
	padding: 5px 5px 16px 5px;
	border-top: 1px solid #ccc;
	font-size: x-small;
	margin-top: 20px;
	}
#footer .textmenu {
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 10px;
	}
#footer .contact {
	text-align: center;
	line-height: 1.5em;
	font-size: small;
	margin-bottom: 10px;
	}
#footer .copy {
	text-align: right;
	}
span.topagetop {
	font-size: small;
	margin-left: 1em;
	}

/* Home */
/* ----------------------------------------------------- */
div#random {
	background: url(../images/bck_random.png) no-repeat bottom left;
	margin-top: 20px;
	padding-left: 30px;
	height: 200px;
	}
div#random div.entrylisting_rdm {
	float: left;
	border: 1px solid #ccc;
	width: 170px;
	margin-left: 10px;
	}
div#random div.entrylisting_rdm h3 {
	margin: 5px;
	font-size: small;
	font-weight: bold;
	}
div#random div.entrylisting_rdm div.author {
	margin: 5px;
	font-size: x-small;
	}
div#random div.entrylisting_rdm div.author span {
	display: none;
	}
div#random div.entrylisting_rdm div.thumbnail {
	position: relative;
	margin: 5px;
	}
div#random div.entrylisting_rdm div.thumbnail span {
	display: none;
	}
div#random div.entrylisting_rdm div.thumbnail span.reserved {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #f00;
	padding: 2px 4px;
	color: #fff;
	}
div#random div.entrylisting_rdm p.go_individual {
	margin: 10px;
	text-align: center;
	font-size: small;
	}
h2#listing {
	margin: 20px 0 0 0;
	padding: 0;
	background: url(../images/bck_title_listing.png) repeat-x;
	height: 29px;
	}
#content_main ul.list_category {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#content_main ul.list_category li {
	background-color: #cacaca;
	margin: 0;
	padding: 3px;
	}
#content_main ul.list_category li span {
	display: block;
	padding: 3px 6px;
	text-align: left;
	font-weight: bold;
	}
#content_main ul.list_category ul {
	margin-top: 5px;
	}
#content_main ul.list_category li li {
	background: #fff url(../../../images/icon_archive.gif) no-repeat 5px .5em;
	margin: 0;
	padding: 3px 0 3px 20px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.5em;
	}

/* Blog Main */
/* ----------------------------------------------------- */
#menu {
	margin: 0;
	padding: 4px;
	line-height: 1.5em;
	font-size: small;
	}
#content_main .paginate {
	font-size: small;
	text-align: left;
	margin: 10px 10px 0 0;
	padding: 3px;
	background: #ccc;
	}
.blogbody {
	color: #222;
	font-size: small;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	}
.blogbody h2 {
	font-size: large;
	color: #000;
	margin: 20px 0 0 0;
	padding: 7px;
	text-align: center;
	}
.blogbody .category {
	font-size: x-small;
	color: #fff;
	text-align: right;
	background: #000 url(../images/bck_category.png) repeat-y;
	padding: 0 4px;
	}
.blogbody .category a:link,
.blogbody .category a:visited {
	color: #fff;
	}
.blogbody div.reserved {
	display: none;
	}
body.reserved .blogbody div.reserved {
	display: block;
	margin-top: 5px;
	color: #f00;
	font-weight: bold;
	}
.blogbody h3.author {
	color: #000;
	font-size: small;
	font-weight: normal;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: right;
	background-color: #eee;
	padding: 4px;
	}
.blogbody h3.author span {
	color: #666;
	font-weight: bold;
	}
.blogbody h3.author_comment {
	color: #000;
	font-size: small;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 0;
	}
.blogbody p.author_comment {
	color: #000;
	font-size: small;
	padding: 0.8em;
	margin: 0;
	background-color: #B7DEFC;
	}
.blogbody .entrylisting_cat {
	height: 120px;
	margin: 14px 0;
	padding: 10px;
	border: 1px solid #ccc;
	}
.blogbody .entrylisting_cat div.thumbnail {
	position: relative;
	}
.blogbody .entrylisting_cat div.thumbnail span {
	display: none;
	}
.blogbody .entrylisting_cat div.thumbnail span.reserved {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #f00;
	padding: 2px 4px;
	color: #fff;
	}
.blogbody .entrylisting_cat h3 {
	font-size: medium;
	font-weight: bold;
	margin: 20px 0 14px 0;
	padding: 4px;
	border-bottom: 1px solid #ccc;
	}
.blogbody .entrylisting_cat div.author {
	display: none;
	}
.blogbody .entrylisting_cat p.go_individual {
	font-size: 90%;
	}
.blogbody .entrylisting_cat p.go_individual strong {
	font-size: small;
	}
.blogbody .entrylisting_cat p.go_individual span.reserved {
	display: none;
	}
.blogsearch {
	color: #333;
	font-size: small;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
	}
#content_main .blogsearch h3 {
	font-size: medium;
	color: #000;
	border-left: 5px solid #a4a4a4;
	border-bottom: none;
	margin: 14px 0;
	padding: 2px 5px 5px 7px;
	}
.blogbody .entrybody:after {
	content: "";
	display: block;
	height: 0px;
/* 	clear: both; */
	}
.blogbody .entrybody {
	height: 100%;
	}
.blogbody blockquote {
	color: #333;
	margin: 1em 0;
	padding: 1em;
	border: 1px dotted #a4a4a4;
	background: #fafafa;
	}
.blogbody .reserve_this { 
	margin: 1em 0;
	}
.blogbody .reserve_this input { 
	font-size: medium;
	font-weight: bold;
	}
body.reserved .blogbody .reserve_this { 
	display: none;
	}
.blogbody .posted { 
	font-size: x-small;
	color: #000; 
	margin-top: 1em;
	border-top: 1px dashed #ccc;
	padding-top: 5px;
	}
#content_main h2#trackbacks, #content_main h2#comments, #content_main h2#post_a_comment { 
	color: #000;
	font-size: small;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	padding: 4px;
	margin-top: 2em;
	}
.techstuff {
	font-size: small;
	font-weight: normal;
	color: #666;
	line-height: 1.5em;
	margin: 10px 0;
	padding: 4px;
	}
.trackbacksbody { 
	font-size: small;
	font-weight: normal;
	color: #666;
	line-height: 1.5em;
	margin: 10px 0;
	padding: 10px;
	border-left: 3px dotted #999;
	}
.commentsbody { 
	font-size: small;
	font-weight: normal;
	color: #666;
	line-height: 1.5em;
	margin: 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	}
.post_a_commentbody { 
	margin: 10px;
	font-size: x-small;
	font-weight: normal;
	color: #666;
	}

/* Blog Side */
/* ----------------------------------------------------- */
#content_side h2 {
	}
#content_side h2#to_customer {
	margin: 188px 0 0 0;
	}
#content_side ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#content_side ul.recent_comment li {
	background: url(../../../images/icon_comment.gif) no-repeat 3px .2em;
	margin: 0;
	padding: 0 0 4px 18px;
	line-height: 1.5em;
	}
#content_side ul.list_category li {
	background-color: #cacaca;
	margin: 0;
	padding: 3px;
	}
#content_side ul.list_category li span {
	display: block;
	padding: 2px 4px;
	text-align: right;
	}
#content_side ul.list_category ul {
	margin-top: 5px;
	}
#content_side ul.list_category li li {
	background: #fff url(../../../images/icon_archive.gif) no-repeat 7px 6px;
	margin: 0;
	padding: 3px 0 3px 22px;
	line-height: 1.5em;
	}
#content_side ul.list_archive li {
	background: url(../../../images/icon_archive.gif) no-repeat 3px .2em;
	margin: 0;
	padding: 0 0 4px 18px;
	line-height: 1.5em;
	}
.link-note {
	font-size: x-small;
	line-height: 1.5em;
	padding: 2px;
	margin-top: 15px;
	}
#powered {
	color: #666;
	font-size: x-small;
	line-height: 1.5em;
	padding: 2px;
	margin-top: 50px;
	margin-bottom: 10px;
	}

/* Lightbox */
/* ----------------------------------------------------- */
 a.imagelink img {
border: 1px solid #ccc;
padding: 5px 5px 20px 5px;
background: #fff url('../../../images/linked-image.png') bottom right no-repeat;
}

#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxCaption {
	font-size: 0.8em;
	padding-top: 0.4em;
	text-align: center;
	}
#lightbox img { border: none; } 
#overlay img { border: none; }

#overlay { background-image: url(../../../images/lightbox_overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox_overlay.png", sizingMethod="scale");
	}

/* Various */
/* ----------------------------------------------------- */
.off-left { position: absolute; left:-999px; width: 990px; } /* see http://css-discuss.incutio.com/?page=ScreenreaderVisibility for deatils*/
.none { display: none; }
.clear { clear: both; }
.clearR { clear: right; }
.clearL { clear: left; }
.imgLeft { float: left; margin: 0 1em 1em 0; }
.imgRight { float: right; margin: 0 0 1em 1em; }
.imgCenter { text-align: center; margin-top: 1em; }

