html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body{
	margin:0;
	padding:0;
	position:absolute;
	width:100%;
	height:100%;
	background: url(null) fixed;
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

div p{
	color:#828282;
}

img{
	border-style: none;
	margin:0;
}

a{text-decoration:none;}
a:link { color: #828282; }
a:visited { color: #828282; }
a:hover{color:#ff008a; 	text-decoration:underline;}
a:active { color: #828282; }

#front {
	width:100%;
	height:100%;
	position: fixed;
	z-index:10;
}

#flashbg{
	width:100%;
	height:100%;
	z-index:0;
	position: fixed;
	bottom:0px;
	left:0px;
	display:none;
}

#topflash{
	display:none;
}

#contents_bg{
	width:100%;
	height:100%;
	min-height:100%;
	z-index:1;
	position: absolute;
	top:0px;
	left:0px;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	font-size:1em;
	font-weight:bold;
}

#header h2{
	margin:0;
	display:none;
}

#contents{
	width:600px;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url("images/pagebg.gif");
}

#contents:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
}

#left_contents{
	width:432px;
	padding-top:27px;
	float:left;
}

#right_contents{
	width:168px;
	float:right;
}

#entry{
	width:397px;
	margin:0 auto;
	color:#828282;
}

.entry_header{
	font-size:1em;
	font-weight:bold;
	height:20px;
	padding:5px;
	background-image:url("images/upperbar.gif");
	background-repeat:no-repeat;
	background-position:bottom;
}

.entry_body{
	font-size:0.8em;
	line-height:150%;
	padding:15px 10px;
}

.entry_footer{
	font-size:0.6em;
	padding:10px 0px;
	margin-bottom:15px;
	text-align:right;
	background-image:url("images/underbar.gif");
	background-repeat:no-repeat;
	background-position:top;
}

#category{
	width:168px;
	background-image:url("images/category_back.gif");
	overflow: auto;
}

#category ul{
	font-size:0.7em;
	list-style-image:url("images/category_mark.gif");
	margin-left:25px;
	padding-left:0px;
}

#category ul li{
	padding-bottom:4px;
}

#category ul a{
	color:#0096ec;
}

#archive{
	width:168px;
	background-image:url("images/archive_back.gif");
}

#archive p{
	padding:10px;
	font-size:0.7em;
	color:#669709;

}

#archive ul a{
	color:#669709;
}

#archive ul{
	font-size:0.7em;
	list-style-image:url("images/archive_mark.gif");
	margin-left:25px;
	padding-left:0px;
}

#archive ul li{
	padding-bottom:4px;
}

.date-header{
	display:none;
}

/*archive page*/
.archive_list{
	font-size:0.8em;
	font-family:Verdana;
}

/* Entry */
#entry_link{
	width:397px;
	margin:15px auto;
	font-size:0.7em;
	font-family:Verdana;
	font-weight:bold;
	color:#828282;
	text-align:center;
}

#track_back{
	width:397px;
	margin:15px auto;
	color:#828282;
}

#track_back h4{
	font-weight:bold;
	color:#828282;
	margin-bottom:3px;
}

.track_back_url{
	width:397px;
	font-size:0.8em;
	margin:4px 4px;
}

pre{
	font-size:1.2em;
	width:360px;
	margin:10px;
	padding:5px;
	background-color:#E8F8FF;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	line-height:150%;
	overflow:auto;
}

#comment-author,#comment-email,#comment-url{
	width:150px;
	margin-bottom:3px;
}
#comment-text{
	width:300px;
	height:200px;
	margin-bottom:3px;
}

#comment_form_margin{
	width:397px;
	margin:15px auto;
}
#comment_form{
	width:397px;
	color:#828282;
	font-size:0.8em;
}

textarea{
	margin-bottom:3px;
}

#comment_form h4{
	font-weight:bold;
	color:#828282;
	margin-bottom:3px;
}

#comment_form p label{
	color:#828282;
}

/* comments */
#comments{
	width:397px;
	margin:10px auto;
}

.comment_header{
	font-size:1em;
	font-weight:bold;
	color:#828282;
	height:20px;
	padding:5px;
	background-image:url("images/upperbar.gif");
	background-repeat:no-repeat;
	background-position:bottom;
}

.comment_content{
	font-size:0.8em;
	line-height:150%;
	padding:15px 10px;
}

.comment_footer{
	text-align:right;
	font-size:0.7em;
}

#archive_title{
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:5px;
}

#archive_date{
	font-size:0.7em;
	margin-bottom:15px;
	padding-left:5px
}

#comfirm_header{
	width:397px;
	color:#828282;
	font-size:0.8em;
	line-height:150%;
	margin:15px auto;
}

#comfirm_form{
	width:397px;
	color:#828282;
	line-height:150%;
	font-size:0.8em;
	margin:0 auto;
}