@charset "utf-8";
/*  
Theme Name: original
Theme URI: http://www.who.ne.jp/
Description: <a href="http://www.who.ne.jp/">Who</a>制作のオリジナルテーマ
Version: 1.0
Author: Hiroyuki Nakajima
Author URI: http://www.who.ne.jp/

作成日：
Copyright (C) Who
http://www.who.ne.jp/
*/

/*========================================
content
========================================*/
body {
	margin:0;
	padding:0;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	background: #FFFFFF;
}

#container {
	width: 850px;
	clear: both;
	width: 100%;
	text-align:center;
	background:#FFF url(image/h_bg.gif) repeat-x;
	}

#contents {
	width: 850px;
	font-size:90%;
	text-align: left;
	margin: 0 auto 5px;
}
/*IE6スターハック*/
* html #contents {
	width: 860px;
	font-size:90%;
	text-align: left;
	margin: 0 auto 5px;
}
#left_column{
	float: left;
	width: 190px;
}

#right_column {

	float: left;
	width: 660px;
}
/*IE6スターハック*/
* html #right_column {
	float: left;
	width: 670px;
}

#main {
	margin: 0px 0 10px 5px;/* 上/右/下/左*/
}

/*========================================
header
========================================*/
#header {
	width: 850px;
	height: 83px;
	margin: 0 auto;
	padding: 5px 0 9px 0px;/* 上/右/下/左*/

	font-size:75%;
	color: #999999;
	text-align:left;
	}
/*IE6スターハック*/
* html #header {
	height: 100px;
	}
#h_logo_box {
	width: 850px;
	}

#h_logo_box1 {
	float:left;
	margin-top:0px;
	}


#h_logo_box2 {
	display:block;
	margin:5px;
	float:right;
	height:37px;
	}
#header ul#menu2 li{
	margin:0 5px 0 0;
	padding:0;
	float:left;
	list-style: none;
}

#header ul#menu2 li a{
	color:#000000;
	text-decoration:none;
}

#header ul#menu2 li a:hover{
	color:#ff0000;
	text-decoration:underline;

}

#header ul#menu2 li#sitemap{
	background:url(image/sitemap_navi.gif) no-repeat;
	background-position:0 2px;
	text-indent:15px;
	margin:0 15px 0 0;/* 上/右/下/左*/
}

#header ul#menu2 li#contact{
	background:url(image/contact_navi.gif) no-repeat;
	background-position:0 2px;
	text-indent:15px;
}


/*========================================
top
========================================*/

#top_wrap{
	width: 100%;
	background: url(image/top_bg.gif) repeat-x;
	height: 235px;
}



#top_nav{
	margin: auto;
	margin-top:2px;
	width:850px;
	background: url(image/header.jpg) no-repeat;
	height: 235px;
}
/*IE6スターハック*/
* html #top_nav{
	margin:-10px;
	margin-top:0px;
	width:850px;
	background: url(image/header.jpg) no-repeat;
	height: 245px;
}

/*========================================
common
========================================*/
img {
	border:0px;
	margin:2px 5px 2px 5px;/* 上/右/下/左*/
}
a:link {
	color: #000099;
}
a:visited {
	color: #0066CC;
}
a:active {
	color: #ff0000;
}
a:hover {
	color: #ff0000;
}
form {
	margin:0px;
	padding:0px;
}

p {
	margin:3px 0 0px 1px;
	padding:3px 0 3px 0px;
}

.floatL	{
	float:left;
	margin:0 5px 0 0;/*左寄せ*/
	}

.floatR	{
	float:right;
	margin:0 5px 0 0;/*右寄せ*/
	}


blockquote {
	margin:0;padding:0;
	}

.font_l {font-size:120px;}
.font_m {font-size:90%;}
.font_s {font-size:80%;}


.marginT10 {
	margin:10px 0 0 0;/*マージン上*/
}

.marginT05 {
	margin:5px 0 0 0;/*マージン上*/
}

.marginR10 {
	margin:0 10px 0 0;/*マージン右*/
}

.marginR05 {
	margin:0 5px 0 0;/*マージン右*/
}

.marginL10 {
	margin:0 0 0 10px;/*マージン左*/
}

.marginL5 {
	margin:0 0 0 5px;/*マージン左*/
}

.marginB05 {
	margin:0 0 5px 0;/*マージン下*/
}

.marginB10 {
	margin:0 0 10px 0;/*マージン下*/
}

.paddingT05 {
	padding:5px 0 0 0;/*マージン上*/
}

.paddingB5 {
	padding:0px 0 5px 0;/*マージン下*/
}
.paddingB10 {
	padding:0px 0 10px 0;/*マージン下*/
}
.paddingL10 {
	padding:0 0 0 10px;/*マージン下*/
}
.clear{
	clear:both;
	line-height:0;
	height:0;
	padding:0 0 2px 0;/* 上/右/下/左*/
	}
.center {
	clear:both;
	text-align:center;
}

.right {
	clear:both;
	text-align:right;
	}
.clearFix{display:block;}

.clearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
ul.newsrss{
	list-style:none;
	width: 620px;
	overflow: hidden; 
	position: relative;
	margin:0px;
	padding:0px;
	}

ul.newsrss li{
	float: right;
	margin:0px;
	padding:0px;
	}

ul.newsrss li.rss a{
	display:block;
	width:16px;
	height:15px;
	}
ul.newsrss li.rss{
	width:16px;
	height:15px;
	margin:0px 0 0px 10px;/* 上/右/下/左*/
	padding:0;
	float:right;
	background:url(image/rss.gif) no-repeat;
	text-indent:-9999px;
	}
.breadcrumb {
	color: #000000;
	font-size: 90%;
	margin:5px 0px 5px 2px;/* 上/右/下/左*/
	}
.breadcrumb .current{
	color: #ff0000;
	}
h2.headcontact a{
	display:block;
	width:148px;
	height:19px;
	}
h2.headcontact{
	clear:both;
	width:148px;
	height:19px;
	margin:15px 4px 0px 0px;/* 上/右/下/左*/
	padding:0;
	float:right;
	background:url(image/tel.gif) no-repeat;
	text-indent:-9999px;
	}
.headcontact_search{
	clear:both;
	margin:0px 5px 0px 0px;/* 上/右/下/左*/
	padding:0;
	float:right;
	}


/*========================================
side_menu
========================================*/
#side_menu {
	width:190px;
	text-align:center;
	float:left;
	margin:0;
	}
#side_menu h3{
	background-image:url(image/menu001.jpg);
	width:190px;
	height:40px;
	text-indent:-9999px;
	}
#side_menu ul {
	width:190px;
	list-style:none;
	text-align:left;
	color:#ff0000;
	margin:0px 0 10px 0px;/* 上/右/下/左*/
	margin:0px;
	padding:0px;
	}
#side_menu li {
	margin:0px;
	padding:0px;
	font-size: 12px;
	border-bottom: #444f51 1px dotted;
	padding:6px 10px 6px 30px;/* 上/右/下/左*/
	background:#ffffff url(image/p001.gif) no-repeat;
	background-position:left top;
	background-position:10px 8px;/* 左/上*/
	}
#side_menu ul ul {
	width:150px;
	margin:0px;
	padding:0px;
	margin:0px 0 -7px 0px;/* 上/右/下/左*/
	padding:0px 0 0px 0px;/* 上/右/下/左*/
	}
#side_menu li a {
	display:block;
	text-decoration:none;
	color:#000000;
	}
#side_menu li a:hover{
	width:150px;
	display:block;
	background:#f5f5f5;
	color:#ff0000;
	text-decoration:none;
	}
#side_menu ul ul a:hover {
	width:150px;
	display:block;
	background:#ffffff;
	color:#ff0000;
	text-decoration:none;
	}

#sub_category {
	width:190px;
	text-align:center;
	float:left;
	margin:0;
	}
#sub_category h3{
	background-image:url(image/menu005.gif);
	width:190px;
	height:40px;
	text-indent:-9999px;
	}
#sub_category ul {
	width:190px;
	list-style:none;
	text-align:left;
	color:#ff0000;
	margin:0px 0 10px 0px;/* 上/右/下/左*/
	margin:0px;
	padding:0px;
	}
#sub_category li {
	font-size: 12px;
	border-bottom: #444f51 1px dotted;
	padding:6px 10px 6px 30px;/* 上/右/下/左*/
	background:#ffffff url(image/p001.gif) no-repeat;
	background-position:left top;
	background-position:10px 8px;/* 左/上*/
	}
#sub_category li a {
	display:block;
	text-decoration:none;
	color:#000000;
	}
#sub_category li a:hover{
	width:150px;
	display:block;
	background:#f5f5f5;
	color:#ff0000;
	text-decoration:none;
	}
#side_menu_tag {
	width:190px;
	text-align:center;
	float:left;
	margin:0;
	}
#side_menu_tag h3{
	background-image:url(image/menu006.jpg);
	width:190px;
	height:40px;
	text-indent:-9999px;
	}
#tag{
	text-align:left;
	margin:0px 5px 10px 5px;/* 上/右/下/左*/
	}

#tag a {
	text-decoration:none;
	color:#000000;
	}
#tag a:hover{
	text-decoration:underline;
	color:#FF0000;
	}

	
#top_banner {
	width:190px;
	float:left;
	margin:0;
	text-align:center;
	font-size: 80%;
	}
#top_banner h3{
	background-image:url(image/menu007.gif);
	width:190px;
	height:40px;
	text-indent:-9999px;
	}
#about_us {
	width:190px;
	text-align:center;
	float:left;
	margin:0;
	}
#about_us h3 a{
	display:block;
	width:190px;
	height:259px;
}
#about_us h3{
	background-image:url(image/about_us.gif);
	width:190px;
	height:259px;
	text-indent:-9999px;
	}
/*IE6スターハック*/
* html #about_us h3{
	background-image:url(image/about_us.gif);
	width:190px;
	height:259px;
	text-indent:-9999px;
	}
/*========================================
side_menu1
========================================*/
#side_menu1 {
	width:190px;
	text-align:center;
	float:left;
	margin:0;
	}
#side_menu1 h3{
	background-image:url(image/menu002.jpg);
	width:190px;
	height:40px;
	text-indent:-9999px;
	}
#side_menu1 ul {
	width:190px;
	list-style:none;
	text-align:left;
	color:#ff0000;
	margin:0px 0 10px 0px;/* 上/右/下/左*/
	margin:0px;
	padding:0px;
	}
#side_menu1 li {
	margin:0px;
	padding:0px;
	font-size: 12px;
	border-bottom: #444f51 1px dotted;
	padding:6px 10px 6px 30px;/* 上/右/下/左*/
	background:#ffffff url(image/p001.gif) no-repeat;
	background-position:left top;
	background-position:10px 8px;/* 左/上*/
	}
#side_menu1 ul ul {
	width:150px;
	margin:0px;
	padding:0px;
	margin:0px 0 -7px 0px;/* 上/右/下/左*/
	padding:0px 0 0px 0px;/* 上/右/下/左*/
	}
#side_menu1 li a {
	display:block;
	text-decoration:none;
	color:#000000;
	}
#side_menu1 li a:hover{
	width:150px;
	display:block;
	background:#f5f5f5;
	color:#ff0000;
	text-decoration:none;
	}
#side_menu1 ul ul a:hover {
	width:150px;
	display:block;
	background:#ffffff;
	color:#ff0000;
	text-decoration:none;
	}
/*========================================
side_menu2
========================================*/
#side_menu2 {
	width:190px;
	text-align:center;
	float:left;
	margin:0;
	}
#side_menu2 h3{
	background-image:url(image/menu003.jpg);
	width:190px;
	height:40px;
	text-indent:-9999px;
	}
#side_menu2 ul {
	width:190px;
	list-style:none;
	text-align:left;
	color:#ff0000;
	margin:0px 0 10px 0px;/* 上/右/下/左*/
	margin:0px;
	padding:0px;
	}
#side_menu2 li {
	margin:0px;
	padding:0px;
	font-size: 12px;
	border-bottom: #444f51 1px dotted;
	padding:6px 10px 6px 30px;/* 上/右/下/左*/
	background:#ffffff url(image/p001.gif) no-repeat;
	background-position:left top;
	background-position:10px 8px;/* 左/上*/
	}
#side_menu2 ul ul {
	width:150px;
	margin:0px;
	padding:0px;
	margin:0px 0 -7px 0px;/* 上/右/下/左*/
	padding:0px 0 0px 0px;/* 上/右/下/左*/
	}
#side_menu2 li a {
	display:block;
	text-decoration:none;
	color:#000000;
	}
#side_menu2 li a:hover{
	width:150px;
	display:block;
	background:#f5f5f5;
	color:#ff0000;
	text-decoration:none;
	}
#side_menu2 ul ul a:hover {
	width:150px;
	display:block;
	background:#ffffff;
	color:#ff0000;
	text-decoration:none;
	}

/*========================================
side_menu3
========================================*/
#side_menu3 {
	width:190px;
	text-align:center;
	float:left;
	margin:0;
	}
#side_menu3 h3{
	background-image:url(image/menu004.jpg);
	width:190px;
	height:40px;
	text-indent:-9999px;
	}
#side_menu3 ul {
	width:190px;
	list-style:none;
	text-align:left;
	color:#ff0000;
	margin:0px 0 10px 0px;/* 上/右/下/左*/
	margin:0px;
	padding:0px;
	}
#side_menu3 li {
	margin:0px;
	padding:0px;
	font-size: 12px;
	border-bottom: #444f51 1px dotted;
	padding:6px 10px 6px 30px;/* 上/右/下/左*/
	background:#ffffff url(image/p001.gif) no-repeat;
	background-position:left top;
	background-position:10px 8px;/* 左/上*/
	}
#side_menu3 ul ul {
	width:150px;
	margin:0px;
	padding:0px;
	margin:0px 0 -7px 0px;/* 上/右/下/左*/
	padding:0px 0 0px 0px;/* 上/右/下/左*/
	}
#side_menu3 li a {
	display:block;
	text-decoration:none;
	color:#000000;
	}
#side_menu3 li a:hover{
	width:150px;
	display:block;
	background:#f5f5f5;
	color:#ff0000;
	text-decoration:none;
	}
#side_menu3 ul ul a:hover {
	width:150px;
	display:block;
	background:#ffffff;
	color:#ff0000;
	text-decoration:none;
	}

/*========================================
main
========================================*/

/* ■NewsBox　お知らせブロックサイド用
-----------------------------------*/
.NewsBox3_title{/*タイトル部分*/
	width: 645px;/*幅*/
	background:url(image/p003.gif) no-repeat;
	background-position:6px 5px;
	text-indent:28px;
	text-align: left;/*タイトルを左寄せ*/
	font-size: 12px;/*文字サイズ*/
	letter-spacing: 0.4em;
	color: #FFFFFF;/*文字色*/
	background-color: #062347;/*背景色*/
	padding:5px 0px 5px 0px;/* 上/右/下/左*/
	width: 100%;
}

.NewsBox3{
	float:left;
	font-size:12px;/*文字サイズ*/
	text-align:center;
	width: 645px;/*幅*/
	border: solid 1px #868689;/*外周枠の色*/
	background-color: #ffffff;/*枠の背景色*/
	margin:5px 5px 5px 5px;
}
.NewsBox4{
	text-align: left;
	border: dashed 1px #ACACAE;
	padding: 0.3em;
	margin: 4px;
	background-color: #FFFFFF;/*文章部分の背景色*/
	line-height:20px;
}

.NewsBox4 li{
	list-style-type: none;

}

.NewsBox4 a.icon{
	background:url(image/p004.gif) no-repeat left ;
	background-position:2px 3px;/* 左/上*/
	padding-left:20px;
	padding-right:10px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

/*========================================
footer
========================================*/
#footer {
	width: 100%;
	clear:both;
	text-align:center;
	}
	


/*　.footer01
-------------------------------------*/
#footer .footer01{
	position:relative;
	width:850px;
	height:11px;
	margin:0 auto;
	}
	
#footer .footer01 p.pageTop {
	width:850px;
	background:url(image/ico-pagetop.gif) 0 0 no-repeat;
	float:none;
	position:absolute;
	right:5px;
	width:115px;
	height:11px;
	margin:0;
	text-align:left;
		}
#footer .footer01 p.pageTop a{
	display:block;
	cursor:pointer;
	height:11px;
	text-indent:-9999px;
		}

/*　.footer02
-------------------------------------*/
#footer .footer02{background:url(image/wall-footer02.gif) 0 0 repeat-x #F6F6F6;}
#footer .footer02 div {
	width:850px;
	min-height:51px;
	_height:67px;
	margin:10px auto;
	padding-top:16px;
	}
	
#footer .footer02 ul{
  clear:both;
	margin-left: 45px;
	_margin-left: 0;
	width: 850px;
	margin:0px;
	padding:0px;
	}
#footer .footer02 ul li{
	display: inline;
	float:left;
	border-right:1px solid #333333;
	font-size:75%;
	margin-right:6px;
	padding-right:6px;
	margin-bottom: 10px;
	text-align:left;
	white-space: nowrap;
	}
#footer .footer02 ul li.end{ border:0;}
#footer .footer02 ul li a{ color:#333333;}
#footer .footer02 ul li a:hover{color:#333333;}

/*　.footer03
-------------------------------------*/	 
#footer .footer03{
	background:url(image/wall-footer03back.gif) 0 0 repeat-x;height:21px; clear:both;
	color:#FFFFFF;
	font-size:78%;
}
#footer .footer03 li{
	margin:0px;
	padding:0px;
	list-style:none;
}
#footer .footer03 li a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer .footer03 li a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#footer .footer03 li a:hover{
	color:#FFFF00;
	text-decoration:underline;
}

/*========================================
WordPress用
========================================*/
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.wp-caption{
	border: solid 1px #aaaaaa;
	text-align: center;
	padding: 5px 0 0 0;/* 上/右/下/左*/
	margin: 5px 10px 5px 2px;/* 上/右/下/左*/
	}
#main .edit{
	text-align: center;
	font-style: italic;
	padding: 0;
	float: right;
	width: 49px;
	height: 15px;
	margin: -33px -11px 0 0;
	}
#main .edit a{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #07f;
	color: #fff;
	padding: 2px 10px;
	}
.post_box {
	width:650px;
	color: #000000;
	margin: 5px 0px 3px 8px;/* 上/右/下/左*/
	border-bottom: #444f51 1px dotted;
	}
/*IE6スターハック*/
* html .post_box {
	width:630px;
	color: #000000;
	margin: 0px 0px 3px 0px;/* 上/右/下/左*/
	border-bottom: #444f51 1px dotted;
	}

.post_title {
	padding: 6px;
	padding-left: 10px;
	background: #663333;
	font-weight: bold;
	color: #FFFFFF;
	}
.post_title a{
	text-decoration:none;
	letter-spacing: 0.1em;
	display: block;
	width: 100%;
	color: #FFFFFF;
	}
.post_title a:hover,a:active {
	color:#ff0000;
	}
.post_box1{
	text-align: left;
	margin: 8px;
	}
.postmetadata{
	clear:both;
	background: #f5f5f5;
	text-align: right;
	font-size: 85%;
	}
dl.list2 dt{
	clear: left;
	float: left;
	width: 9em;
	white-space: nowrap;
 	padding: 8px 0.5em;

	}
dl.list2 dd{
    margin-left: 0;
	padding: 8px 0.5em 8px 11em;
	background:url(image/line2.gif) repeat-x left bottom;
	}
#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:15px;
	margin-right:5px;
	}
#searchsubmit {
	vertical-align:top
	padding-left:5px;
	margin-left:5px;
	}

li.commentlist {
	list-style-type: none;
	border-bottom: dashed 1px #715160;/*破線の太さ・色*/
	}
#mobile {
	width:190px;
	float:left;
	margin:10px 0px 10px 0px;/* 上/右/下/左*/
	font-size: 80%;
	border:1px solid #CCCCCC;
	}
.post_box_nobottom {
	width:670px;
	background: #FFFFFF;
	color: #000000;
	border-top-color: 1px solid #DDDDDD;
	border-left-color: 1px solid #DDDDDD;
	border-right-color: 1px solid #DDDDDD;
	border-bottom-color: 1px solid #FFFFFF;
	margin: 0px 0px 3px 0px;/* 上/右/下/左*/
	}
/*IE6スターハック*/
* html .post_box_nobottom {
	width:650px;
	background: #FFFFFF;
	color: #000000;
	border-top-color: 1px solid #DDDDDD;
	border-left-color: 1px solid #DDDDDD;
	border-right-color: 1px solid #DDDDDD;
	border-bottom-color: 1px solid #FFFFFF;
	margin: 0px 0px 3px 0px;/* 上/右/下/左*/
	}
