/* CSS Document */

@charset "UTF-8";

/* 全体 */

*{
	margin: 0;
	padding: 0;
	font-size:12px;
	font-family: Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}

.clear{
	clear: both;
}

#wrapper{
	margin: auto;
	width: 750px;
}

a,a:hover{ color:#009966;}

body{ background:url(/images/body_bg.png) repeat-x;}

/* ヘッダー */

#htxt{height:24px;text-indent:-666666px;}

#header{ padding:0px 0 0 10px;}

#header h1 a{ display:block; width:307px; height:59px; background:url(images/logo2.gif) no-repeat; text-indent:-66666px; margin-bottom:20px;}

#headerbar{ width:740px; height:24px; margin-bottom:20px; padding:10px 0 0 10px;}

#headerbar a{ color:#333333; font-weight:bolder; text-decoration:none;}

/* サイドメニュー */

#sidenemu{float:left; width:180px; padding:0px 10px;}

.sidebn{ margin-bottom:10px;}

.menu{ margin-bottom:20px;}

.menu p{ background:url(images/sidebar.jpg) no-repeat; width:180px; height:20px; color:#333333; font-weight:bolder; text-align:center; padding-top:5px;}

.menu ul{ list-style:none;}

.menu li{background: url(images/menuicon.jpg) no-repeat;background-position: 5px 10px;border-bottom: 1px dotted #CCCCCC;font-size: 12px;text-decoration: none;}

.menu li a{ color:#333333; text-decoration:none;padding:10px 0 10px 22px; display:block;}
.menu li a:hover{ color:#333333; text-decoration:none;padding:10px 0 10px 22px; background:#f3f3f3;}

/* メイン */

#main{ float:right; width:530px; padding:0 10px 0 10px;}

.entry-title{ background:url(images/titlebar.jpg) no-repeat; height:22px; padding:8px 0 0 90px;}

.entry-title a{ color:#333333; text-decoration:none;}

.entry-body{ padding:20px 10px; line-height: 150%;}

.entry-body p{ padding-bottom:20px;}

.entry-footer{ padding:10px; text-align:right; border-top:#999999 solid 1px; margin-bottom:30px;}

.entry-footer a,entry-footer a:hover{ color:#333333;}

.photo{ margin-bottom:20px;}

/* コメント */
.comments-header,.comments-open-header{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.comments-content,.comment{margin-bottom:30px;}

.comments-open-moderated,.comment-url{margin-bottom:10px;}
			   
#name-email p{margin-bottom:10px;}

.pkg h3,.pkg p,.pkg blockquote{margin-bottom:10px;}

/* フッタ */

#pagetop{text-align:right;padding:5px 5px;}

#pagetop a,#pagetop a:hover{ color:#990000;}
	
#footer{ border-top:#009966 solid 5px; text-align:center; padding:5px;}


