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

/* basic page elements */
* {
	margin:0;
	padding:0;
	border:none;
}

body {
	background-image:url(/blog_img/bg_container.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color:#000000;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	font-size:12px;
	font-weight:normal;
	line-height:20px;
}


a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}


.module-content a {
	color:#000000;
	text-decoration:none;
}
.module-content a:visited {
	color:#333333;
	text-decoration:none;
}
.module-content a:hover { 
	color:#000000;
	text-decoration:underline;
}

.rss-date a {
	color:#990000;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6
{
}

/* 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 body .pkg { height: 1%; }
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	/* ie win (5, 5.5, 6) bugfix */
	position: relative; 
	width: 526px;
	height: 30px;
	background-image:url(/blog_img/line.gif);
	margin: 20px 0px 10px 25px;
	padding: 0px;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}



.trackbacks-info,
.comment-inner,
.comments-open-header a:visited,
.archive-header
{
	width: 526px;
	margin: 5px 0px 5px 25px;
	font-size: 12px;
	color: #000000;
}

.comment-header{
	font-size: 11px;
	color: #666666;
}


.comment-footer,
.comment-footer-experimental{
	font-size: 11px;
	color: #666666;
}

.module-header a,
.entry-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


.module-header a:visited,
.entry-header a,
.trackbacks-header a:visited,
.comments-header a:visited,
.comments-open-header a:visited,
.archive-header a:visited
{
	color: #000000;
	margin: 5px 0px 5px 25px;
}

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

.entry-more-link,
.entry-footer,
.comments-open-moderated,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 11px;
	margin: 5px 5px 5px 25px;
}


/* page layout */


#container { 

	width:800px;
	margin:0 auto;
	position:relative;
}
	
#container-inner {
	width:800px;
	position:relative;
}

/* ヘッダー */
#banner {
	width:800px;
	position:center;
	background:url(/blog_img/title.jpg) no-repeat;
}

#banner-header {
	width:800px;
	height:263px;
	position:relative;
}

#banner-header a {
	width:800px;
	height:263px;
	display:block;
	outline:none;
	text-indent:-9999px;
}
#banner-description {
	position:absolute;
	text-indent:-9999px;
}
/* ヘッダーここまで */

/* ページボディ */
#pagebody {
	width:800px;
	margin:0px auto;
}
/* ページボディここまで */


/* エントリー */
#alpha {
	float:left;
	width:556px;
}

#alpha-inner {
	padding:0px;
	color:#000000;
}

#alpha  a:link,#alpha a:vlink {
	color:#000000;
	text-decoration:none;
}

#alpha a:hover {
	color:#000000;
	text-decoration:underline;
}


.content-header {
	margin:0px;
	padding:0px 0px 3px 20px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.content-nav {
	height:15px;
	padding:0px 0px 5px 25px;
	color:#000000;
	font-size:10px;
}

.date-header {
	width:526px;
	height:15px;
	text-align:right;
	margin:0px 0px 5px 25px;
	font-size:10px;
	color:#000000;
}

.entry {
	width:526px;
	margin:0px 0px 40px 25px;
}
.entry-header {
	height:30px;
	text-align:center;
    background-color:#FFFFFF;
    border-style:solid;
    border-width:1px 0px 1px 0px;
    border-color:#000000;
	padding-top:10px;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.2em;
}
.entry-header a {
	color:#000000;
	text-decoration:none;
}
.entry-header a:visited {
	color:#333333;
	text-decoration:none;
}
.entry-header a:hover { 
	color:#000000;
	text-decoration:underline;
}
.entry-content {
	margin-top:15px;
	padding:0px 0px 5px 0px;
}
.entry-body {
	width:526px;
	color:#555555;
	padding:0px;
}
.entry-hr {
	clear:both;
	height:10px;
}
.entry-footer {
	clear:both;
	color:#000000;
	margin:5px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	background:url(/blog_img/entries-bottom.gif) no-repeat left bottom;
	font-size:10px;
	line-height:18px;
}

/* エントリー ここまで*/

/* RSS */

.rss-date {
	width:526px;
	height:15px;
	margin:5px 0px 25px 0px;
	font-size:10px;
	color:#000000;
}

.rss-entry {
	width:680px;
	margin:0px 60px 40px 60px;
}
.rss-entry-header {
	height:30px;
    background-color:#FFFFFF;
    border-style:solid;
    border-width:1px 0px 1px 0px;
    border-color:#000000;
	padding-top:10px;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.2em;
}
.rss-entry-content {
	margin-top:15px;
	padding:0px 0px 5px 0px;
}
.rss-entry-body {
	width:680px;
	color:#555555;
	padding:0px;
}
.rss-entry-hr {
	clear:both;
	height:10px;
}

/* RSS ここまで*/

/* アーカイブ　*/
.archive-title {
	width:523px;
	height:25px;
	text-align:center;
	margin-left:25px;
	padding-top:10px;
	display:block;
	background:#333333;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.2em;
}

.archive-date-based archive {
	width:523px;
	margin-left:25px;
	display:block;
}

#alpha-inner ul {
	width:523px;
	margin-left:25px;
	padding:10px 0 10px 0;
	list-style:none;
	font-size:12px;
	line-height:30px;
	letter-spacing:0px;
}

#alpha-inner li {
	height:30px;
	padding:0px 0px 0px 15px;
	background:url(/blog_img/bg_archive.gif) no-repeat center bottom;
}

/* アーカイブここまで*/

/* サイドバー */
#beta {
	float:right;
	width:194px;
	margin: 0;
	padding:20px 25px 30px 0px;
}

#beta-inner {
	padding:0px;
	color:#333333;
}

#beta-inner a:link {
	color:#000000;
	text-decoration:none;
}

#beta-inner a:visited {
	color:#333333;
	text-decoration:none;
}
#beta-inner a:hover {
	color:#000000;
	text-decoration:underline;
}

#beta-inner p,#beta-inner ul {
	padding:10px 0 10px 0;
	list-style:none;
	font-size:12px;
	line-height:30px;
	letter-spacing:0px;
}

#beta-inner li {
	height:30px;
	padding:0px 0px 0px 15px;
	background:url(/blog_img/bg_side.gif) no-repeat center bottom;
}


.module-profile {
	background:url(/blog_img/bg_side_line.gif);
	padding:5px 10px;
	font-size:10px;
	line-height:15px;
	color:#000000;
}


.module-archives,.module-categories,.module-syndicate {
	margin-bottom:15px;
}


.module-header {
	padding:0px 30px 0px 60px;
	text-aline:center;
	font-size:14px;
	font-weight:bold;
	color:#990000;
}

.module-calendar {
	background:url(/blog_img/bg_calendar.jpg);
	text-aline:center;
	margin-bottom:25px;
	font-size:10px;
	color:#000000;
}

.module-calendar a {
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

.module-content {
	padding:0px;
	
}

.module-banner {
	padding:0px;
	margin-bottom:30px;	
}

.module-kiyaku {
	background:url(/blog_img/bg_side_line.gif);
	padding:0px;
	text-align:center;
}


.module-content a:link,.module-content a:visited {
	color:#000000;
	text-decoration:underline;
}

.module-content a:hover {
	color:#000000;
	text-decoration:none;
}

#beta-inner th,#beta-inner td {
	width:21px;
	font-size:10px;
	text-align:center;
}

#powered {
	padding:10px;
}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: left;
    background-color: #ffffff;
}

.layout-two-column-right #content {
    float: left;
    width: 195px;
    margin: 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
/* フッター */
#footer {
	width:800px;
	height:112px;
 	bottom: 0;
	margin:0 auto;
    padding:0px;
}
#footer-copy {
	width:800px;
	height:34px;
	margin:0 auto;
 	bottom: 0;
    padding:0px;
    text-align: center;
	background:url(/blog_img/footer02.jpg) no-repeat center bottom;    
	color:#000000;
	font-size: 12px;
}

/* フッターここまで */

/* フォーム */
.comments-open {
	padding:0px;
}


.comments-open-moderated {
	padding:10px 20px 0px 25px;
	margin:0px 0px 10px 25px;
	font-size:10px;
}


.comments-open-text {
	color:#000000;
	margin:0px 5px 10px 0px;
	font-size:12px;
}

input,textarea {
	padding:2px;
	border:#999999 solid 1px;
}

.checkbox {
	border:none;
}

.comments-open-content input,.comments-open-content textarea {
	width:320px;
	padding:2px;
	border:#999999 solid 1px;
}

.comments-open-content label {
	float:left;
	color:#000000;
	margin:0px 0px 15px 25px;
	width:100px;
	display:block;
	white-space:nowrap;
}

.comments-open-content p {
	clear: both;
	padding:0px;
}

#comment-bake-cookie {
	width:auto;
	border:none;
	vertical-align:baseline;
}

#form-url {
	display:none;
}

#comments-open-header {
	margin:0px 0px 10px 0px;
	padding:0px 5px;
}

#comments-open-data p {
	color:#000000;
	margin:0px 5px 10px 0px;
	font-size:12px;

}

#comments-open-footer {
	width:526px;
	clear:both;
	height:45px;
	color:#000000;
	text-align:center;
	margin:10px 0px 40px 25px;
	padding:20px 0px;
	background:url(/blog_img/line.gif) no-repeat center -20px;
}

.comments-closed {
	clear:both;
	color:#000000;
	height: 30px;
	margin:5px 0px 30px 0px;
	padding:5px 0px 20px 25px;
	background:url(/blog_img/line.gif) no-repeat left top;
	font-size:12px;
	line-height:18px;
}

/* エラーページ */
.layout-one-column div#alpha {
	float:none;
	padding:0px; 
}

.layout-one-column div#alpha-inner {
	padding:0px; 
}


