@charset "utf-8";

/* CSS Document */
/*
Theme Name: ここにテーマ名が入ります。
Description: ここに概要が入ります。
Author: ここに製作者名が入ります。
Author URI: ここに製作者のホームページURLが入ります。
*/

/*▼ここから　全体*/
* {
	padding:0;
	margin:0;
	border:0;
}
*html body {/*IE6*/
	/*font-family:"小塚明朝 Pro", "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";*/
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0 auto;
	text-align:center;/*IE6でサイトをセンターに設定*/
	font-size:12px;
	line-height:150%;
	background-color:#63615B;
	color:#58595b;
	background-image:url(./images/foot-rpt.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
body {
	/*font-family:"小塚明朝 Pro", "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";*/
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0 auto;
	font-size:12px;
	line-height:150%;
	color:#58595b;
	background-image:url(./images/foot-rpt.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
*html body #outside {/*IE6*/
	margin:0 auto;
	text-align:left;
	background-image:url(./images/head-rpt.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#outside {
	margin:0 auto;
	background-image:url(./images/head-rpt.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#container {
	width:960px;
	margin:0 auto;
	behavior: url(/kanri/wp-content/themes/TemplateB-black/PIE/PIE.htc);
	background-image:url(./images/ind-bg.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}
#header{
	padding:17px 0px 0px 0px;
	background-image:url(./images/ind-bg-top.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
/*▼ここから　タグ属性消去*/
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:#58595B;
	text-decoration:none;
}
a:hover {
	color:#309794;
}
a:hover img {
	filter:alpha(opacity=60 style=0);
	opacity:0.6;
}

input[type="text"],
input[type="email"],
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;
}
/*▲ここまで　タグ属性消去*/

#ind_head_top{
	text-align:center;
	margin-bottom:-10px;
}	
#branding {
	position: relative;
}

#head_area{
	height:100px;
}

#logo{
	width:960px;
	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;
}

/*▼グーローバルメニュー▼*/
#navbox {
	float: left;
    font-size: 14px;
    height: 30px;
    padding: 10px 0 0 0px;
    width: 960px;
	text-align:center;
	font-family:"メイリオ", "Meiryo UI", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing:1px;
}
#navbox .menu {
	clear:both;
	margin:0 auto;
	width:auto;
	margin-bottom:20px;
}
#navbox .menu li {
	display:inline;
	border-left:1px solid #412210;
	margin-left:15px;
	padding-left:15px;
}
#navbox .menu li:first-child {
	border-left:none;
	margin-left:0;
	padding-left:0;
}
#navbox .menu li a {
	color:#58595b;
}
#navbox .menu li a:hover {
	color:#76bfb0;
}
/*▲グーローバルメニュー▲*/

/*▼ここまで　サイドカラム-sidebar.php*/
#side {
	float:right;
    margin-top: 0;
	padding:10px 20px 0px 0px;
	width:245px;
}
.side_item {
}
/*▲ここまで　サイドカラム-sidebar.php*/

/*▼ここから　フッター-footer.php*/
#footer {
    clear: both;
    margin: 0 auto;
    width:960px;
}
#footer_top{
	width:960px;
}	
#footerlink {
	float: left;
   	width: 740px;
	padding-top:30px;
}
#footerlink #fot_nav_top{
	padding:10px 0px 0px 5px;
	height:10px;
}
#footerlink #fot_nav_img{
	padding:0px 0px 0px 5px;
	margin-top:-100px;
}
#footerlink #fot_nav_btm{
	clear:both;
	height:12px;
	padding:0px 0px 0px 5px;
}
#colophon{
	float: left;
	margin:0px auto 0px auto;
	position: relative;
	text-align: center;
}	
#footer_box{
	width:960px;
	height:251px;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	overflow:hidden;
	background-image:url(./images/foot-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}	
#copyright {
	padding:10px 0px 0px 0px;
	color: #7A6A56;
    float: left;
    font-size: 9px;
    text-align: center;
	width:960px;
}
#foot_logo{
	float:left;
	padding:60px 45px 0px 35px;
}
#foot_logo p{
	text-align:left;
}
#foot_logo p a{
	color:#0B7FA6;
	text-decoration:underline;
}		
.ind_fot_nav {
    background-image: url(./images/foot-bg.png);
    background-repeat: repeat-y;
    float: left;
    margin: 0 auto -1px 5px;
    width: 735px;
}
.ind_fot_nav .ftnav01 {
    color: #83B9C0;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px 0 15px;
	padding-top:5px;
    padding-bottom: 50px;
    width: 210px;
}
.ind_fot_nav ul{
	font-size:12px;
	color:#58595B;
	border-top: 1px dotted #83B9C0;
	padding: 10px 0 0 25px;
	text-align:left;
	font-weight:normal;

}	
.ind_fot_nav ul li{
	list-style-image:url(./images/icon01.gif);
}


.ind_fot_nav .ftnav02 {
    color: #83B9C0;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 0 20px 0 22px;
	padding-top:5px;
	padding-bottom: 50px;
    width: 210px;
}
.ind_fot_nav .ftnav03 {
    color: #83B9C0;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px 0 15px;
	padding-top:5px;
    padding-bottom: 50px;
    width: 210px;
}
.ind_fot_nav .ftnav03 ul li{
	list-style-image:url(./images/icon01.gif);
}
.ind_fot_nav .ftnav01 a, .ind_fot_nav .ftnav02 a, .ind_fot_nav .ftnav03 a{
	text-decoration:none;
	color:#83B9C0;
}
.sub-menu a{
	color:#58595B !important;
}
.sub-menu a:hover{
	color:#309794 !important;
}
/*▲ここまで　フッター-footer.php*/

#wrapper {
/*	background: #fff;*/
	margin: 0 auto;
	width: 960px;
}
#main{
    padding-right: 0;
    width: 960px;
}
#temp_main{
	float:left;
	padding:5px 0px 0px 10px;
    	width: 655px;
}
#temp_main .contentbox{
	width: 635px;
}
#temp_main #ind_wn_scroll{
	margin-left:40px;
}
#temp_main #news{
	background:none;
	padding:0;
	float:none;
	border:none;
}
#temp_main #news dl{
	height:auto;
	overflow:hidden;
	padding-bottom:30px;
}
#temp_main #news dl dt{
	border:none;
}
#temp_main #news dl dd{
	border:none;
	width:505px;
}
#tak .totop{
	text-align:center;
}
.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 img{

	display:block;
	margin:0px 0px 10px;
}
.banner a
{

}


/* ▼sidebar ウィジェット ここから */
#first_side img{
	padding:10px 0px 0px 0px;
}
#second_side{
	padding:10px 0px 0px 0px;
}
#second_side .xoxo{
	width:224px;
	padding:9px 9px 20px 9px;
	margin:0px 0px 0px 1px;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	overflow:hidden;
        background-color:white;
}
.sidemap{
	padding:10px 0px 15px 0px;
}
.prfinfo{
	padding:0px 0px 0px 10px;
}
.prfinfo .name{
	color:#594a42;
}
.prfinfo .adrs{
	padding:0px 0px 10px 0px;
}
.prfinfo .tel{
	padding:0px 0px 10px 0px;
}
.prfinfo dl{
	float:left;
	width:220px;
}
.prfinfo dt{
	float:left;
	width:65px;
}
.prfinfo dd{
	float:left;
	width:100px;
}
.xoxo h3{
	clear: both;
	border-bottom: 1px dashed #3A2B22;
    padding-left: 5px;
    padding-bottom: 10px;
    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 ウィジェット ここまで */

/* ▼sidebar ブログ新着情報 ここから */
.event_h2 {
    clear: both;
    padding-left: 15px !important;
	padding-bottom: 10px !important;
}
.event_ul, .event_ul02 {
	clear:both;
	padding-bottom:15px;
	width:235px!important;
}
.event_ul dt, .event_ul02 dt {
    padding:0px 5px 0px 10px!important;
}
.event_ul dd, .event_ul02 dd {
	padding:0px 5px 5px 10px!important;
	letter-spacing:0.1em;
}
.event_ul dd a, .event_ul02 dd a {
	color:#54493A;
}

/* ▲sidebar ブログ新着情報 ここまで */


/* ▼ブログコンテンツ blog detail ここから */
.time{
	margin-left:15px;
	margin-bottom:10px;
	font-size:10px;
}
#come{
	width:730px;
	float:left;
	padding:0px 0px 0px 15px;
}
.come_a{
	text-align:right;
	display:inline;
	float:right;
	font-size:12px;
}
.come_a a{
	color:#666666;
	display:table;
	text-align:right;
	padding:0px 0px 20px 0px;
}

/* ▲ブログコンテンツ blog detail ここまで */


/*▼ここから　トップページ-index.html(php)*/

.about{
	float: left;
    padding: 0px 10px 0px 12px;
}
.ind_g1 {	
	clear: both;
    width: 960px;
}
.ind_g1_l {
	float: left;
    padding: 20px 0 0;
}
.ind_g1_l a {
	border-right: 1px dotted #221E1F;
    	display: block;
    	height: 50px;
    	padding-right: 10px;
	margin-left:20px;
}
.ind_g1_l span {
	display:none;
}
.ind_g1_m {
	float: left;
    padding-left: 10px;
    width: 185px;
}
.ind_g1_m_text {
	clear: both;
    color: #231916;
    font-size: 14px;
    padding: 30px 0 0;
}
.ind_g1_m_text02 {
	clear: both;
    color: #231916;
    font-size: 14px;
}
.ind_g1_r {
	float: right;
    padding: 0;
}
.ind_g1_r_image {
	clear: both;
    padding: 10px 30px 3px 0px;
}
.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;
}
.ind_banner {
	clear:both;
	padding:0px 0px 5px 12px;
}

/*content*/

/* end content*/

/*▲ここまで　トップページ-index.html(php)*/

/*▼ここから　ページテンプレート-page.php*/
.tmp_g1 {
	clear:both;
	float:left;
	width:950px;
	height:105px;
	margin-left:5px;
}
.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;
}
.tmp_banner {
	clear:both;
	padding-bottom:5px;
}
.content_footnav{
	clear:both;
	padding:10px 0px 20px 0px;
	text-align:center;
	width:635px;
}
/*▲ここまで　ページテンプレート-page.php*/


/*▼ここから　新着情報 What's New -news.php*/
#news{
	background-color: #FFFFFF;
    background-image: url(./images/ind-info01.gif);
    background-position: center top;
	background-repeat:repeat-x;
    border: 1px solid #999999;
    float: left;
    padding: 15px 10px 10px 15px;
    width: 673px;
}
#news h2{
	clear: both;
	float:left;
    color: #58595B;
    font-size: 16px;
    padding: 10px 0;
}
#news .listlink {
	float:right;
	padding:10px 20px 10px 0px;
}
#news .listlink a{
	color: #0B7FA6;
}
#news dl{
	clear: both;
    /* height: 125px; */
    overflow: auto;
	
}	
#news dl dt {
    border-bottom: 1px dashed #7A6A56;
    color: #54493A;
    float: left;
    padding: 5px 0 5px 10px;
    width: 80px;
}	
#news dl dd{
	border-bottom: 1px dashed #7A6A56;
    color: #54493A;
    float: left;
    padding: 5px 0;
    width: 560px;
}	
#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;
}


#side_news {
	width:224px;
	padding:9px;
	margin:0px 0px 0px 1px;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
        background-color:white;
}
#side_news h2 {
	font-size:16px;
}
#side_news dt {
	padding:10px 0px 0px 0px;
}
#side_news dd {
	padding:2px 0px 10px 0px;
	border-bottom:dashed 1px #cccccc;
}
#side_news dd:last-child {
	border-bottom:none;
}
/*▲ここまで　新着情報 What's New -news.php*/


/*** ここから　コンテンツ部分 ****************************************************/

#ind-wpc-content{	/*frontページ用*/
	width:960px;
	padding:10px 0px 20px 0px;
	overflow:auto;
}
#wpc-content{
	padding-bottom:20px;
	padding-left: 20px;
	width:635px;
}
.wpc-midashi, .news-wpc-midashi{
	clear:both;
	padding:0px 0px 0px 15px;
	width:625px;
    	display: block;
    	font-size:18px;
    	line-height: 30px;
	color: #ffffff;
	background-image:url(./images/subtitle-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.wpc-midashi a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

.wpc-midashiTop{
	clear: both;
	padding: 0px 0px 0px 5px;
	width: 910px;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: black;
	border-bottom: 2px dotted #999;
}

.ind-wpc-honbun{	/*frontページ用*/
    display: block;
	background:url(/kanri/wp-content/uploads/2012/02/ind-content-bg.jpg) left top no-repeat;
	color: #333333;
	margin: 0;
	margin:0px 0px 30px;
	padding:17px 0px 0px 0px;
	line-height:20px;
	letter-spacing:1px;

}
.ind-wpc-honbun:after{	/*frontページ用*/
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.wpc-honbun, .news-wpc-honbun{
   	 display: block;
	float:left;
	color: #333333;
	margin: 0;
	margin:0px 0px 30px 0px;
	padding:10px 0px 0px 0px;
	line-height:20px;
	letter-spacing:1px;

}
.wpc-honbun:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.wpc-honbun img{
	margin-bottom:15px;
}
.wpc-gazou img{
	margin-bottom:15px;
}
.form-allowed-tags{
	display:none;
}
.wpc-honbun p{
	
}
.wpc-textArea{
	width:635px;
}
.ind_box01{
	float:left;
	padding:0px 0px 0px 0px;
	width:225px;
}	
.ind_box01 p{
	font-size:12px;
	color:#404041;
}	
.ind_box02{
	float:left;
	padding:0px 0px 0px 11px;
	width:225px;
}
.ind_box02 p{
	font-size:12px;
	color:#404041;
}
/* ie6 ie7の改行の記述 */
br {
	letter-spacing:0;
}

.contentbox{
    	display: block;
    	margin-left: 0px;
	float:left;
}
.contentboxTop{
    	display: block;
    	margin-left: 10px;
	float:left;
}

.contentbox_main{
    padding-bottom: 0px;
    padding-left: 0px;
}

#content textarea {
	background-color:#f9f9f9;
	color: #333;
	font-size: 16px;
	line-height: 24px;
}


.entry-title {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 25px;
    display: block;
    font-size:24px;
    line-height: 30px;
	background-image:url(./images/title-bg.gif);
	background-position:5px top;
	background-repeat:no-repeat;
}
.temp_button {
    clear: both;
    padding-bottom: 3px;
    text-align: center;
}
#header2{
	padding-bottom:10px !important;
	padding-left:5px;
}
.news-wpc_midashi_b{
	padding:5px 0 10px 0 !important;
}


/* 問い合わせフォーム */
.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;
	}


/* 製品情報 */
.left_1st,
.center_1st,
.right_1st{
	padding:5px;
	width:200px;
	float:left;
	margin-bottom:10px;
}

.left_2nd,
.center_2nd,
.right_2nd{
	padding:5px;
	width:200px;
	float:left;
	margin-bottom:10px;
}

.left_3rd,
.center_3rd,
.right_3rd{
	padding:5px;
	width:200px;
	float:left;
}

.left_1st img,
.center_1st img,
.right_1st img,
.left_2nd img,
.center_2nd img,
.right_2nd img,
.left_3rd img,
.center_3rd img,
.right_3rd img{
	margin:0;
}