/* CSS Document */


body  { 
	margin: 0px;
	padding: 0px;
     color: black; 
     background-image: url(http://www.kamata-sika.com/blog-incho/images/bg_body.gif);
     text-align: center ;
	 	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
		font-size:small;
     }

a { color: #12afe3; text-decoration: underline}
a:visited { color: #008bcc }
a:hover { color: #00f }
a:active { color: red }

h2 { font-size: 1em; padding: 4px; border-bottom: 1px dotted #ccc }

h4 { font-size: 1em; padding: 4px }
li  { color: #999; list-style-type: square; margin-top: 0; margin-bottom: 0 }
ul { list-style-type: disc; margin: 0.5em 0 0.5em 20px }


#contents_area   { margin-right: auto; margin-left: auto; width: 760px }
#footer   { font-size: 90%; text-align: left; clear: both }



/* ヘッダー
---------------------------------------------------- */


#header {
	width: 760px;
	background: url(http://www.kamata-sika.com/blog-incho/images/bg_title_incho.jpg) no-repeat;
	height: 260px;
}

#header a {
	padding: 0px;
	height: 100px;
	width: 430px;
	text-indent: -9999px;
	display: block;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}



#header p { font-size: 90% }




#left_area    { 
	text-align: left; 

	width: 590px; 
	float: left }
	
#left_area h1{
font-size:80%;
	}
	
	
#left_area #entry_area h3{
	width: 540px;
	background-image: url(http://www.kamata-sika.com/blog-incho/images/bg_entryh1.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	padding-top: 10px;
	height: 30px;
	color: #993300;
}
	
	
	
/* 右カラム
---------------------------------------------------- */

#right_area   {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 160px;
	float: left;
	font-size: 80%;
	margin-top: 20px;
}


#right_area h3{
	background-image:url(http://www.kamata-sika.com/blog-incho/images/bg_sidehed.gif);
	width:160px;
	line-height:20px;
	text-indent:10px;
	height:20px;
	font-size: 80%;
}


#right_box{
	background-image: url(http://www.kamata-sika.com/blog-incho/images/bg_sidebody);
	background-repeat: repeat-y;
	
}


#right_body{
	background-image: url(http://www.kamata-sika.com/blog-incho/images/sidemodule-bg.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C8C6C6;
	border-bottom-color: #C8C6C6;
	border-left-color: #C8C6C6;
	padding: 3px;
}

#right_body p{
margin:0 0 5px 0;
padding:0px;
}






/* エントリー枠装飾
---------------------------------------------------- */

DIV#date{
width:230px;
margin-left:290px;
font-size:12px;

}


DIV#entry_area {
	width: 540px;
	margin-top: 15px;
	margin-bottom: 5px;
	background-image: url(http://www.kamata-sika.com/blog-incho/images/bg_entrybody.gif);
	background-repeat: repeat-y;	
}

DIV#entry_area h1{
	width: 540px;
	background-image: url(http://www.kamata-sika.com/blog-incho/images/bg_entryh1.gif);
	background-repeat: no-repeat;
	font-size: 97%;
	text-indent: 20px;
	padding-top: 10px;
	height: 30px;
	color: #993300;
}

.entry_body {
	width: 540px;

	background-image: url(http://www.kamata-sika.com/blog-incho/images/bg_entrybottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.entry_bodyIN{
padding:0 20px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	font-size:90%;

}


.entry_info{
font-size:78%;
padding:10px;

}
.entry_comment{
	font-size:78%;
	width: 350px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

h3.comments-open-header{

}

