@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 {
	width: 800px;
	margin: 5px auto;
	color: #333;
	background: #FFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
}
img {
	border: 0;
	}

h1 {
	width: 146px;
	height: 50px;
	padding: 0 0 5px 0;
}

h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 5px auto;
	padding: 5px 0;
	color:#FF0000;
}
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;
}

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


/*ヘッダー*/
#header {
	position: relative;
}

.description {
	position: absolute;
	top: 35px;
	left: 372px;
	padding: 0 0 5px 20px;
}

#header_menu{
	width: 800px;
	height: 30px;
	background-color: #DFE3E6;
}
#header_menu ul{
	font-size: 12px;
	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: 112px;
	height: 25px;
	border-right: solid 1px #CCCCCC;
	text-align: center;
}
#header_menu ul li a{
	padding: 8px 0 2px 0;
	display: block;
	height: 30px;
}

#header_menu ul li.current_page_item a,#header_menu ul li a:hover{
	color: #FFF;
	background-color: #333333;
	text-decoration: underline;
}

h2#header{
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #333333;
	text-align: right;
	padding: 5px 5px;
}

/*メインフレーム*/
div#wrapper{
	width: 760px;
	margin: 15px auto;
	padding: 20px;
	background:url(images/bg_content.gif);
	background-repeat: repeat;
}

/*トップページのみ*/
div#wrapper_content_top{
	border: solid 1px #CCC;
	background:url(images/bg_wrapper_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
	padding: 240px 20px 20px 20px;
}

div#wrapper_content{
	border: solid 1px #CCC;
	background-color: #FFF;
	padding: 20px 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{
	padding: 10px;
}
h3.pagetitle{
	color: #F00;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 2px 30px;
	background-image: url(images/bg_left_title.gif);
	background-position: left;
	background-repeat: no-repeat;
}	
.entry{
	padding: 10px 0;
}

/*広告枠*/
table.site_list{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin: 20px 0;
}
table.site_list th{
	text-align: left;
	font-weight: bold;
	color: #333333;
	border-bottom: solid 1px #333333;
	padding: 5px 5px 5px 30px;
	background-image: url(images/bg_site_list_title.gif);
	background-position: left;
	background-repeat: no-repeat;
}
table.site_list td{
	vertical-align: top;
	padding: 10px 3px;
	border-bottom: solid 1px #CCCCCC;
}
table.site_list td img.thumnail{
	float: left;
	padding-right: 10px;
}
/*概要*/
table.gaiyou{
	margin: 15px 0;
	width: 100%;
	border-collapse: collapse;
}
table.gaiyou th{
	width: 120px;
	padding: 18px 8px;
	text-align: right;
	border-bottom: solid 1px #333333;
}
table.gaiyou td{
	padding: 18px 8px;
	border-bottom: solid 1px #333333;
}
h3.entrytitle{
	font-size: 14px;
	color: #000;
	border-left: solid 5px #000;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}


h3.archive{
	color: #F00;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 2px 30px;
	background-image: url(images/bg_left_title.gif);
	background-position: left;
	background-repeat: no-repeat;
}

h3.archive a{
	color: #000;
}
.toppage_news{
	padding: 0 10px;
}

/*コメント*/
#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;
	margin: 15px 0;
}
.widget ul a{
	color: #666;
	text-decoration: none;
}

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