/* 基本設定 */
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: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
} 


/* リンクテキスト設定 */
a {	text-decoration: underline;}

/* リンクイメージ設定 */
a img { border: 0; }


/* 基本テキスト設定 */
h1, h2, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{margin-top: 10px;margin-bottom: 10px;}

/* フォーム設定 */
form { margin: 0; padding: 0; }


/* 記事タイトル */
h3 {
	color:#CC0000;
	font-weight:bold;
	text-decoration: none;
}
h3 a {
	color:#CC0000;
	font-weight:bold;
	text-decoration: none;
}


/* レイアウトボックス設定 */
#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 755px;
	text-align: left;
    
}

#container-inner
{
	position: static;
	width: auto;
}


#pagebody {
	position: relative;
	width: 750px;
	border-width:0 3px 0 2px;
	border-color:#FFC285;
	border-style:solid;
	background-image: url(img/bodyback.gif);
	background-repeat: repeat-y;
	padding: 10px 0px 0px 0px;
 }

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


/* ブログのバナー背景部分に画像を指定 */

div#banner
{
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: right;
	width: 755px;
	height: 242px;
	background-color: #FFFFFF;
	position: relative;
}

#banner-inner
{
	position: static;
}


#alpha
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	width:195px;
	float: left;
}

#beta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	width:507px;
	float: left;
	margin-left: 20px;
}

#alpha-inner {
	position: static;
	width:195px;
}

#beta-inner, {
	position: static;
}


/* タイトル＆キャプション非表示 */
div#banner-inner h1#banner-header
{
	visibility: hidden;
}

div#banner-inner h2#banner-description
{
	visibility: hidden;
}


/* 記事のタイトル部分 */
div.entry h3.entry-header {
	padding:10px 0 0 10px;
	background:url(img/title.gif);
	background-repeat: no-repeat;
	height:46px;
	font-color:#CC0000;
}

/* アーカイブのタイトル部分 */
.archive-header
{
	padding:10px 0 0 10px;
	background:url(img/title.gif);
	background-repeat: no-repeat;
	height:46px;
	text-align:left;
	font-color:#CC0000;

}

/* パンくずメニュー */
.content-nav
{
	margin: 10px;
	text-align: left;
}

/* 記事関連 */
.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.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,
.comments-info,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 10px;
	line-height: 150%;
}

.trackbacks-info p,
.comments-info p
{
	margin-top: 5px;
}

.trackbacks-link
{
        font-size: 0.8em;
}

.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;
}

.entry-footer p
{
	margin-top: 0;
	margin-bottom: 2px;
}

.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;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}

img.emoticon,
.entry-content img.emoticon
{
	border: 0;
	padding: 0 1px;
	background-color: transparent;
}

/* サイドバー・モジュールの指定 */

.h2 module-header{visibility: hidden;}
h2 {text-align:center;}

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

.module-list-item,
.archive-list-item
{
	padding-left: 20px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;

}
ul { list-style-type:none; } 



/* 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; }


/*フッターの指定*/

.pagetop
{
 width:750px;
 height:20px;
 border-width:0 3px 0 2px;
 background-image: url(img/bodyback.gif);
 background-repeat: repeat-y;
 border-color:#FFC285;
 border-style:solid;text-align:right; font-size:10px;
 clear: both;
 margin:0;
}

.pagetoptext{
	margin-right: 10px;
}

.copyright {
 width:750px;
 height:40px;
 border-width:0 3px 0 2px;
 background-image:url(img/footer.gif);
 border-color:#FFC285;	
 border-style:solid;
 margin:0;
 clear: both;
}

.copyrighttext{text-align:right; font-size:10px;}



/* モジュール関連 */

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

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


.module-more
{
	text-align: right;
}

.module-elsewhere .module-list img,
.archive-elsewhere .archive-list img,
.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-qrcode .module-content { text-align: center; }




.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed 
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
*+html body .typelist-thumbnailed .module-list-item { height: 1%; }
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.typelist-no-description
{
   text-align: center;
   margin: 10px 0;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos { margin: 0; }
.module-recent-photos
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos{ display: inline-block; }
/* no ie mac \*/
*+html body .module-recent-photos { height: 1%; }
* html .module-recent-photos  { height: 1%; }
.module-recent-photos{ display: block; }
/* */

.module-recent-photos
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}

/* 脚注ボックス*/

.box{
	width:450px;
	boder-width:1px;
	border-color: #CCCCCC;
	border-style:dotted;
	padding:5px;
	min-height:160px;
	clear:both;

}

.box img{border:0; float:left; margin-right:10px;}
.entry-body ul a { font-size:18px; color:#CC0000; font-weight:bold;}
.entry-body ul { margin-left:0; line-height:150%;}
.entryall {text-align:right;}
