@charset "utf-8";
/* CSS Document */
/*
Theme Name: ここにテーマ名が入ります。
Description: ここに概要が入ります。
Author: ここに製作者名が入ります。
Author URI: ここに製作者のホームページURLが入ります。
*/

/*▼ここから　全体*/
* {
	padding:0;
	margin:0;
}
*html body {/*IE6*/
	/*font-family:"小塚明朝 Pro", "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";*/
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	text-align:center;/*IE6でサイトをセンターに設定*/
	font-size:13px;
	line-height:150%;
	background-color:#fff;
	color:#3A2B22;
}
body {
	/*font-family:"小塚明朝 Pro", "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";*/
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	font-size:13px;
	line-height:150%;
	background-color:#fff;
	color:#3A2B22;
}
*html body #outside {/*IE6*/
	width:960px;
	margin:0 auto;
	text-align:left;
}
#outside {
	width:960px;
	margin:0 auto;
}
*html body #container {/*IE6*/
	width:960px;
	margin:0 auto;
	text-align:left;
}
#container {
	width:960px;
	margin:0 auto;
	behavior: url(/kanri/wp-content/themes/TemplateB-black/PIE/PIE.htc);
}
/*▼ここから　タグ属性消去*/
h1 {
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#CCCCCC;
}
h2 {
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
h3 {
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
h4 {
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
h5 {
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
h6 {
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
p {
	padding:0px;
	margin:0px;
}
ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
li, dl, dt, dd {
	padding:0px;
	margin:0px;
}
img {
	border:0px;
}
a {
	color:#309794;
	text-decoration:none;
}
a:hover {
	color:#309794;
	text-decoration:underline;
}
a:hover img {
	filter:alpha(opacity=60 style=0);
	opacity:0.6;
}
input[type="text"], textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
/*▲ここまで　タグ属性消去*/


#header {
	clear:both;
	background: #fff;
	padding-bottom:3px;
}
#head_area {
	height:100px;
}
#logo {
	width:470px;
	padding-left:370px;
	margin:0px auto;
	overflow:hidden;
}
#logo img {
	padding-top:5px;
}
#common-image {
	margin:0px 0px 0px 0px;
}
*html #common-image {
	margin-top: 0px;
	margin:0px 0px 0px 0px;
}
*:first-child+html #common-image {
	margin-top: 0px;
	margin:0px 0px 0px 0px;
}
#common-image p {
	font-size:24px;
	color:#FFF;
	position:relative;
	top:90%;
	left:90%;
}
#site-title a {
	position: absolute;
	left: 0;
	top: 15px;
	display: block;
	width: 170px;
	height: 76px;
}
#site-title span {
	display: none;
}
.tmp_banner {
	clear:both;
}
#ci_area01{
	padding-bottom:5px;
}
#catch_copy{
	display:none;
}

/*▼グーローバルメニュー▼*/
#navbox {
	clear:both;
	width:960px;
	text-align:center;
	height:41px;
	position:absolute;
	margin-top:-65px;
}
#navbox li {
	display:inline;
}
/*
#navbox li:first-child {
	padding-left:13px;
}
*/
/*▲グーローバルメニュー▲*/

/*▼ここまで　サイドカラム sidebar.php*/
#ind_side {
	float:left;
	width:183px;
}
#ind_side h2 {
	clear:both;
	background:url(images/side-bg01-top.png) no-repeat center 7px;
	padding-left:13px;
	line-height: 100%;
}
#ind_side h3 {
	clear:both;
	color:#392E27;
	font-weight:bold;
	font-size:13px;
	border:none;
	margin:0;
}
#ind_side dl {
	clear:both;
	margin:0px auto 0px auto;
	width:250px;
}
#ind_side dl dt {
	padding-left:5px;
	color:#54493A;
}
#ind_side dl dd {
	color:#54493A;
	border-bottom:1px dashed #7A6A56;
	padding-bottom:5px;
	padding-left:5px;
	margin-bottom:5px;
}
#ind_side dl dd:last-child {
	border-bottom:none;
}
.side_item {
	padding-bottom:7px;
}
/*▲ここまで　サイドカラム sidebar.php*/

/*▼ここまで　tak*/
#tak {
	float:left;
	width:600px;
	background:#fff;
}
/*▲ここまで　tak*/
/*▼ここまで　サイドカラム2 sidebar-2.php*/
#ind_side2 {
	background-color:#FFFFFF;
	float:right;
	width:177px;
	text-align:center;
}
#ind_side2 .xoxo{
	margin-top:-10px;
}
#ind_side2 h2 {
	clear:both;
	padding-bottom:20px;
	padding-left:5px;
}
#ind_side2 dl {
	clear:both;
	margin:0px auto 0px auto;
}
#ind_side2 dl dt {
	padding-left:5px;
	color:#54493A;
}
#ind_side2 dl dd {
	color:#54493A;
	border-bottom:1px dashed #7A6A56;
	padding-bottom:5px;
	padding-left:5px;
	margin-bottom:5px;
}
#ind_side2 dl dd:last-child {
	border-bottom:none;
}
#ind_side2 .side_item {
	padding-bottom:7px;
}
/*▲ここまで　サイドカラム2 sidebar-2.php*/

/*▼ここから　フッター-footer.php*/
#footer {
	clear: both;
	height: 225px;
	/*padding: 50px 0 0;*/
	width: 960px;
}
#footerlink {
	text-align: center;
}
#copyright {
	clear:both;
	padding-bottom:3px;
	text-align:center;
	font-size:10px;
	color:#726658;
}
.ind_fot_nav {
	clear:both;
	margin:0 auto;
	width:auto;
	margin-bottom:15px;
}
.ind_fot_nav li {
	display:inline;
	font-size:13px;
	border-left:1px solid #fff;
	margin-left:15px;
	padding-left:15px;
}
.ind_fot_nav li:first-child {
	border-left:none;
	margin-left:0;
	padding-left:0;
}
.ind_fot_nav li a {
	color:#fff;
}
/*▲ここまで　フッター-footer.php*/

#wrapper {
	clear:both;
	background: #fff;
	margin: 0 auto;
	width: 960px;
}
#main {
	width:960px;
	overflow:hidden;
}
.topicpath{
	margin:5px 0px 10px 15px;
}
.wpc-midashi2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
}
.wpc-midashi-b {
	display: block;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 12px;
	width:665px;
	font-weight:bold;
	color: #000;
}
.wpc-midashi-b a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.banner {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.banner a {
	display:block;
	margin:0px 0px 15px;
}
.banner img {
	width:100%;
	height:auto;
}
/* ▼sidebar ウィジェット ここから */
#primary {
	clear: both;
	margin-bottom:10px;
}
.xoxo {
	clear:both;
}
.xoxo li {
	margin-bottom:10px;
	display: block;
}
.xoxo_s {
	clear:both;
	padding-left:4px;
}
.xoxo h3 {
	clear: both;
	border-bottom: 1px dashed #3A2B22;
	padding-left: 5px;
	padding-bottom: 0px;
	margin-bottom: 13px;
	font-size: 13px;
	font-weight: normal;
}
.xoxo2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	width: 200px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
	margin-top: 30px;
}
.xoxo2 h3 {
	padding-top: 5px;
	height:20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
	background-color: #4d4d4d;
	color: #FFF;
}
.xoxo2 li {
	padding-left:10px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.textwidget {
}
/* ▲sidebar ウィジェット ここまで */

/*▼ここから　トップページ-index.html(php)*/
.ind_g1 {
	clear:both;
	float:left;
	width:960px;
	background:url(images/headers/h-bg.png) left top no-repeat;
	position:absolute;
	z-index:5;
}
.ind_g1_l {
	clear:both;
	padding:10px 0 0 0;
}
.ind_g1_l_image {
	clear:both;
	padding:0 0 10px 0;
}
.ind_g1_m {
	float:left;
	width:425px;
	text-align:right;
	letter-spacing:0.1em;
}
.ind_g1_m_text {
	clear:both;
	font-size:14px;
	padding:43px 0 0 0;
	color:#231916;
}
.ind_g1_m_text02 {
	clear:both;
	font-size:10px;
	padding-right:7px;
	color:#231916;
}
.ind_g1_r {
	clear:both;
	padding:0 0 0 0;
}
.ind_g1_r_image {
	clear:both;
	padding:0 0 0 40px;
}
.ind_g1_r_ul {
	float:left;
	width:335px;
}
.ind_g1_r_ul li {
	float:left;
	padding-left:22px;
	border-left:1px solid #ccc;
	margin-left:22px;
	height:15px;
	font-size:10px;
}
.ind_g1_r_ul li:first-child {
	border:none;
	padding-left:20px;
	margin-left:0;
}
.ind_g1_r_ul a {
	color:#7A6A56;
}
/*content*/

/* end content*/

/*▲ここまで　トップページ-index.html(php)*/

/*▼ここから　ページテンプレート-page.php*/
.tmp_g1 {
	clear:both;
	float:left;
	width:950px;
	height:105px;
	margin-left:5px;
	background:url(images/headers/h-bg.png) left top no-repeat;
}
.tmp_g1_l {
	float:left;
	width:150px;
	padding:0 0 0 0;
}
.tmp_g1_l a {
	width:96px;
	height:auto;
	display:block;
	margin:20px 0 0 47px;
}
.tmp_g1_l span {
	display:none;
}
.tmp_g1_m {
	float:left;
	width:425px;
	text-align:right;
	letter-spacing:0.1em;
}
.tmp_g1_m_text {
	clear:both;
	font-size:14px;
	padding:43px 0 0 0;
	color:#231916;
}
.tmp_g1_m_text02 {
	clear:both;
	font-size:10px;
	padding-right:7px;
	color:#231916;
}
.tmp_g1_r {
	float:right;
	width:335px;
	text-align:left;
	padding:0 0 0 0;
}
.tmp_g1_r_image {
	clear:both;
	padding:20px 0 0 0;
	height:60px;
}
.tmp_g1_r_ul {
	float:left;
	width:335px;
}
.tmp_g1_r_ul li {
	float:left;
	padding-left:22px;
	border-left:1px solid #ccc;
	margin-left:22px;
	height:15px;
	font-size:10px;
}
.tmp_g1_r_ul li:first-child {
	border:none;
	padding-left:20px;
	margin-left:0;
}
.tmp_g1_r_ul a {
	color:#7A6A56;
}
.news-wpc-midashi{
	clear: both;
    color: #5B5243;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 30px 0px;
	margin:0px auto;
    width: 550px;
}
/*▲ここまで　ページテンプレート-page.php*/


/*▼ここから　新着情報 What's New -news.php*/
#news {
	clear:both;
	margin:30px 0px 50px 0px;
	width:600px;
}
#ind_side #news h2 {
	clear:both;
	padding-bottom:10px;
	padding-left:5px;
}
#ind_side #news dl {
	clear:both;
	width:250px;
}
#ind_side #news dl dt {
	padding:0px 10px 0px 10px;
	color:#54493A;
}
#ind_side #news dl dd {
	color:#54493A;
	border-bottom:1px dashed #7A6A56;
	padding:0px 10px 5px 10px;
	margin:0px 0px 5px 0px;
}
#ind_side #news dl dd:last-child {
	border-bottom:none;
}
/*▲ここまで　新着情報 What's New -news.php*/


/*** ここから　コンテンツ部分 ****************************************************/
.contentbox {
	clear:both;
}
.contentbox_main {
	padding-bottom: 40px;
	overflow:hidden;
}
.home .contentbox_main {	/*frontページ用*/
	padding:0px 15px 40px 15px;
}
.home .contentbox_main.sort1 {	/*frontページ用*/
	padding:0px 0px 40px 0px;
}
#wpc-content {
	clear:both;
	padding:0px 0px 0px 15px;
	overflow:hidden;
	width:560px;
}
.home #wpc-content {	/*frontページ用*/
	padding:0px 0px 0px 0px;
	width:600px;
}
.wpc-midashi{
	clear: both;
	font-size: 18px;
	font-weight: bold;
	color: #625148;
	background: url(/kanri/wp-content/themes/Template-site05/images/temp-h3-bg.gif) left top no-repeat;
	padding: 3px 0 7px 30px;
	border-bottom: 1px dashed #625148;
	margin-bottom: 10px;
	width:530px;
}
.home .wpc-midashi{	/*frontページ用*/
/*	padding:0px 0px 5px 5px;
	border-bottom: 1px solid #CCCCCC;
	width:100%;
	font-size: 18px !important;
	filter:alpha(opacity=55 style=0);
	opacity:0.55;*/
}
.home .wpc-midashi img{	/*frontページ用*/
	/*padding:0px;*/
}
.home .wpc-txt .wpc-midashi{	/*frontページ用*/
/*	padding:0px 0px 5px 0px;
	filter:alpha(opacity=100 style=0);
	opacity:1;*/
}
.wpc-honbun {
	clear: both;
	width: 560px;
	overflow:hidden;
}
.home .wpc-honbun{	/*frontページ用*/
	width:100%;
}
.blc_a .wpc-gazou{
	float:right;
	width:240px;
	padding:0px 0px 0px 5px;
}
.blc_b .wpc-gazou{
	float:left;
	width:240px;
	padding:0px 10px 0px 0px;
}
.wpc-gazou img{
	width:100%;
	height:auto;
}
.wpc-txt{
	line-height:20px;
	padding:5px;
}
.wpc-txt img{
	padding-bottom:10px;
	width:auto;
	height:auto;
	max-width:100%;
}

.form-allowed-tags {
	display:none;
}

/* ie6 ie7の改行の記述 */
br {
	letter-spacing:0;
}
#content textarea {
	background-color:#f9f9f9;
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
.entry-title {
	border-left: 7px solid #0F0000;
	clear: both;
	margin: 10px 0px 10px 30px;
	padding: 7px 0px 0px 15px;
}
.temp_button {
	clear: both;
	padding-bottom: 3px;
	text-align: center;
}
/*▼ここから　index.html（基本）*/
.bg_top {
	background:url(images/ind-bg-top-new.jpg) center top repeat-x;
	width:100%;
}
.bg_bottom {
	background:url(images/ind-bg-bottom.png) bottom center repeat-x;
	width:100%;
}
/*** --- side --- ***/
.menu_top{
	clear:both;
	height:21px;
}
#menu-sidemenu {
	clear:both;
	margin-top:-5px;
	padding:15px 0 0 0;
	background:url(images/side-bg01-middle.png) left top repeat-y;
}
#menu-sidemenu li {
	padding: 0 5px 9px 20px;
	background:url(images/side-list-dot.png) left top no-repeat;
	margin-left:18px;
	font-size:13px;
}
#menu-sidemenu a {
	color:#695839;
}
.menu_bottom {
	clear:both;
	padding-bottom:10px;
}
#side_map {
	clear:both;
	display:block;
	width:155px;
	height:105px;
	background:#999;
	margin-bottom:10px;
}
#ind_side .xoxo {
	margin:-5px 0px 0px 1px;
	padding:15px 0px 0px 14px;
	background:url(images/side-bg02-middle.png) left bottom repeat-y;
	line-height:120%;
}
#ind_side .xoxo p {
	color:#392E27;
	font-size:13px;
	padding: 3px 5px 3px 3px;
}
/*** --- content --- ***/
.ind_c_g1{
	clear:both;
	margin:-4px 0px 0px 0px;
	padding:25px 0px 0px 10px;
	background:url(images/ind-content-bg.png) left top no-repeat;
	width:600px;
	color:#fff;
	overflow: hidden;
	line-height:18px;
}
.ind_c_g1 h3{
	clear:both;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}
.ind_c_g1 img{
	padding-bottom:5px;
}
.ind_c_g1 p{
	clear:both;
	text-align:justify;
}
.ind_c_g1_l{
	float:left;
	width:182px;
	padding-left:15px;
}
.ind_c_g1_m{
	float:left;
	width:182px;
	padding-left:9px;
}
.ind_c_g1_r{
	float:right;
	width:182px;
	padding-right:22px;
}
#tak #news h2{
	padding-left:15px;
	float:left;
	clear:both;
	padding-bottom:5px;
}
#tak #news h2 span{
	float:right;
	margin-left:-70px;
	padding-top:3px;
	position:absolute;
}
#tak #news table{
	clear:both;
	margin-left:15px;
	width:560px;
}
#tak #news table td{
	vertical-align:text-top;
	padding:5px 0 5px 0;
}
#tak #news table td a, #tak #news h2 a{
	color:#392E27;
}
#tak #news table td:first-child{
	width:80px;
	padding-left:10px;
}
#tak #news table td:last-child, .ie7 .cel02{
	width:470px;
	padding-right:20px !important;
	text-align:justify;
}
.ie8 .cel02{
	width:470px;
	padding-right:20px !important;
	text-align:justify;
}
#tak #news table .color{
	background:#F5EEDB none;
}
/*** --- footer --- ***/
.footer_directly {
	clear:both;
	height:87px;
	text-align:center;
	padding-bottom:35px;
}
.footer_directly ul li {
	display:inline;
}
.footer_directly .middle {
	padding:0 3px 0 3px;
}
.footer_menu {
	clear:both;
	text-align:center;
	padding-bottom:30px;
}
.footer_menu ul li:first-child {
	padding-left:0;
	margin-left:0;
	border-left:none;
}
.footer_menu ul li {
	display:inline;
	border-left:1px solid #4D2F1F;
	padding-left:15px;
	margin-left:15px;
}
.footer_menu ul li a {
	color:#4D2F1F;
}
/*▲ここまで　index.html（基本）*/
.temp_globalnav #navbox{
	margin-top:-20px;
}
#pagetitle{
	clear:both;
	margin:0px 0px 20px 10px;
	padding:0px 0px 5px 5px;
	border-bottom:1px solid #231F20;
	width:560px;
	overflow:hidden;
}
.h2_left{
	float:left;
	padding-top:5px;
	font-size:21px;
	line-height:23px;
	color:#2C1604;
}
.h2_right{
	float:right;
	font-size:14px;
	padding-top:5px;
	padding-right:10px;
	color:#78513D;
}
.temp_button{
	clear:both;
	text-align:center;
}
.temp_button p{
	display:inline;
}
.widget_top{
	height:23px;
}


/* 問い合わせフォーム */
.wpcf7-submit{
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
}
.FormTable{
}
	.FormTable table{
		border-collapse: collapse;
		margin:5px 0 5px 0;
	}

	.FormTable td{
		padding:5px 10px 5px 10px;
		border:1px solid #CCCCCC;
		border-collapse: collapse;
	}
	.FormTable .label{
		font-weight:bold;
		background-color:#EEECDF;
	}
	.FormTable .contents{
		background-color:#F2F2F2;
	}

/* トップページのコンテンツ */
.wpc-midashi-top {
	display: block;
	padding-left: 5px;
	/* float: left; */
	clear: both;
	/* padding-bottom: 5px; */
	margin-bottom: 10px;
	margin-left: 10px;
	width: 560px;
}

#ind_pagetitle_big{
	clear: both;
	/* font-size: 18px; */
	font-weight: bold;
	color: #625148;
	background: url(images/temp-h3-bg.gif) left top no-repeat;
	padding: 3px 0 7px 30px;
	border-bottom: 1px dashed #625148;
	margin-bottom: 10px;
	display: block;
}

/* 準備中 */
#ready_box {
	margin: 0 auto;
	padding: 50px 0 0;
	width: 100%;
}
#ready_box div {
	border: 3px solid #CCCCCC;
	height: auto;
	margin: 0 auto 100px;
	padding: 10px 0;
	width: 60%;
}
#ready01 {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 10px;
	text-align: center;
}
#ready02 {
	font-size: 14px;
	margin: 0 0 30px;
	padding: 0 20px;
	text-align: center;
}
#ready_top {
	text-align: center;
}
#ready_top a {
	color: #B28247;
}


/* 特定商取引法 */
.toku_table {
	margin-bottom: 90px;
	width: 100%;
	border-style:solid;
	border-color:#9FA0A0;
	border-width:1px 0px 0px 1px;
	color:#333333;
}

.toku_table th {
	background-color: #E7E7E8;
	border-style:solid;
	border-color:#9FA0A0;
	border-width:0px 1px 1px 0px;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	text-align: left;
	vertical-align: top;
	width: 23%;
}
.toku_table td {
	background-color: #FFFFFF;
	border-style:solid;
	border-color:#9FA0A0;
	border-width:0px 1px 1px 0px;
	padding: 3px 20px 3px 10px;
	text-align: left;
	width:auto;
	line-height: 165%;
}
.toku_table td a {
    color: #333333;
}
.toku_table td img{
	width:100%;
	height:auto;
}
.table01{
	border-collapse:collapse;
	width: 365px;
	margin: 0 auto 20px;
}
.table01 td,
.table01 th{
	border:1px solid;
	padding:4px;
	text-align:center;
}
ul.list01{
	list-style-type: disc;
	padding-left:10px;
}
.map{
	width: 150px;
	margin: 0 auto;
}
/*clearfix*/
.clear:after{
	content:"";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
.textwidget iframe{
    width: 140px;
    height: 130px;
}
