/*
Theme Name: peace
Description:peaceテンプレート
Author: PeacePenetration
Version: 1.0
License: ©PeacePenetration All Right Reseved
License URI: http://www.peace-penetration.com/
*/
@charset "UTF-8";

/****************************************

          General Setting

*****************************************/

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	background-color: #f4f1eb;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #222;
}


/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h3{
	font-size: 18px;
	font-weight: 500;
	padding: 5px 0 2px 30px;
	color: #222;
	border-bottom: 2px solid #222;
	}

h4{
	font-size: 17px;
	color: #507BB8;
	margin: 0;
	padding-left: 20px;

}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

.h3_blue{
	background-image: url(/images/h3/blue.png);
	color: white;
	}
.h3_braun{
	background-image: url(/images/h3/braun.png);
	color: white;
	}
/****************************************

          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}


/****************************************

          Link

*****************************************/

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: gray;
}

a img{
	border: none;
}

a img:hover {
	opacity: 0.6;
}

/****************************************

          Layout

*****************************************/
#container{
	border-top: #DCD6CB solid 10px;
}
#container,
.wrapper {
	margin: 0 auto;
	
}

#main {
	float: right;
	width: 670px;
}

#sidebar {
	float: left;
	width: 200px;
}

#main,
#sidebar{
	margin-bottom: 30px;
}

#wrap{
	width:920px;
	margin:20px auto;
}

/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}

#header{
	margin:0 auto;
	height:100px;
	width:920px;
	position:relative;
}

#header #logo{
	position:absolute;
	top:0px;
	left:20px;
}
#header_h1{
	position:absolute;
	color: gray;
	top:25px;
	left:170px;
	font-size:11px;
	width: 430px;
}
#headerInquiry{
	position:absolute;
	right:15px;
	top:-15px;	
}

#tel01{
	position:absolute;
	top:35px;
	right:40px;
}
/*******

pagetop

*******/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
}
#page-top a {
	background: #47330f;
	text-decoration: none;
	color: #fff;
	width: 90px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #666;
}



/****************************************

          Navigation

*****************************************/
#globalNavi{
	border-bottom: #DCD6CB double 4px;
	}
#globalNavi ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	width:920px;
}
#globalNavi li{
	display:inline;
	float:left;
}
#globalNavi a{
	display:block;
	height:50px;
	outline-style:none;
	text-indent:-9999px;
}

.globalNavi1 a{
	width:153px;
	background-image: url(/images/navi/navi01.png);
	background-repeat: no-repeat;
}
.globalNavi1 a:hover,
.home .globalNavi1 a{
	background:url(/images/navi/navi01_r.png) no-repeat;
}


.globalNavi2 a{
	width:153px;
	background:url(/images/navi/navi02.png) no-repeat;
}
.globalNavi2 a:hover,
.page-id-26 .globalNavi2 a{
	background:url(/images/navi/navi02_r.png) no-repeat;
}

.globalNavi3 a{
	width:153px;
	background:url(/images/navi/navi03.png) no-repeat;
}
.globalNavi3 a:hover,
.page-id-28 .globalNavi3 a{
	background:url(/images/navi/navi03_r.png) no-repeat;
}

.globalNavi4 a{
	width:153px;
	background:url(/images/navi/navi04.png) no-repeat;
}
.globalNavi4 a:hover,
.page-id-31 .globalNavi4 a{
	background:url(/images/navi/navi04_r.png) no-repeat;
}

.globalNavi5 a{
	width:153px;
	background:url(/images/navi/navi05.png) no-repeat;
}
.globalNavi5 a:hover,
.page-id-35 .globalNavi5 a{
	background:url(/images/navi/navi05_r.png) no-repeat;
}
.globalNavi6 a{
	width:153px;
	background:url(/images/navi/navi06.png) no-repeat;
}
.globalNavi6 a:hover,
.page-id-38 .globalNavi6 a{
	background:url(/images/navi/navi06_r.png) no-repeat;
}

/****************************************

          header image

*****************************************/

#header-image{
	margin-bottom: 40px;
}


/****************************************

          Breadcrumb

*****************************************/

#breadcrumb{
	margin-bottom: 20px;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
}


/****************************************

          Main

*****************************************/
a img {
    border-style:none;
}

#main .post,
#main .page{
	overflow: hidden;
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-bottom: 1.5em;
	text-align: right;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			color: lightgray;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}


/*----------------------------------------
■ ページナビ
-----------------------------------------*/
.wp-pagenavi {
	margin-top: 20px;
	margin-bottom:30px;
	text-align:center;
	border: none;

}
.wp-pagenavi span.current,.wp-pagenavi a {
	margin-right:4px;
	background:#fff;
	text-align:center;
	border: none;
}
.wp-pagenavi a{
	background:#6C9BD2;
	color:#fff;
	text-decoration:none;
	border: none;
}

.wp-pagenavi a:hover {
	background:#A2C2E6;
	color:#c2e7f7;

}



#entry_navi {
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}

#entry_navi #back_entry {
	float:left;
}

#entry_navi #next_entry {
	float:right;
}



/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/
#side_navi{
	padding:5px 10px;
	background-color: white;
	border: #DCD6CB 1px solid;
	margin-top: -15px;
	margin-bottom: 5px;

}
#side_navi a{
	font-size: 13px;
}

#sidebar ul li{
	font-size:13px;
	width:200px;
	padding: 5px 10px;
	list-style-type: circle;
	list-style-position: inside;
}
#sidebar img{
	margin: 5px 0;
}

#sidebar h2{
	font-size:14px;
	padding:8px 0 5px 60px;
	color:#534741;
	font-weight: 600;
}
#archives-2 ul{
	background-color: white;
	border: #DCD6CB 1px solid;
	margin-top: -17px;
}

.widgettitle{
	overflow:hidden;
	margin-top:0px;
	background-image: url(/images/side/side_archive.png);
}

.widget{
	margin-top:15px;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:10px 0;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}

/****************************************

          Footer

*****************************************/
#footer{
	background-image: url(/images/footer/footer_back.png);
	background-repeat: repeat-x;
	background-position: left center;
	clear: both;
	padding: 10px 0;
	border-top: #DCD6CB double 6px;

}
#footer00{
	width: 920px;
	position: relative;
	margin: 0 auto;
	}
#copyright{
	color:#222;
	font-size:70%;
}
address{
	clear:both;
	margin: 0;
	padding: 0;
	text-align:center;
	font-style:normal;
}
#footer_h1{
	color: #222;
	font-size:10px;
	text-align: center;
	margin-top: 15px;
	padding: 0;
	line-height: 0;
	}

.footer_tel{
	position: absolute;
	top:10px;
	right:20px;
	}	
	
#ft_navi{
	position: absolute;
	left: 200px;
}
#ft_navi ul{
}
#ft_navi li{
	padding: 2px 8px;
	float: left;
	}
#ft_navi a{
	color: #222;
	font-size: 13px;
}
#ft_navi a:hover{
	color:gray;
}
#footerNavi{
	color:gray;
}

/****************************************

          Form

*****************************************/
#c_form{
	width: 670px;
	}
#c_form table{
	margin: 0 auto;
	border-spacing:15px;
	font-size: 12px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 0;
	padding: 6px 4px;
	max-width: 100%;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #efefef;
	background: #fff;
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 12px;
	padding: 2px 8px;
	border: 1px solid lightgray;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: gray;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	cursor: pointer;
	background-color: #efefef;	/* Old browsers */
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: #000;
	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}


/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}



/*****************************

			キャッチエリア
*******************************/
#catchback{
	margin: 0 0 20px 0;
	padding: 0;
	background-image: url(/images/header/cat_back.png);
	}
#catchback02{
	margin: 0 0 20px 0;
	padding: 0;
	background-image: url(/images/header/cat_back01.png);
	}
#catcharea{
	width:920px;
	margin:0px auto -10px;
	padding: 0;
}
#mainBox{
	width: 920px;
	height: 300px;
	margin: 0 auto;
	}
#mainBox02{
	width: 920px;
	height: 200px;
	margin: 0 auto;
	}
/**********************************

		新着情報
		
***********************************/
#news{
	width:670px;
	padding:5px 0;
	margin-bottom:20px;
	position: relative;
}
.top_news{
	position: absolute;
	top: 5px;
	left: 10px;
	}
#news ul{
	padding-left: 120px;
	margin:0;
	zoom: 1;
	overflow:hidden;
}
#news li{
	list-style:none;
	padding:2px 0 2px 20px;
	margin-top:-1px;
}
#news li a{
	margin-left:30px;
}
#news li a,
#news li a:visited{
color:#222;
text-decoration:none;
}
#news li a:hover{
text-decoration:underline;
}

/**************

HOME

****************/
#home01{
	width:638px;
	padding:8px 15px;
	border:#DCD6CB solid 1px;
	margin-top: -20px;
	margin-bottom:20px;
	position: relative;
	background-color: white;
}
#top_gallery00{
	width:638px;
	padding:8px 15px;
	border:#DCD6CB solid 1px;
	margin-top: -20px;
	margin-bottom:20px;
	position: relative;
	background-color: white;
}
#top_gallery01{
	border: 1px #efefef solid;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}
.top_gallery_h4{
	position: absolute;
	top:10px;
	left: 150px;
}
.top_gallery_p{
	position: absolute;
	width: 440px;
	top:35px;
	left: 150px;
	background-color: #f4f1eb;
	padding: 10px;

}
.top_gallery_cat{
	position: absolute;
	bottom:-10px;
	right: 25px;
}

/**************

works

****************/
#works00{
	width:638px;
	padding:8px 15px 20px;
	border:#DCD6CB solid 1px;
	margin-top: -20px;
	margin-bottom:20px;
	position: relative;
	background-color: white;
}
#works01{
	width:630px;
	height: 240px;
	margin: 0 auto;
	}
#works01 p{
	font-size: 11px;
	margin: 0;
	text-align: center;
	}
#works01_01{
	float:left;
	width:200px;
	height: 220px;
	padding: 5px;
	}
#works01_02{
	width:200px;
	height: 220px;
	padding: 5px;
	float:left;
	}
#works01_03{
	width:200px;
	height: 220px;
	padding: 5px;
	float:right;
	}
#works02{
	width:450px;
	height: 250px;
	margin: 0 auto;
	}
#works02_01{
	width: 200px;
	height: 230px;
	padding: 5px;
	float: left;
}
#works02_02{
	width: 200px;
	height: 230px;
	padding: 5px;
	float: right;
}
#works02 p{
	font-size: 11px;
	margin: 0;
	text-align: center;
	}
#works00 h4{
	border-bottom: double 3px #DCD6CB;
	margin-top: 30px;
	font-weight: 600;
	}
#works03{
	padding: 10px;
	}
#works03 img{
	margin-right: 20px;
	}
	
/**************
Company
****************/	

#company00{
	width:638px;
	padding:8px 15px 20px;
	border:#DCD6CB solid 1px;
	margin-top: -20px;
	margin-bottom:20px;
	position: relative;
	background-color: white;

}

#company00 table{
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-top: 20px;
}

.table-a{
	width:100%;
	border:solid 1px lightgrey;
	margin-bottom:18px;
}
.table-a th{
	padding:10px;
	font-weight:normal;
	background: #efefef;
	border:solid 1px lightgrey;
}
.table-a td{
	padding:10px;
	background:#ffffff;
	border:solid 1px lightgrey;
}
		
/**************
サイトマップ
****************/
#sitemap{
	width:638px;
	padding:8px 15px 20px;
	border:#DCD6CB solid 1px;
	margin-top: -20px;
	margin-bottom:20px;
	position: relative;
	background-color: white;
	}
#sitemap li{
	list-style: circle;
	list-style-position: inside;
	padding: 10px;
	}
#sitemap li a:hover{
	color: gray;
	}
/**************
施工事例
****************/

#gallery00{
	width:638px;
	padding:8px 15px 20px;
	border:#DCD6CB solid 1px;
	margin-top: -20px;
	margin-bottom:20px;
	position: relative;
	background-color: white;}	

/**************
blog
****************/
#blog00{
	background-color: white;
	margin-top: -20px;
	border: 1px solid #DCD6CB;
	padding: 10px;
	}

#news_blog00{
	width:628px;
	height:80px;
	padding:10px;
	border: solid 1px #efefef;
	position: relative;
	margin-bottom:20px;
	background-color: white;
}

.news_blog01{
	position: absolute;
	top:5px;
	right:20px;	
}
.news_blog02{
	position: absolute;
	top: 10px;
	left:90px;
	font-weight: 600;
}
.news_blog02 a{
	color: #507BB8;
}
.news_blog03{
	position: absolute;
	top:35px;
	left:110px;	
}
.news_blog04{
	position: absolute;
	bottom:-5px;
	right:5px;
	background-color:#6C9BD2;
	padding:2px 5px;
}
.news_blog04 a{
	color:white;
}
.news_blog04 a:hover{
	color:#fe56aa;
}
#news_blog_img{
	width:80px;
	height:80px;
	overflow:hidden;
	background-color:#efefef;
}

