@charset "utf-8";
/*
Theme Name: Kaneda
Theme URI: http://wordpress.org/
Description: WordPress のテーマ「kaneda」は、金田建築事務所WEBサイトの為のスタイルシートです。
Author: the WordPress team
Version: 1.1
Tags: white, brown, two-columns, fixed-width
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* ******************** Layout ******************** */
#container {
	width: 945px;
	margin: 0 auto;
}

#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #contents {
	height: 1%;
}
#contents {
	display: block;
	width:100%;
}
/* End Hides from IE-mac */

#c1 {
	width: 320px;
	float: left;
	background: #BFBDBB url(images/pgside_bg1.jpg) repeat;
	min-height: 480px;
}

#c2 {
	width: 620px;
	float: left;
}


/* ******************** Header ******************** */
#brand h1 {
	width: 320px;
	height: 80px;
}

#tagline {
	height: 16px;
	padding: 6px 0 2px 0;
	color: #666;
	font-size: 12px;
	text-align: right;
}


/* ******************** Main Navigation ******************** */
#nav {
	width: 620px;
	height: 44px;
	margin: 0;
	padding: 0;
	background-color: #484848;
}
#nav #menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav #menu li {
	height: 44px;
	margin: 0;
	padding: 0;
	float: left;
}

#nav #menu li a:link, #nav #menu li a:visited {
	display: block;
	height: 44px;
	background-repeat: no-repeat;
	background-position: 0 -44px;
	text-indent: -9999px;
	outline: none;
}
#nav #menu li a:hover, #nav #menu li a:active, #nav #menu li.slct a  {
	display: block;
	height: 44px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	outline: none;
}
#nav #menu li#nav-info, #nav #menu li#nav-info a { width: 86px; } 
#nav #menu li#nav-self, #nav #menu li#nav-self a { width: 120px; } 
#nav #menu li#nav-insure, #nav #menu li#nav-insure a { width: 136px; } 
#nav #menu li#nav-works, #nav #menu li#nav-works a { width: 86px; } 
#nav #menu li#nav-company, #nav #menu li#nav-company a { width: 86px; } 
#nav #menu li#nav-inq, #nav #menu li#nav-inq a { width: 102px; } 

#nav #menu li#nav-info a {
	background-image: url(images/nav_info.jpg);
}
#nav #menu li#nav-self a {
	background-image: url(images/nav_self.jpg);
}
#nav #menu li#nav-insure a {
	background-image: url(images/nav_insure.jpg);
}
#nav #menu li#nav-works a {
	background-image: url(images/nav_works.jpg);
}
#nav #menu li#nav-company a {
	background-image: url(images/nav_company.jpg);
}
#nav #menu li#nav-inq a {
	background-image: url(images/nav_inq.jpg);
}
/* ******************** Other Navigation ******************** */
#breadcrump {
	background-color: #F8F7F6;
	padding: 12px 16px;
	font-size: 13px;
	letter-spacing: 2px;
}
#breadcrump a, #breadcrump span {
	letter-spacing: 1px;
}


/* ******************** Main Contents ******************** */
.pgtitle {
	width: 574px;
	height: 28px;
	background: url(images/pgtitle_bg1.jpg) no-repeat 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #483518;
	padding: 10px 0 4px 12px;
	margin: 1em 0;
	letter-spacing: 2px;
}
h4.pgtitle2 {
	width: 538px;
	height: 22px;
	background: url(images/pgtitle_bg2.jpg) no-repeat 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #483535;
	padding: 5px 0 3px 22px;
	margin: .5em 0;
	letter-spacing: 1px;
}

.pgtitle span {
	font-size: 14px;
	letter-spacing: 1px;
}
#pagetitle30,#pagetitle32,#pagetitle34,#pagetitle36,#pagetitle39,#pagetitle41 {
	width: 580px;
	height: 44px;
	text-indent: -999em;
	margin: 4px 0 10px 0;
}
#pagetitle30 { background: url(images/title30.jpg) no-repeat 0 0; }	
#pagetitle32 { background: url(images/title32.jpg) no-repeat 0 0; }	
#pagetitle34 { background: url(images/title34.jpg) no-repeat 0 0; }	
#pagetitle36 { background: url(images/title36.jpg) no-repeat 0 0; }	
#pagetitle39 { background: url(images/title39.jpg) no-repeat 0 0; }	
#pagetitle41 { background: url(images/title41.jpg) no-repeat 0 0; }	

table.listtbl1, table.notetbl1 {
	border-collapse: collapse;
	table-layout: fixed;
	margin: 8px 16px;
	width: 96%;
}
table.listtbl1 th, table.listtbl1 td {
	text-align: left;
	padding: 4px 6px;
	border-bottom: 1px dotted #D0DDD0;
	font-size: 14px;
	line-height: 1.6;
}
table.listtbl1 th {
	background-color: #F0F0F0;
	color: #185218;
	text-align: center;
}

table.notetbl1 th, table.notetbl1 td {
	text-align: left;
	padding: 4px 6px;
	border-bottom: 1px dotted #D0D0D0;
	font-size: 14px;
	line-height: 1.6;
	vertical-align: top;
}
table.notetbl1 th {
	background-color: #F0F0F0;
	text-align: right;
	border-right: 1px dashed #D0D0D0;
}

.wpcf7-list-item label {
	display: block;
}
.wpcf7-submit {
	width: 150px;
	height: 30px;
	border: 2px solid #999;
}
#main .section p {
	font-size: 14px;
	line-height: 1.8;
	margin: .5em;
}
#main .section .entryinfo {
	text-align: left;
	color: #483518;
	font-size: 13px;
	padding: 8px 16px;
	margin: .5em;
	border-top: 1px dotted #999;
}

#workent hr {
	width: 100%;
	clear:both;
	border: 1px solid #DDD;
	margin: 6px 0 12px 0;
}

/* ******************** Footer ******************** */
#footer {
	clear: both;
	background: #914E17 url(images/foot-bg.jpg) repeat-x 0 0;
	width: 100%;
	height: 40px;
}
#footer #copyright {
	font-size: 12px;
	color: #F0F0F0;
	text-align: center;
}



/* ******************** General Class ******************** */
.inner1 {
	padding: 12px 16px;
}
.inner-foot {
	padding: 12px;
}
.inner-main, .inner-side {
	padding: 15px;
}
.inlink {
	margin: .5em;
	text-align: right;
}
.btnlink {
	margin: .5em;
	text-align: center;
}
.framed {
	border: #DDD 1px solid;
}
.caution { color: #DD1800; }

/* ***** LIST ***** */
ul.type1 {
	margin: 8px 0 8px 12px;
}
ul.type1 li {
	margin-left: 16px;
	list-style: disc;
	line-height: 1.6;
}

.delimiter {
	width: 100%;
	clear:both;
	visibility: hidden;
	border: none;
	margin: 5px 0;
}

/*<<for layout>>*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

	
