body{
	background-color:#8BA08B;
	background-image:url(/img/bg_main.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:1em;
}

h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,li,ol{
	margin:0px;
	padding:0px;
	font-size:1em;
	font-weight:bold;
}

h1{
	display:none;
}

a{
	color:#990000;
	text-decoration:none;
}
a:hover{
	color:#FF6600;
/*	background-color:#FDF1C4;*/
}

.clear{
	clear:both;
	margin:20px
}

.fontff0000{
	color:#FF0000;
}

#wrapper {
	width:760px;
	margin:auto;
	background-color:#FFFFFF;
}



/*------------------------------------------------------------------head*/
#head {
	width:760px;
	position:relative;
}

/*------------------------------------------------------------------content*/
#content{
	margin:1em auto 0em auto;
	width:720px;
}

/*------------------------------------------------------------------contentleft*/
#contentLeft{
	display:inline;
	float:left;
	width:500px;
	line-height:1.2em;
	font-size:small;
}

#contentLeft h3{
	padding-bottom:5px;
	background-image:url(http://iwamoku.com/blog/img/h3_underline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:1.2em;
}
#contentLeft .entry{
	margin-bottom:3em;
}
#contentLeft .entry ul{
	margin-left:2em;
	
}
#contentLeft .entrybody{
	margin:1em;
	color:#333333;
	line-height:1.3em;
}
#contentLeft .entrybody img{
	margin:0px 5px 5px 5px;
	border:none;
}

#contentLeft #comments{
	margin:1em;
}

#contentLeft #comments .comments-header{
	font-weight:bold;
	border-bottom:double 3px #FF9900;
}

#contentLeft .comment-content{
	border-bottom:1px #999999 dotted;
	margin-bottom:0px;
}

#contentLeft .comment-footer{
	margin:0px 0px 30px 0px;
	text-align:right;
}

#contentLeft #comments-open{
	margin:1em;
}

#contentLeft #comments-open textarea.tarea{
	width:300px;
	border:1px solid #999999;
}
#contentLeft #comments-open input.inputtext{
	border:1px solid #999999;
}

#contentLeft .entrymore{
	margin:1em;
	color:#333333;
	line-height:1.3em;
}
#contentLeft .entryfoot{
	margin:1em;
	background-image:url(http://iwamoku.com/blog/img/dot.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:right;
	padding:3px;
	font-size:small;
}



/*------------------------------------------------------------------contentright*/
#contentRight{
	float:right;
	width:200px;
	display:inline;
}

#contentRight h2{
	padding:1em;
	background:#EFEFEF;
	border:1px solid #CCCCCC;
	font-weight:normal;
	font-size:0.7em;
	line-height:1.2em;
}


#contentRight dt{
	margin:10px 0px 10px 0px;
}

#contentRight dd{
	padding-left:10px;
	font-size:small;
	font-weight:normal;
}
#contentRight li{
	font-size:small;
	font-weight:normal;
	list-style-type:none;
}



/*------------------------------------------------------------------foot*/
#foot{
	text-align:center;
	padding:10px;
	margin-top:10px;
}
#foot #textmenu{
	width:320px;
	margin:auto;
}
#foot ul{
	margin:0px;
	padding:0px;
}
#foot li{
	float:left;
	list-style-type:none;
}
#foot li a{
	font-size:10px;
	display:block;
	padding:5px;
}



