/*  
Theme Name: KASHIWA WP TEMPLATE 2009a
Theme URI: http://kashiwasns.net/
Description: WordPress Theme for KASHIWA-SNS
Version: 1.0
Author: GUCIO& CO.
Author URI: http://gucio.jp/
*/


body {
	font-size: 13px;
	line-height: 1.65;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	width: 860px;
	margin: 0 auto;
	color: #444;
	background: #e8ebef;
	}

a:link, a:visited {color: #049;text-decoration:none;}
a:hover {color: #06c;text-decoration:underline;}



#wrapper_box {
	display: block;
	position: relative;
	text-align: left;
	width: 860px;
	margin: 0 auto;
	}

#wrapper {
	display: block;
	float: left;
	width: 800px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: left;
	background: #fff;
	}


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

#header_box {
	display: block;
	width: 800px;
	margin: 0 auto;
	background: #fff;
	}

#header {
	display: block;
	height: 100px;
	padding: 0 0 10px 0;
	overflow: hidden;
	}

#headerimage {
	display: block;
	width: 100%;
	}

#logo {
	float: left;
	margin: 21px 0 0 0;
	}

#keyword {
	display: block;
	float: right;
	text-align: right;
	font-size: 80%;
	margin: 10px 0;
	}

#search {
	clear: right;
	display: block;
	float: right;
	text-align: right;
	margin: 0;
	}



/* ----- 上部ナビゲーションメニュー ----- */

#topnavi {
	display: block;
	width: 800px;
	height: 40px;
	margin: 0 auto;
	background: #fff url(images/topmenu_bg.png) no-repeat;
	overflow: hidden;
	}

#topnavi ul {
	list-style: none;
	display: inline;
	}

#topnavi ul li {
	float: left;
	}

#topnavi ul li a {
	display: block;
	padding: 10px 14px;
	color: #444;
	}

#topnavi ul li a:hover {
	background: #000;
	color: #fff;
	}




/* ----- コンテンツ部全体 ----- */

#page {
	clear: both;
	display: block;
	width: 800px;
	margin: 10px auto 0;
	}



/* ----- パンくずリスト ----- */

div.breadcrumb {
	display: block;
	width: 530px;
	margin: 0 0 15px;
	padding: 0px 10px 6px;
	font-size: 12px;
	border-bottom: 4px solid #f2f2f2;
	}



/* ----- 本文エリア ----- */

#content {
	display: block;
	float: left;
	width: 570px;
	margin: 0px;
	}

#content_inner {
	display: block;
	width: 530px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	}

#content ul {
	padding: 0 0 10px 20px;
	}

#content ul li {
	padding: 0px 0 0px 13px;
	background: url(images/list.png) left 6px no-repeat;
	}

#content ul.archivelist {
	padding: 0 0 10px 0;
	}


#content ul.archivelist li {
	padding: 7px 0 7px 13px;
	background: url(images/list.png) left 9px no-repeat;
	border-bottom: 1px dashed #ccc;
	line-height: 1.4;
	}

#news_box {
	clear: both:
	width: 100%;
	padding: 0 10px;
	}

#news_box ul {
	padding: 0 0 10px 0px;
	}

#news_box ul li {
	padding: 5px 0 4px 13px;
	background: url(images/list.png) left no-repeat;
	font-size: 95%;
	border-bottom: 1px dashed #ccc;
	}

#content small {
	font-weight: bold;
	padding: 2px 6px 3px;
	}

div.entry_center {
	text-align: center;
	}

#content ol {
	padding: 10px 0 0 42px;
	list-style-type: decimal;
	list-style-position: outside;
	}
	
#content ol li {
	padding-left: 0;
	}
	
div.navigation {
	display: block;
	width: 100%;
	height: 20px;
	margin: 20px 0 0 0;
	}


div.alignleft {
	display: block;
	float: left;
	width: 50%;
	text-align: left;
	}

div.alignright {
	display: block;
	float: right;
	width: 50%;
	text-align: right;
	}



/* ---------- 前のページ・次のページ・トップへ戻る ---------- */

p.contentnavi {
	text-align: right;
	}

p.gotop {
	text-align: right;
	font-size: 90%;}




/* ---------- サイドバー ---------- */
#sponser {
	float: right;
	width: 219px;
	margin: 0 1px 16px 0;
	padding: 0 0 0 5px;
	line-height: 1.8;
	text-align: left;
	}


#sidebar {
	float: right;
	width: 219px;
	margin: 0 1px 16px 0;
	padding: 0 0 0 5px;
	line-height: 1.8;
	text-align: left;
	}

#sidebar p {
	padding: 0px;
	font-size: 90%;
	}

#sidebar ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	}

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	text-align: left;
	font-size: 95%;
	}

#sidebar ul li a {
	display: block;
	width: 190px;
	padding: 6px 8px 5px 12px;
	color: #444;
	line-height: 1.4;
	background: url(images/list.png) left 8px no-repeat;
	border-bottom: 1px dashed #fff;
	}

#sidebar ul li a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	}

#sidebar ul li.spacialmenu a {
	display: block;
	width: 190px;
	padding: 6px 0 5px 8px;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	background: #a0c8a0;
	border-left: 5px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	}

#sidebar ul li.spacialmenu a:hover {
	color: #fff;
	background-color: #080;
	text-decoration: none;
	border-left: 5px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	}




/* ---------- フッター関連 ---------- */

#footer_box {
	display: block;
	float: left;
	text-align: center;
	width: 800px;
	height: 80px;
	background: #fff;
	border-top: 5px solid #f2f2f2;
	}
	
#footer {
	width: 100%;
	font-size: 90%;
	}

#footer p{
	font-size: 90%;
	text-align: center;
	padding-top: 0px;
	color: #999;
	line-height: 180%;

	}

#footer p a{
	text-decoration: none;
	}

#footer p a:hover{
	text-decoration: underline;
	}



/* ---------- 全体のテキストやイメージなど ---------- */

h2 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 16px;
	padding: 6px 0;
	line-height: 1.2;
	}

h2 {background: url(images/h2.png) bottom no-repeat;}

h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 24px 0 6px;
	padding: 0;
	background: url(images/h3.png) bottom no-repeat;
		}

h4 {
	line-height: 1.4;
	font-size: 120%;
	font-weight: bold;
	margin: 16px 0 8px;
	padding: 0 0 4px;
	background: url(images/h4.gif) left bottom no-repeat;
	}

h4{background-image: url(images/h4_green.gif);}

h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 0px;
	padding: 0 18px ;
	background: url(images/h5.gif) left 4px no-repeat;
	}

h5 {background-image: url(images/h5_green.gif);}

strong {
	font-weight: bold;
	}
	
p {
	margin: 5px 0 0;
	padding: 0 0 6px;
	text-align: justify;
	text-justify: distribute;
	}

img{
	border: 0px;
	vertical-align: bottom;
	}

img.case {
	clear: left;
	float: left;
	margin: 0 15px 10px 0;
	}

hr {
	display: none;
	}

input, textarea {
	font-size: 95%;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}

.clear {
	clear: both;
	}

.clearall {
	clear: both;
	}

dd {
	text-align: justify;
	text-justify: distribute;
	}

span.blue {
	font-size: 110%;
	font-weight: bold;
	color: #55c;
	}

span.green {
	font-size: 110%;
	font-weight: bold;
	color: #5a5;
	}

span.red {
	font-size: 110%;
	font-weight: bold;
	color: #c55;
	}

span.normalred {
	font-weight: bold;
	color: #c55;
	}

.readmore {
	text-align: right;
	font-size: 90%;
	}

.title {
	font-weight: bold;
	font-size: 105%;
	}

/* ----- テーブル関連 ----- */

table {
	width: 100%;
	margin: 10px 0;
	}

table.youkou {
	width: 100%;
	margin: 10px 0;
	font-size: 90%;
	}

table.noborder {
	cell-spacing: 0px; 
	}
	
th, td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #aac;
	text-align: justify;
	text-justify: distribute;
	}

th {
	font-weight: bold;
	white-space: nowrap;
	}

.noborder th,
.noborder td {
	border: 0px;
	padding: 0;
	}




/* ----- 文字サイズ調整 ----- */

.size70 {
	font-size: 70%;
	}

.size80 {
	font-size: 80%;
	}

.size90 {
	font-size: 90%;
	}


/* ----- イメージの装飾 ----- */
	img.item {
	padding: 5px;
	border: 1px solid #cfcfcf;
	background: #fff;
	}
	
.wpcf7-mail-sent-ok {
	font-weight: bold;
	color: blue;
	margin: 20px 0 0;
	padding: 20px;
	border: 1px solid #aaa;
	background: #fef7f7;
	}