@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: #f5f5f5;
	line-height:1.3;
}

#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: 245px;
}
/*IE6スターハック*/
* html #top_nav{
	margin:-10px;
	margin-top:0px;
	width:850px;
	background: url(image/header.jpg) no-repeat;
	height: 245px;
}

/*========================================
common
========================================*/
img {
	border:0px;

}
a:link {
	color: #000099;
}
a:visited {
	color: #0066CC;
}
a:active {
	color: #ff0000;
}
a:hover {
	color: #ff0000;
}
ul,li,dl,dt,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%;}


li { list-style:none;}

.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;
	}

ul.newsrss li{
	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;
	}
#breadcrumbs_list {
	color: #000000;
	font-size: 90%;
	margin:5px 0px 5px 2px;/* 上/右/下/左*/
	}
#breadcrumbs_list #current{
	color: #ff0000;
	}


/*========================================
side_menu
========================================*/
#side_menu {
	width:190px;
	text-align:center;
	float:left;
	margin:0;
	}
#side_menu h3{
	background-image:url(image/menu001.gif);
	width:190px;
	height:33px;
	text-indent:-9999px;
	}	
ul.side_list {
	width:190px;
	list-style:none;
	text-align:left;
	}
ul.side_list li {
	font-size: 80%;
	border-bottom: #444f51 1px dotted;
	}
ul.side_list  {
	color:#ff0000;
	margin:0px 0 10px 0px;/* 上/右/下/左*/
	}
ul.side_list li a:link {
	display:block;
	padding:6px 10px 6px 30px;/* 上/右/下/左*/
	background:#ffffff url(image/p001.gif) no-repeat 10px 0.85em;
	color:#000000;
	text-decoration:none;
	}

ul.side_list li.current_page_item a:link,
ul.side_list li.current_page_item a:visited {
	padding:8px 10px 6px 30px;/* 上/右/下/左*/
	background:#ffffff url(image/p002.gif) no-repeat 10px 0.95em;
	color:#ff0000;
	}
ul.side_list li.current-cat a:link,
ul.side_list li.current-cat a:visited {
	padding:8px 10px 6px 30px;/* 上/右/下/左*/
	background:#ffffff url(image/p002.gif) no-repeat 10px 0.95em;
	color:#ff0000;
	}


ul.side_list li a:visited {
	display:block;
	padding:6px 10px 6px 30px;
	color:#000000;
	text-decoration:none;
	background:#ffffff url(image/p001.gif) no-repeat 10px 0.85em;
	}
ul.side_list li a:hover {
	display:block;
	padding:6px 10px 6px 30px;
	background:#f5f5f5 url(image/p002.gif) no-repeat 10px 0.85em;
	color:#ff0000;
	text-decoration:none;
	}
ul.side_list li a:active {
	display:block;
	padding:6px 10px 6px 30px;
	background:#efefef url(image/p001.gif) no-repeat 10px 0.85em;
	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/menu002.gif);
	width:190px;
	height:33px;
	text-indent:-9999px;
	}
#tag{
	text-align:left;
	margin:0px 5px 10px 5px;/* 上/右/下/左*/
	}
	
#top_banner {
	width:190px;
	float:left;
	margin:0;
	text-align:center;
	font-size: 80%;
	}
#top_banner h3{
	background-image:url(image/menu003.gif);
	width:190px;
	height:33px;
	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;
	}

/*========================================
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: #000000;/*文字色*/
	background-color: #cccccc;/*背景色*/
	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;
	}
#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%;

}
/*========================================
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;
	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: #666666;
	}
.post_title a{
	text-decoration:none;
	letter-spacing: 0.1em;
	display: block;
	width: 100%;
	}
.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;
	}
#mobile {
	width:190px;
	float:left;
	margin:10px 0px 10px 0px;/* 上/右/下/左*/
	font-size: 80%;
	border:1px solid #CCCCCC;
	}
#company {
	background: transparent url(image/company.gif) no-repeat top left;
	width: 643px;
	height:390px;
	margin:5px 0px 5px 0px;/* 上/右/下/左*/
}
.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;/* 上/右/下/左*/
	}

