@charset "utf-8";

/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body {
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", "Osaka", "ＭＳ ゴシック",sans-serif;
	background: #FFFFFF url(http://www.kinki36fudo.org/image/bg.jpg) repeat-x ;
	text-align: center; /* center on ie */
	}
form, input {
	margin: 0;
	padding: 0;
	}
a {
	text-decoration: underline;
	}
a:link {
	color: #14958B;
	background: transparent ;
	}
a:visited {
	color: #63468F;
	background: transparent ;
	}
a:hover {
	color: #C7473B;
	background: transparent ;
	}
a:active {
	color: #C7473B;
	background: transparent ;
	}
a img {
	border: 0;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

#container {
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 800px;
	text-align: left;
	}
#container-inner {
	position: static;
	width: auto;
	}

#banner {
	position: relative;
	width: 790px; /* necessary for ie win */
	}
#banner-inner {
 	padding: 70px 0 0 0;
	position: static;
	}
h1#banner-header {
	margin: 0;
 	padding: 0;
 	}
h1#banner-header a {
	margin: 0;
 	padding: 0;
	display: block;
	background: #FFFFFF url(http://www.kinki36fudo.org/image/title.gif) no-repeat;
	width: 341px;
	height: 62px;
	text-indent:-9999px;
	}

#pagebody {
	position: relative;
	width: 100%;
	}
#pagebody-inner {
	position: static;
	width: 100%;
	}

#alpha, #beta, #gamma, #delta {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	}
#delta {
	float: right;
	}
#alpha {
	margin: 0 20px 0 0px;
	width: 420px; }
#beta {
	margin: 0 20px 0 0px;
	width: 160px;
	}
#gamma {
	margin: 0px;
	width: 180px;
	}
#alpha-inner,
#beta-inner,
#gamma-inner,
#delta-inner {
	position: static;
	padding: 0px;
	}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 10px 0;
}
.entry-content h3 {
	margin: 20px 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: #C1B431 1px solid;
	font-size: 110%;
	font-weight: bold;
	}
p.entry-excerpt {
	margin: 0;
	padding: 0;
	font-size: 86%;
	}
.entry-content dl {
	}
.entry-content dl dt {
	border-left: 3px solid #C1B431;
	padding: 0 0 0 5px;
	font-weight: bold;
	}
.entry-content dl dd {
	margin: 0 0 1em 1em;
	}
.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}




/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item {
   margin-top: 5px;
   margin-bottom: 5px;
	font-size: 86%;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
   margin: 10px 0 0 0;
	border-bottom: 2px solid #C7473B;
	padding: 2px;
	color: #C7473B;
   font-size: 90%;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

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







.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header {
	margin-top: 10px;
	border-bottom: #C7473B 2px solid;
	padding: 0px;
	color: #C7473B;
	font-size: 120%;
	font-weight: bold;
	}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   padding: 0 10px;
   font-size: 80%;
   text-align: center;
}

#footer {
/*
	padding: 10px 0;
*/
	clear: both;
	border-top: #C7473B 2px solid;
	}

/* --------- by Suenaga --------- */

#botbanner {
	margin: 20px 0px;
}
