@charset "utf-8";
/*  
Theme Name: original
Theme URI: http://www.who.ne.jp/
Description: <a href="http://www.who.ne.jp/">Who</a>制作のオリジナルテーマ2
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;
	background: #ffffff;
	/*background:url(image/body_bg.gif) repeat;*/
	color: #333;
	text-align: center;
	line-height:1.3;

}

#container {
	width: 916px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: url(image/site_bg.jpg) repeat-y left top;
}

#contents {
	width: 890px;
	font-size:90%;
	text-align: left;
	margin: 0 auto 5px;
}

#left_column{
	float: left;
	width: 200px;
	}
/*IE6スターハック*/
* html #left_column{
	float: left;
	width: 200px;
	margin: 0px 0px 0px 6px;/* 上/右/下/左*/
}

#right_column {
	float: left;
	width: 690px;
}

/*IE6スターハック*/
* html #right_column {
	float: left;
	width: 670px;
}


#main {
	margin: 5px 0 5px 10px;/* 上/右/下/左*/
}

/*========================================
header
========================================*/
#header {
	margin: 0px 8px 0px 8px;/* 上/右/下/左*/
	}
h1.h_menu1 {
	font-size: 75%;
	font-weight: normal;
	line-height: 20px;
	margin: 0px 10px 2px 0px;/* 上/右/下/左*/
	padding-left: 5px;
	border-bottom: 1px dashed #ccc;
	}
#logo_title{
	width: 890px;
	}
.logo{
	float:left;
	padding-left: 20px;
	}

.header_content{
	float:right;
	width: 320px;

	}
#header ul{
	margin:1px;
	padding:0;
	}
#header ul#menu2 li{
	font-size:80%;
	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#homepage{
	background:url(image/home_navi.gif) no-repeat;
	background-position:0 2px;
	text-indent:15px;
	margin:0 25px 0 0;/* 上/右/下/左*/
	}
#header ul#menu2 li#sitemap{
	background:url(image/sitemap_navi.gif) no-repeat;
	background-position:0 2px;
	text-indent:15px;
	margin:0 25px 0 0;/* 上/右/下/左*/
	}
#header ul#menu2 li#contact{
	background:url(image/contact_navi.gif) no-repeat;
	background-position:0 2px;
	text-indent:15px;
	margin:0 5px 0 0;/* 上/右/下/左*/
	}
h2.headcontact a{
	display:block;
	width:182px;
	height:28px;
	}
h2.headcontact{
	clear:both;
	width:182px;
	height:28px;
	margin:1px 10px 0px 0px;/* 上/右/下/左*/
	padding:0;
	float:right;
	background:url(image/tel.gif) no-repeat;
	text-indent:-9999px;
	}
.headcontact_search{
	clear:both;
	margin:10px 5px 0px 0px;/* 上/右/下/左*/
	padding:0;
	float:right;
	}

#top_nav{
	margin: auto;
	margin-top:0px;
	text-align: center;
	width:900px;
	height: 320px;
	background: url(image/header.jpg) no-repeat;
	text-indent:-9999px;
	}
/*IE6スターハック*/
* html #top_nav{
	margin:0px 0px 0px 6px;/* 上/右/下/左*/
	text-align: center;
	width:900px;
	height: 320px;
	background: url(image/header.jpg) no-repeat;
	text-indent:-9999px;
	}

/*========================================
common
========================================*/
img {
	border:0px;

}
a:link {
	color: #cc0000;
}
a:visited {
	color: #cc0000;
}
a:active {
	color: #cc0000;
}
a:hover {
	color: #0000FF;
}

form {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5 {
	margin:0px;
	padding:0px;
	font-size:100%;
	font-weight:normal;
}

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;
	}

.breadcrumb {
	color: #000000;
	font-size: 90%;
	margin: 3px 8px 8px 15px;/* 上/右/下/左*/
	}
.breadcrumb .current{
	color: #ff0000;
	}
ul.normal {
	margin:3px 0 10px 0;/* 上/右/下/左*/
	padding: 0 0 0 40px;
	}
ul.normal li{
	list-style-type: disc;
	}
ol.normal {
	margin:3px 0 3px 0;/* 上/右/下/左*/
	padding: 0 0 0 40px;
	}
ol.normal li{
	list-style-type: decimal;
	}

/*========================================
subMenu01
========================================*/
.subMenu01 h3{
	background-image:url(image/menu001.gif);
	width:187px;
	height:28px;
	text-indent:-9999px;
	}
.subMenu01 {margin:3px 2px 10px 0px;}/* 上/右/下/左*/

.subMenu01 ul{
	margin: 0px;
	padding: 0px;
	width:187px;
	overflow: hidden; 
	position: relative;
	list-style:none;
	}
.subMenu01 ul li{
	float:left;
	height:36px;
	list-style:none;
	}
.subMenu01 li a{
	display:block;
	height:36px;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	}
.subMenu01 li.menu001 a{background-image:url(image/sub_btn002.gif); width:187px;}
.subMenu01 li.menu002 a{background-image:url(image/sub_btn002.gif); width:187px;}
.subMenu01 li.menu003 a{background-image:url(image/sub_btn002.gif); width:187px;}
.subMenu01 li.menu004 a{background-image:url(image/sub_btn002.gif); width:187px;}
.subMenu01 li.menu005 a{background-image:url(image/sub_btn002.gif); width:187px;}
.subMenu01 li.menu006 a{background-image:url(image/sub_btn002.gif); width:187px;}

.subMenu01 li a:hover{
	background-position:0 -36px;
	}


/*========================================
footer
========================================*/
#footer {
	clear: both;
	padding: 5px 9px 12px 9px;
	background: url(image/f_bg.jpg) no-repeat left bottom;
	margin: 20px 0px 0px 0px;/* 上/右/下/左*/
	}
.footer_link{
	border-top: 2px solid #2571D3;
	line-height: 28px;
	text-align: center;
	margin-bottom: 10px;
	}
.footer_link ul{
	margin:0px 0px 0px 45px;
	padding:0px;
	}
*:first-child+html .footer_link ul{/*IE7スターハック*/
	margin:0px 0px 0px 0px;
	padding:0px;
	}

* html .footer_link ul{/*IE6スターハック*/
	margin:0px 0px 0px 0px;
	padding:0px;
	}
.footer_link ul li{
	float:left;
	list-style:none;
	padding-right:10px;
	font-size: 80%;
	}
*:first-child+html .footer_link ul li{/*IE7スターハック*/
	float:left;
	list-style:none;
	display:inline;
	padding-right:10px;
	white-space: nowrap;
	font-size: 80%;
	}
* html .footer_link ul li{/*IE6スターハック*/
	float:left;
	list-style:none;
	display:inline;
	padding-right:10px;
	white-space: nowrap;
	font-size: 80%;
	}
.footer_link ul li a{
	color: #cc0000;
	}

.footer_link ul li a:hover{
	color: #0000FF;
	}
.address{
	float: left;
	width: 850px;
	line-height: 20px;
	margin-left: 20px;
	display: inline;
	text-align: center;
	font-size: 75%;
	}
.copy{
	background-color: #f5f5f5;
	line-height: 22px;
	font-size: 12px;
	color:#666666;
	text-align: center;
	clear: both;
	margin-top: 15px;
	}

/*========================================
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;
	}

#navi {
	width:900px;
	height: 44px;
	margin: 0px 0px 0px 0px;/* 上/右/下/左*/
	padding: 0px;
	background: url(image/back.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	list-style: none;
	display: block;
	overflow: hidden;
	}
#navi ul {
	margin: 0px;
	padding: 0px;
	}
#navi li {
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px #ddf dashed;
	display: inline;
	list-style: none;
	}
#navi li a {
	padding: 0px 15px 0px 15px;/* 上/右/下/左*/
	font-size: 12px;
	line-height: 44px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	}
#navi li a:hover {
	background: #FF8B00;
	}
#side_menu {
	width:190px;
	height:auto;
	background-color:#ffffff;
	border:5px solid #f0f5eb;
	margin:5px 0px 10px 0px;/* 上/右/下/左*/

	}
#side_menu h3{
	background-image:url(image/menu001.gif);
	width:190px;
	height:33px;
	text-indent:-9999px;
	}
#side_menu ul {
	margin:0 6px 10px 5px;
	padding:0px;

	}
#side_menu li {
	list-style:none;
	padding-left:15px;
	margin-bottom:6px;
	line-height:14px;
	background-image:url(image/p001.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-position:0px 3px;/* 左/上*/
	}
#side_menu li a {
	text-decoration:underline;
	color:#555555;
	}
#side_menu li a:hover{
	text-decoration:underline;
	color:#ff0000;
	}
#sub_category {
	width:190px;
	height:auto;
	background-color:#ffffff;
	border:5px solid #f0f5eb;
	margin:5px 0px 10px 0px;/* 上/右/下/左*/

	}
#sub_category h3{
	background: url(image/menu005.gif) no-repeat left top;
	width:190px;
	height:33px;
	font-size:14px;
	text-indent:35px;
	line-height: 200%;
	letter-spacing: 4px;
	font-family: "HG創英角ｺﾞｼｯｸUB";
	color: #ffffff;
	}
#sub_category ul {
	margin:0 6px 10px 5px;
	padding:0px;
	}
#sub_category li {
	list-style:none;
	padding-left:15px;
	margin-bottom:6px;
	line-height:14px;
	background-image:url(image/p001.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-position:0px 3px;/* 左/上*/
	}
#sub_category li a {
	text-decoration:underline;
	color:#555555;
	}
#sub_category li a:hover{
	text-decoration:underline;
	color:#ff0000;
	}
#side_menu_tag {
	width:190px;
	text-align:center;
	float:left;
	margin:0px 0px 10px 0px;/* 上/右/下/左*/
	border:5px solid #f0f5eb;
	}
#side_menu_tag h3{
	background-image:url(image/menu002.gif);
	width:190px;
	height:33px;
	text-indent:-9999px;
	}
#tag{
	text-align:left;
	margin:0px 5px 10px 5px;/* 上/右/下/左*/
	}
#tag a {
	color:#555555;
	}
#tag a:hover{
	color:#ff0000;
	}
#top_banner {
	width:190px;
	float:left;
	margin:0px 0px 10px 0px;/* 上/右/下/左*/

	text-align:center;
	font-size: 80%;
	border:5px solid #f0f5eb;
	}
#top_banner h3{
	background-image:url(image/menu003.gif);
	width:190px;
	height:33px;
	text-indent:-9999px;
	}

.post_box {
	width:670px;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #DDDDDD;
	margin: 0px 0px 3px 0px;/* 上/右/下/左*/
	clear: both;
	}
/*IE6スターハック*/
* html .post_box {
	width:650px;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #DDDDDD;
	margin: 0px 0px 3px 0px;/* 上/右/下/左*/
	}

.post_title {
	padding: 6px;
	padding-left: 10px;
	background: #EFEFEF url(image/box_top.gif) repeat-x;
	font-weight: bold;
	color: #000000;
	}
.post_title a{
	text-decoration:none;
	letter-spacing: 0.1em;
	display: block;
	width: 100%;
	}
.post_box1{
	text-align: left;
	margin: 8px;
	}
.post_box1 img{
	border:0px;
	padding:2px 5px 2px 5px;/* 上/右/下/左*/
	}




/* ■NewsBox　お知らせブロックサイド用
-----------------------------------*/
.NewsBox3_title{/*タイトル部分*/
	width: 670px;/*幅*/
	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: #000000;/*文字色*/
	background-color: #f5f5f5;/*背景色*/
	padding:5px 0px 5px 0px;/* 上/右/下/左*/
	width: 100%;
	}

/*IE6スターハック*/
* html .NewsBox3_title{/*タイトル部分*/
	width: 650px;/*幅*/
	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: #000000;/*文字色*/
	background-color: #f5f5f5;/*背景色*/
	padding:5px 0px 5px 0px;/* 上/右/下/左*/
	width: 100%;
	}
.NewsBox3{
	float:left;
	font-size:12px;/*文字サイズ*/
	width: 670px;/*幅*/
	border: solid 1px #868689;/*外周枠の色*/
	background-color: #ffffff;/*枠の背景色*/
	margin:5px 0px 5px 0px;
	}
/*IE6スターハック*/
* html .NewsBox3{
	float:left;
	font-size:12px;/*文字サイズ*/
	width: 650px;/*幅*/
	border: solid 1px #868689;/*外周枠の色*/
	background-color: #ffffff;/*枠の背景色*/
	margin:5px 0px 5px 0px;
	}
.NewsBox4{
	text-align: left;
	border: dashed 1px #ACACAE;
	padding: 0.3em;
	margin: 4px;
	background-color: #FFFFFF;/*文章部分の背景色*/
	line-height:20px;
}
/*IE6スターハック*/
* html .NewsBox4{
	width: 630px;/*幅*/
	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;
}
ul.newsrss{
	width: 600px;
	overflow: hidden; 
	position: relative;
	}
ul.newsrss ul{
	margin: 0px;
	padding: 0px;
	}

ul.newsrss li{
	list-style:none;
	float: right;
	}

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;
	}
.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;
	}
form .sub{
	font-size: 10px;
	background: #eee;
	height: 20px;
	border: #ccc 1px solid;
	margin: 0 0 0 5px;
	}
#mobile {
	width:190px;
	float:left;
	margin:0px 0px 10px 0px;/* 上/右/下/左*/
	font-size: 80%;
	border:5px solid #f0f5eb;
	}

#widgets_memo {
	width:190px;
	font-size: 80%;
	float:left;
	margin:0px 0px 10px 0px;/* 上/右/下/左*/
	font-size: 80%;
	border:5px solid #f0f5eb;
	}

#widgets_memo p{
	margin:0;
	padding :2px 3px 2px 3px;/* 上/右/下/左*/
	}
/************イベントカレンダー用追加**********/
#wp-calendar{
	margin-left: 20px;
	text-align: center;
	width: 80%;
}

#custom_event_calendar {
	width:190px;
	float:left;
	margin:0px 0px 10px 0px;/* 上/右/下/左*/
	text-align:center;
	font-size: 80%;
	border:5px solid #f0f5eb;
	}
#custom_event_calendar p{
	text-align:left;
	background:url(image/p005.gif) no-repeat;
	background-position:6px 5px;
	text-indent:28px;
	}
#custom_event_calendar h3{
	background: url(image/menu005.gif) no-repeat left top;
	width:190px;
	height:33px;
	font-size:14px;
	text-indent:28px;
	line-height: 200%;
	letter-spacing: 4px;
	font-family: "HG創英角ｺﾞｼｯｸUB";
	color: #ffffff;
	}
#custom_event_calendar ul.ec3_events{
	list-style:none;
	text-align:left;
	margin:2px 0px 2px 0px;/* 上/右/下/左*/
	padding-left: 25px;
	}
#custom_event_calendar ul.ec3_events ul {
	margin:2px 0px 2px 0px;/* 上/右/下/左*/
	padding: 0px;
	}
#custom_event_calendar ul.ec3_events ul li{
	margin:0px 2px 0px 20px;/* 上/右/下/左*/
	}
#custom_event_calendar ul.ec3_events ul li a {
	text-decoration:none;
	}
#custom_event_calendar ul.ec3_events ul li a:hover{
	text-decoration:underline;
	color:#FF0000;
	}
ul.custom_event_calendar{
	margin:2px 5px 2px 0px;/* 上/右/下/左*/
	padding: 0px;
	list-style:none;
	overflow: hidden; 
	position: relative;
	}

ul.custom_event_calendar li{
	float: right;
	margin: 0px;
	padding: 0px;
	}
ul.custom_event_calendar li a{
	text-decoration:none;
	}
ul.custom_event_calendar li a:hover{
	text-decoration:underline;
	color:#FF0000;
	}
