/* 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 W3','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック';
	font-size: small;
}

th,td
{
	font-family: 'Hiragino Kaku Gothic Pro W3','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック';
	font-size: small;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
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;
}

a{
	color:#598527;
}

a:visited{
	color:#999999;
}

a:hover{
	color:#e8731f;
}


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

body { text-align: center; } /* center on ie */

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

#banner { position: relative; }
#banner-inner { position: static; }

#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-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* content */

.content-nav
{
}

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

.comment{
	margin:0;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
}

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


/* modules */

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

.module-header{
	margin:0px;
}

.module-content
{
	position: relative;
	margin: 1em 20px 3em 12px;
	line-height:125%;	
}

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

.module-list-item
{
	margin:0 0 1em 0;
	line-height:125%;
}




/* page layout */

body
{
	min-width: 760px;
	color: #333;
	background: url(img/bg.gif) #e9e4db center top repeat-y;
	　background: url(img/bg_ie.gif) #e9e4db center top repeat-y;
}

#container
{
	width: 760px;
}

#container-inner
{
}

#banner
{
	width: 740px; /* necessary for ie win */
}

#banner-inner
{
	margin:0 10px;
}

#alpha { margin: 0 30px 0 0; width: 510px; }
#beta { width: 220px; }
#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner
{
}

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

.entry-header
{
	margin-top: 0;
	border-left: 5px solid #dae0e6;
	padding: 0 0 0 10px;
	color: #666;
	font-size: 18px;
}

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

.entry-footer,
.comment-footer,
.trackback-footer
{
	margin: 0 0 2em 0;
	border-bottom: 1px dashed #999999;
	padding:0 0 0.5em;
	color: #666;
	font-size: x-small;
	text-align: right;
}

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

.content-nav
{
	margin-top: 0;
	line-height:150%;
}

#trackbacks-info
{
	padding:0 0 0.5em;
	border-bottom: 1px dashed #999999;
}

.comments-open-footer
{
	margin: 10px 0;
}

.comments-open-moderated
{
	font-size:x-small;
	color:#666666;
}

/* artistic tweaks */

	.layout-artistic #alpha { width: 260px; }
	.layout-artistic #beta { width: 420px; }

	.layout-artistic #gamma,
	.layout-artistic #delta
	{
		width: 190px;
	}

	.layout-artistic #gamma-inner,
	.layout-artistic #delta-inner
	{
		border: 0;
		padding: 0;
	}


/* moblog1 tweaks */

	.layout-moblog1 #alpha
	{
		margin: 0;
		width: 180px;
		background: #e6ecf2;
	}

	.layout-moblog1 #alpha-inner
	{
		padding: 10px 10px 0 10px;
		border-width: 2px 0 2px 2px;
		border-style: solid;
		border-color: #fff;
	}

	.layout-moblog1 #beta
	{
		margin: 15px 15px 0 15px;
		width: 320px;
		background: none;
	}

	.layout-moblog1 #beta-inner
	{
		padding: 0;
		border-width: 0;
	}

	.layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

	.layout-moblog2 #alpha
	{
		margin: 0;
		width: 86px;
		background: #e6ecf2;
	}

	.layout-moblog2 #alpha-inner
	{
		padding: 10px 10px 0 10px;
		border-width: 2px 0 2px 2px;
		border-style: solid;
		border-color: #fff;
	}

	.layout-moblog2 #beta
	{
		margin: 15px 15px 0 15px;
		width: 260px;
		background: none;
	}

	.layout-moblog2 #beta-inner
	{
		padding: 0;
		border-width: 0;
	}

	.layout-moblog2 #delta
	{
		width: 154px;
	}

	.layout-moblog2 .module-recent-photos
	{
		border: 0;
		background: none;
	}

	.layout-moblog2 .module-recent-photos .module-content
	{
		padding: 0;
		border: 0;
	}

	.layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }


/* timeline tweaks */

	.layout-timeline #alpha { width: 260px; }
	.layout-timeline #beta { width: 420px; }

	.layout-timeline #gamma,
	.layout-timeline #delta
	{
		width: 190px;
	}

	.layout-timeline #gamma-inner,
	.layout-timeline #delta-inner
	{
		border: 0;
		padding: 0;
	}


/* one-column tweaks */

	.layout-one-column body { min-width: 520px; }
	.layout-one-column #container { width: 520px; }
	.layout-one-column #banner { width: 510px; } /* necessary for ie win */


/* two-column-left tweaks */

	.layout-two-column-left #alpha
	{
		margin: 0;
		width: 200px;
		background: #e6ecf2;
	}

	.layout-two-column-left #alpha-inner
	{
		padding: 10px 10px 0 10px;
		border-width: 2px 0 2px 2px;
		border-style: solid;
		border-color: #fff;
	}

	.layout-two-column-left #beta
	{
		margin: 15px 15px 0 15px;
		width: 480px;
		background: none;
	}

	.layout-two-column-left #beta-inner
	{
		padding: 0;
		border-width: 0;
	}


/* three-column tweaks */

	.layout-three-column #alpha
	{
		margin: 0;
		width: 180px;
		background: #e6ecf2;
	}

	.layout-three-column #alpha-inner
	{
		padding: 10px 10px 0 10px;
		border-width: 2px 0 2px 2px;
		border-style: solid;
		border-color: #fff;
	}

	.layout-three-column #beta
	{
		margin: 15px 15px 0 15px;
		width: 320px;
		background: none;
	}

	.layout-three-column #beta-inner
	{
		padding: 0;
		border-width: 0;
	}

/* My Additional */
*{
	margin:0px;
	padding:0px;
}

p{
	margin-bottom:1em;
}

img{
	border:0px;
	line-height:0px;
}

ul{
	margin:0;
}
	
li{
	list-style-type:none;
}

#menu{
	margin:0 0 20px;
	height:40px;
	background:url(img/menu_bg.gif);
}

#menu ul{
	display:block;
	padding:4px 10px 0 10px;
}

#menu li{
	float:left;
}

#menu li.rss{
	float:right;
}

#menu a{
	display:block;
	height:26px;
	background-position:left top;
	text-indent:-9999px;
	text-decoration:none;
}

#menu a:hover{
	background-position:right top;
}

#menu a#menu-miscellaneous{
	width:121px;
	background-image:url(img/menu_miscellaneous.gif);
}

#menu a#menu-miscellaneous.selected{
	background-image:url(img/menu_miscellaneous_selected.gif);
}

#menu a#menu-web{
	width:72px;
	background-image:url(img/menu_web.gif);
}

#menu a#menu-web.selected{
	background-image:url(img/menu_web_selected.gif);
}

#menu a#menu-drama{
	width:75px;
	background-image:url(img/menu_drama.gif);
}

#menu a#menu-drama.selected{
	background-image:url(img/menu_drama_selected.gif);
}

#menu a#menu-movie{
	width:66px;
	background-image:url(img/menu_movie.gif);
}

#menu a#menu-movie.selected{
	background-image:url(img/menu_movie_selected.gif);
}

#menu a#menu-book{
	width:51px;
	background-image:url(img/menu_book.gif);
}

#menu a#menu-book.selected{
	background-image:url(img/menu_book_selected.gif);
}

#menu a#menu-other{
	width:79px;
	background-image:url(img/menu_other.gif);
}

#menu a#menu-other.selected{
	background-image:url(img/menu_other_selected.gif);
}

#menu a#menu-rss{
	width:90px;
	background-image:url(img/menu_rss.gif);
}





#title-category{
	margin:0 0 30px;
}

#title-individual{
	padding-left:30px;
	background:url(img/titlebelt_top.gif) no-repeat;
}

#title-individual .date{
	display:block;
	width:82px; /*WinIE5修正*/
	height:13px;
	margin-bottom:0.6em;
	padding:1px 4px;
	background:url(img/datebase.gif) no-repeat;
	font-size:12px;
	line-height:100%;
	color:#ffffff;
	text-align:center;
}

#title-individual h1{
	margin:0;
	font-size:184%;
	font-weight:normal;
}

#title-bottom{
	height:4px;
	margin-bottom:30px;
	background:url(img/titlebelt_bottom.gif) no-repeat;
	font: 1px/1px monospace;
}

#alpha-body{
	margin-left:30px;
}

#alpha ul.entrylist{
	margin:0 0 0 30px;
}

#alpha ul.entrylist li{
	display:block;
	width:480px;
	margin-bottom:1em;
	line-height:125%;
}

#alpha ul.entrylist .date{
	display:block;
	width:82px;/*WinIE5修正*/
	height:13px;
	margin-right:8px;
	padding:1px 4px;
	background:url(img/datebase.gif) no-repeat;
	float:left;
	font-size:12px;
	line-height:100%;
	color:#ffffff;
	text-align:center;
}

#alpha ul.entrylist a.title,#alpha ul.entrylist a.title-l{
	display:block;
	width:380px;
	float:left;
}

#alpha ul.entrylist a.title-l{
	float:left;
	margin-top:-0.2em;
	font-size:125%;
	font-weight:bold;
	line-height:125%;
}

#alpha ul.entrylist .honbun{
	display:block;
	margin:1em 0px 2em 98px;
	line-height:125%;
}

#alpha .entry-honbun{
	line-height:150%;
	margin:0px 0px 3em 50px;
}

#alpha h2{
	margin-bottom:1em;
}

#footer{
	margin:20px 10px 0 ;
}

#alpha .honbun img,#alpha .entry-honbun img{
	padding:1px;
	border:solid 1px #c1b8ab;
}

#alpha .honbun img.no-border,#alpha .entry-honbun img.no-border{
	padding:0px;
	border:0;
}

/*amazlet*/

.amazlet-info{
	width:200px;
}

/*favorite list*/
ul.favorite-list li{
	display:block;
	float:left;
	margin-bottom:1px;
}

ul.favorite-list li.left{
	margin-right:1px;
}

ul.favorite-list li a{
	display:block;
	width:66px;
	height:66px;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	filter:alpha(opacity=70);
	moz-opacity:0.7;
	opacity:0.7;
}

ul.favorite-list li a:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

ul.favorite-list li div{
	display:block;
	width:66px;
	height:66px;
	background-position:center center;
}

/*Block Quote*/
blockquote{
	display:block;
	border:solid 1px #c1b8ab;
	padding:9px;
}	
