/* CSS Document */

html{
overflow-y:scroll;
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote{margin:0;padding:0;}
fieldset,img{border:0;}
*table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
body{word-break:break-all;font:14px/1.2 "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;*font-size:small;*font:x-small;}
select, input, textarea{font-family:"MS UI Gothic","MS PGothic";}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}
h1,h2,h3,h4,h5{font-size:100%;}
a{text-decoration:none;color: #D0C4B1;}
a:hover{
	color: #D0C4B1;
	text-decoration: underline;
}
body *{line-height:1.38em;*line-height:1.3em;}
body{
background:#000000;
color: #000000;
line-height: 1.3em;
padding: 0 0 1.3em 0;
min-width: 920px;
}
#wrapper{
	width:;
	margin:0 auto;
}
#omake{
position:relative;
width:100%;
height:1px;
z-index:100000;
}
#wrap_contents{
margin:100px auto 0 auto;
padding:10px 0;
text-align:left;
background:#ffffff;
position:absolute;
top:0;
right:400px;
width:400px;
height:400px;
border-top:1px #ffffff solid;
}
/*	container
----------------------------------*/
#container{
	width:900px;
	margin:0 auto;
/*	background: url(../img/bg_ksc.gif) no-repeat 500px 25px; */
}
#header{
	height:140px;
	position:relative;
	background: url(../img/bg_piano_top.gif) repeat-x 0 0;
}
#header h1 a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:250px;
	height:70px;
	position:absolute;
	top:40px;
	left:0;
	background: url(../img/logo.gif) no-repeat 0 0;
	z-index:100;
}
#header a.blog_qr{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:74px;
	height:74px;
	position:absolute;
	top:40px;
	right:0;
	background:#000 url(http://wauke.net/qr_img.php?t=g&s=2&d=http://blog.wauke.net/m.cgi) no-repeat 0 0;
	z-index:99;
}
#body{
	padding-bottom:10px;
}
#main{
float:left;
width:560px;
}

#right1{
float:right;
width:160px;
}
#right2{
float:right;
width:160px;
}
#main,#right1,#right2,.moblog_body{
	border-top:1px #ffffff solid;
	padding-top:10px;
}
#right1,#right2{
	margin-left:10px;
	color:#fff;
}
#footer{
	border-top:1px #ffffff solid;
	padding:10px 0 40px 0;
	text-align:right;
	font-size:80%;
	color:#fff;
}

/*	right1,#right2
----------------------------------*/
.about_me{
	font-size:90%;
}
.about_me .img_prof{
	float:left;
	margin:0 5px 2px 0;
	padding:2px;
	background:#fff;
	border:1px #fff solid;
}
.sidecol{
	font-size:80%;
	margin-bottom:20px;
}
.sidecol h3{
	font-size:110%;
	margin-bottom:5px;
	padding:6px 0 6px 15px;
	background:#000 url(../img/toon.gif) no-repeat 0 50%;
}
.sidecol ul{
	margin-left:20px;
}
.sidecol li{
	margin-bottom:5px;
}
.calendar table{
	background:#222;
}
.calendar th{
	color:#ccc;
}
.calendar tr,
.calendar td{
	background:#000;
}
.calendar td{
	text-align:right;
}
.calendar a{
	text-decoration: underline;
}
.calendar a:hover{
	background:#685029;
	color:#fff;
	text-decoration: none;
}
/*
.calendar a{
	margin : -2px;
	padding: 2px 2px;
	color: #000;
	width: ;
	height:100%;
	display:block;
	text-decoration: underline;
	border: 0px solid #3366FF;
	background-color:#fff;
}
.calendar a:hover{
	background-color:#D0C4B1;
}
*/
/*	moblog_now1
----------------------------------*/
.moblog{
	text-align:center;
}
.moblog .caption{
	display: none;
}
.p_title{
	
}
.p_body img{
	width:120px;
	height:160px;
	margin:0 5px 2px 0;
	padding:2px;
	background:#fff;
	border:1px #fff solid;
}
.p_date{
	
}

/*	main
----------------------------------*/
.entry{
	margin-bottom:20px;
}
.entry-header{
	margin-bottom: 0;
	padding-bottom: 12px;
}
.entry-header h2{
	font-size:120%;
	z-index:1000;
}
.ent-title a:hover{
	text-decoration: none;
}
.entry-txt pre{
	margin:4px 0;
	padding:10px;
	font-size:90%;
	background:#eee;
	border:1px #cccccc solid;
	line-height: 0.7em;
}
.entry-txt blockquote{
	margin:4px 0 12px 0;
	padding:10px;
	font-size:90%;
	position:relative;
	color:#5C5241;
	background:#ECE5D9 ;
	border:1px #CDC0A9 solid;
}
.entry-txt blockquote span.clip{
	width:30px;
	height:30px;
	position:absolute;
	top:-18px;
	right:2px;
	background: url(../img/bg_clip.gif) no-repeat 0 0;
}
.ent-date{
	padding-top:3px;
	text-align:center;
	overflow:hidden;
	display:block;
	width:50px;
	height:65px;
	position:absolute;
	top:40px;
	left:-50px;
	color:#000;
	font-size:80%;
	background:#ccc url(../img/bg_date.gif) repeat-y 0 0;
	border:0px #ff0000 solid;
}
.ent-date span{
	display:block;
}

.entry-body{
	background:#fff url(../img/bg_end.gif) no-repeat 100% 100%;
}
.entry-body-int{
	margin: 0px;
	padding: 10px;
}
.entry-body-int p{
	margin-top: 0;
}
.entry-body a{
	color:#685029;
	text-decoration: underline;
}
.entry-body a:hover{
	background:#685029;
	color:#fff;
	text-decoration: none;
}
.entry-txt{
	width:540px;
	overflow:auto;
}
.enrty-data{
	text-align:right;
	margin-top: 10px;
	font-size:90%;
	color:#fff;
}

/*	Archive
----------------------------------*/
.pun{
	border-bottom:1px #ffffff solid;
	padding:5px 0 15px 0;
	margin-bottom: 10px;
	font-size:80%;
	color:#fff;
}
.pun2{
	border-top:1px #ffffff solid;
	padding:15px 0 5px 0;
	margin-bottom: 10px;
	font-size:80%;
	color:#fff;
}
.arc_description{
	font-size:70%;
	color:#fff;
}
.arc_data{
	font-size:70%;
	color:#fff;
}
.arc_catlist ul,
.arc_daylist ul{
	margin-left:20px;
}
.arc_catlist li,
.arc_daylist li{
	font-size:130%;
	color:#fff;
	margin-bottom: 20px;
}


/*	Entry_Archive
----------------------------------*/
.navi{
	width:120px;
	height:30px;
	position:absolute;
	top:0;
	right:0;
}
.navi a{
	text-indent:-9999px;
	overflow:hidden;
	width:60px;
	height:30px;
	position:absolute;
	top:0;
}
.navi a.older{
	right:60px;
	background:#000 url(../img/bg_navi.gif) no-repeat 0 0;
}
.navi a.newer{
	right:0;
	background:#000 url(../img/bg_navi.gif) no-repeat -60px 0;
}
.navi a:hover.older{
	background-position:0 -30px;
}
.navi a:hover.newer{
	background-position:-60px -30px;
}
#comments{
	margin-bottom:10px;
}
#comments h3,
#tbcol h3{
	color:#fff;
	padding:6px 0 6px 15px;
	margin:2px 0;
	background: url(../img/toon.gif) no-repeat 0 50%;
}
.comment-content{
	background-color: #fff;
	padding: 10px 10px;
	margin: 0 0px;
}
.comment-content p{
	margin: 4px 0;
	line-height: 1.4em;
}
.comment_data{
	color:#fff;
	background: url(../img/arrow.gif) 20px 0 no-repeat;
	padding: 1px 0 0 58px;
	margin: 0 0 20px 0;
	font-size: 90%;
}
.CommentsModerated{
	color:#fff;
	font-size: 80%;
}
.comment_form{
	padding:10px;
	background:#fff;
}
.comment_btn{
	text-align:center;
}
.trackbacks{
	color:#fff;
}

/*	Sub GJT
----------------------------------*/
#twitter_json ul{
	padding:0;
	margin:0;
}
#twitter_json li{
	display:block;
	overflow:hidden;
	width:140px;
	height:1.2em;
	padding-left:15px;
	background: url(../img/bg_tw.gif) no-repeat 0 1px;
	list-style: none;
}
#twitter_json a{
	display: none;
}
.flickr_bana .flickr_title{
	text-align:center;
}
.flickr_bana .flickr_badge_image img{
	margin: 0 3px;
	padding:2px;
	background:#fff;
	border:1px #fff solid;
}
.flickr_bana img.flickr_badge_icon{
	margin:0 5px 0 0;
	border:1px #fff solid;
}
/*	moblog
----------------------------------*/
#main_moblog .moblog_body{
	float:left;
	width:730px;
}
#main_moblog .mcol{
	float:left;
	font-size: 80%;
	text-align:center;
	color:#fff;
	padding:2px 15px 20px 0px;
}
#main_moblog .mcol img{
	width:120px;
	height:160px;
	margin:0 5px 2px 0;
	padding:2px;
	background:#fff;
	border:1px #fff solid;
}
#main_moblog .mcol .caption{
	display: none;
}
/*	etc
----------------------------------*/
.hide{display: none;}
.relative{position:relative;}

/* IEPNGFIX
----------------------------------*/
* html .IEPNGFIX{
	behavior: expression(IEPNGFIX.fix(this));
}

/* clearfix(Win_IE7_対応版)
----------------------------------*/
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  height:1%;
  overflow:visible;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */

