@charset "utf-8";
/*
Theme Name: free_sample002
Theme URI: http://theme.o2gp.com/
Description: free_sample002
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: simple

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{margin:0;padding:0;}

body{
font: 14px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
}


a{color:#37a937;text-decoration:none;}
a:hover{color:#5dd75d;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
background: url(images/header.png) no-repeat 100% 0;
height: 80px;
}

#header h1 {
padding: 10px 0 0 0;
font-size: 30px;
margin:auto;
font-weight: normal;
color:#000;
font-family:AR行楷書体H,Regular, Helvetica, Sans-Serif;
}

#header h2 {
padding: 0;
margin:auto;
font-size: 18px;
font-weight: normal;
color:#000;
font-family:AR行楷書体H,Regular, Helvetica, Sans-Serif;
}

/*************
/* トップナビゲーション
*************/
#topnav {
	width: 910px;
	margin-top: 21px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	clear: both;
	background-image: url(images/topnavi_bg.png);
background-repeat: repeat-x;
background-position: 0 -6px;
}
#topnav:after{
content: "";
display:block;
clear:both;
}

#topnav li {
	display: inline;
}
  
#topnav li a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/topnavi_bg.png);
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 35px;
	width: auto;
	padding-top: 5px;
	line-height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-right: 1px;
	background-position: bottom;
}

#topnav li a:hover {
	color: #FFFFFF;
	background-image: url(images/topnavi_bg_over.png);
}



/*************
メイン（左側）コンテンツ
*************/
#main {
float: left;
width: 618px;
padding: 20px 0;
display: inline;
}

#main h2{
margin-bottom: 10px;
padding: 0 10px 0px 40px;
line-height: 40px;
font-size: 15px;
font-weight: normal;
color: #333333;
background: #0b82be url(images/heading.png) no-repeat;
}

#main h3 {
font-size: 14px;
line-height: 30px;
background: url(images/h3.png) no-repeat ;
padding-left: 15px;
padding-bottom: 5px;
margin-top: 20px;
letter-spacing: 0.2em;
color: #333333;
}

#main p {
padding: 5px 15px 5px 20px;
}

#main ul {
padding-bottom: 5px;
padding-left: 15px;
}

#main dl {
font-size:13px;
padding-left: 15px;
padding-bottom: 10px;
}
#main dd {
font-size:13px;
}
#main dt {
font-size:13px;
padding-bottom: 8px;
padding-left:18px;
}
/* 画像を右に回りこみ */

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#37a937;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}


/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}


.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
font-weight:bold;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #ffffff url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#fff;}
p.button a:hover{color:#d9e8ff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（右側）コンテンツ
*************/
#sidebar {
float: right;
width: 265px;
padding: 15px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding: 0 10px 0 33px;
line-height: 40px;
font-size: 15px;
font-weight: normal;
color: #333333;
background: #0b82be url(images/heading2.png) no-repeat;
}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px dashed #37a937;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}




/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #37a937;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■ 施工事例ページ ■■■■■■■■■■*/
table.jirei{
	width:600px;
	border:none;
	}

table.jirei td{
		vertical-align:top;
		border:none;
		margin:3px;
		}
table.jirei td p{
		display:block;
		border-left:3px solid #003300; 
		font-size:95%em;
		padding-left:4px;
		margin:0 8px 10px 0px;
		}
table.jirei td img a{
		border:none;
		}

.kaisetsu{
		margin:0px 15px 5px 0px;
		padding:0px 10px 5px 10px;
		border:1px dotted #ddd;
		font-size:100%;
		line-height:150%;
		}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■古材倉庫の古材には■■■■■■■■■■*/

.tokucho td{
		padding-left:5px;
		font-size:1em;
		margin:0 18px 0px 10px;
		vertical-align:top;
		}

.tokucho td p{
		display:block;
		border-left:3px solid red; 
		padding:0 10px 0px 5px;
		}
.tokucho h4{
		font-size:1.4em;
		text-decoration:underline;
		}

/* 会社概要テーブル
----------------------------------------------------------- */


.prof th	{
	border-bottom: 1px solid #DDD;
	padding: 10px 20px;
}
.prof td	{
	border-bottom: 1px solid #DDD;
	padding: 10px 20px;
}
/* ---------------------------------------------------
フィルター設定
 ---------------------------------------------------*/

.filter a:hover *{
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}

/*写真風*/
.photo {
background: White;
padding: 6px;
margin: 0 6px 0 0;
border-width: 1px;
border-style: solid;
border-color: Silver Gray Gray Silver;
float: left;
}
/*Contact Form 7 IME Input Mode*/
input.form1 { ime-mode: auto; }
input.form2 { ime-mode: active; }
input.form3 { ime-mode: inactive; }
input.form4 { ime-mode: disabled; }
textarea.form5 { ime-mode: active; }
span.wpcf7-list-item { display: block; }
.wpcf7-form input[type=submit]{
width:100px;
height:30px;
background: url('images/send.gif') no-repeat 0 center;
}

table#cf7 {
	width:550px;
    border: 1px #BCF3BF solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:0 0 10px 0;
}

table#cf7 th {
	width:170px;
    padding: 5px;
    border: #BCF3BF solid;
    border-width: 0 0 1px 1px;
    background: #D8F8DA;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table#cf7 td {
    padding: 5px;
    border: 1px #BCF3BF solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

/*ページメニュー*/
ul.menu {
	margin: 10px 0;
	padding:0 !important;
	/*padding: 5px;*/
	list-style: none;
	background-color: #fff;
	/*border-bottom: 1px solid #e7e7e7;*/
}
ul
ul.menu li { /*For ignore double margin in IE6*/
	margin: 0 10px;
}

ul.menu li a {
	text-decoration: none;
	color: #999;
	cursor: pointer;
	font: 900 14px/22px "Arial", Helvetica, sans-serif;
}

ul.menu li a span {
	margin: 0 10px 0 -10px;
	padding: 1px 8px 5px 15px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}
ul.menu li a.current, ul.menu li a:hover  {
 	color: #576d07;
	background: url(images/green.png) no-repeat top right;
}

ul.menu li a.current span, ul.menu li a:hover span {
	background: url(images/green.png) no-repeat top left;
}