@charset "utf-8";
/*
Theme Name: 株式会社クヌギカスタマイズ
Theme URI: http://kunugi.info/
Description: 株式会社クヌギのカスタマイズテーマ
Version: 1.0
Author: Hiroyuki Yahagi
Author URI: http://kunugi.info/
Tags: white, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	background: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
img {
	border: 0;
	}

h1 {
	width: 439px;
	height: 24px;
	padding: 10px 0 5px 0;
}
h2 ,h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 5px auto;
	padding: 5px 0;
	color:#FF0000;
}
h4 {}
h5 {}

p{
	padding: 5px 0;
}
ul,ol{
	list-style-position: inside;
	line-height: 150%;
}

textarea{
	font-size: 14px;
}

.red{
	color: #DC143C;
}
.green{
	color: #009900;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}
.bold{
	font-weight: bold;
}


/*ヘッダー*/
#header {
	width: 800px;
	margin: 0 auto 10px auto;
}

.description {
	padding: 10px 0 5px 20px;
}

#header_menu{
	height: 35px;
	border-bottom: solid 1px #999;
	background: url(images/bg_header_menu.jpg);
	background-repeat: repeat-x;
}
#header_menu ul{
	font-size: 12px;
	margin: 0 auto;
	width: 800px;
	list-style: none;
	list-style-position:outside;
}
#header_menu ul a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#header_menu ul li{
	float: left;
	width: 138px;
	border-right: solid 1px #666;
	padding: 9px 10px 8px 10px;
	text-align: center;
}

#header_menu ul li.page-item-7{
	border-left: solid 1px #666;
}
#header_menu ul li.current_page_item a,#header_menu ul li a:hover{
	text-decoration: underline;
}

/*メインフレーム*/
div#wrapper{
	width: 760px;
	margin: 15px auto;
	padding: 20px;
	background:url(images/bg_content.gif);
	background-repeat: repeat;
}
div#wrapper_content{
	border: solid 1px #CCC;
	background:url(images/bg_wrapper_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
	padding: 380px 20px 20px 20px;
}

/*コンテンツ*/
div#content{
	float: left;
	width: 540px;
	border: solid 1px #CCC;
	background: url(images/bg_side.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
}
.post{
}
.post h2,h2.pagetitle{
	color: #000;
	font-size: 16px;
	padding: 10px;
}	
.entry{
	padding: 10px;
}
.entry h3{
	color: #000;
	border-left: solid 5px #000;
	padding: 0 0 0 10px;
	margin-top: 10px;
}


.hentry{
	margin: 10px;
}
h3.archive{
	color: #000;
	border-left: solid 5px #000;
	padding: 0 0 0 10px;
}

h3.archive a{
	color: #000;
}

/*コメント*/
#respond{
	padding: 10px;
}
/*サイドバー*/
#sidebar{
	float: right;
	width: 140px;
	padding: 10px;
	background: url(images/bg_side.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: solid 1px #CCC;
	background-color: #FFF;
}

#sidebar ul{
	list-style: none;
	list-style-position: outside;
}

.widgettitle{
}
li.widget{
	margin-bottom: 30px;
}

.widget ul{
	font-size: 12px;
}
.widget ul a{
	color: #666;
	text-decoration: none;
}

.widget ul li{
	background: url(images/arraw.gif);
	background-position: left;
	background-repeat:no-repeat;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
}
/*フッター*/
#footer{
	text-align: center;
	font-size: 12px;
	clear: both;
}