/*
Theme Name: giken-diary
Theme URI: http://localhost/wp
Description: giken-diary-style
Author: craft
Author URI: http://www.craft-net.co.jp
Version: 0.0.1

.
.
*/
/**************************************************
* reset
***************************************************/
html{
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-weight:normal;
}
ul,ol{
	margin:0px;
	padding:0px;
}
ul li,ol li{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing: 0;
}
table td{
	margin:0px;
	padding:0px;
}
table th{
	margin:0px;
	padding:0px;
}

td{
	vertical-align: top;
}

p, table, dl, dt, dd, div{
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
}

/**************************************************
* custom
***************************************************/
//clear fix hack
.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;}
/* End hide from IE-mac */

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

html{
	background-color : #D0C6A6;
	background: #D0C6A6 url("/img/bg.jpg") center top repeat-y;
	height:100%;
	
}
body{
	height:100%;
	margin: 0 auto;
	text-align: center;
	font-size: 11pt;
	font-family:  "メイリオ", "Meiryo", "�E�E�E�E�E�E�E��E�E�E�E�E�E�E� �E�E�E�E�E�E�E�ゴシチE�E�E�E��E�E�E�", "MS P Gothic",sans-serif;
	line-height: 1.4em;
}
#page{
	width: 900px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
    position: relative;
    min-height: 100%;	
}

body > #page{
        height: auto;
}

h1, h2, h3{
	font-size: 11pt;
}

#header{
	padding: 15px 20px 8px 15px;
	vertical-align; bottom;
}

ul#navi, ul#navi li, ul#navi li a{
	margin: 0px;
	padding: 0px;
	display: block;
	height: 70px;
}

ul#navi{
}

ul#navi li{
	float: left;
	width: 150px;
}

ul#navi li{
	overflow: hidden;
	text-indent: -100000em;	
}

ul#navi li#navi-new{
	background: url("/img/navi-bg.jpg") 0 70px;
}

ul#navi li#navi-new a:hover, ul#navi li#navi-new.current{
	background: url("/img/navi-bg.jpg") 0 0;
}

ul#navi li#navi-reform{
	background: url("/img/navi-bg.jpg") 750px 70px;
}

ul#navi li#navi-reform a:hover, ul#navi li#navi-reform.current{
	background: url("/img/navi-bg.jpg") 750px 0;
}
ul#navi li#navi-barrier_free{
	background: url("/img/navi-bg.jpg") 600px 70px;
}

ul#navi li#navi-barrier_free a:hover, ul#navi li#navi-barrier_free.current{
	background: url("/img/navi-bg.jpg") 600px 0;
}
ul#navi li#navi-interior{
	background: url("/img/navi-bg.jpg") 450px 70px;
}

ul#navi li#navi-interior a:hover, ul#navi li#navi-interior.current{
	background: url("/img/navi-bg.jpg") 450px 0;
}
ul#navi li#navi-asbestos{
	background: url("/img/navi-bg.jpg") 300px 70px;
}

ul#navi li#navi-asbestos a:hover, ul#navi li#navi-asbestos.current{
	background: url("/img/navi-bg.jpg") 300px 0;
}
ul#navi li#navi-contact{
	background: url("/img/navi-bg.jpg") 150px 70px;
}

ul#navi li#navi-contact a:hover, ul#navi li#navi-contact.current{
	background: url("/img/navi-bg.jpg") 150px 0;
}


#container{
	height:100%;
	padding-bottom: 320px;
	clear: both;
}
#contents{
	margin: 0px;
	padding: 0px 35px;
	overflow: hidden;
}

#title{
	margin: 35px 0px 25px;
}

#sub_title{
	margin-bottom: 12px;
}

#lead20{
	margin-bottom: 20px;
	letter-spacing: 1px;
}

#lead30{
	margin-bottom: 30px;
	letter-spacing: 1px;
}

#caption{
	font-size: 9pt;
	font-weight: bold; 
	line-height: 1.2em;
}

#footer{
	background-color: #929497;
	height: 270px;	
     width: 100%;
     position: absolute;
     bottom: -1px;
	color: #ffffff;
	font: 10pt "�E�E�E�E�E�E�E��E�E�E�E�E�E�E� �E�E�E�E�E�E�E�ゴシチE�E�E�E��E�E�E�","MS P Gothic";
	font-weight: bold;
}

#copy{
	position: relative;
	top: 210px;
	left: 35px;
}

.green{
	color: #006442;
	border-color: #006442;
}

.light-green{
	color: #D9E8E3;
	border-color: #D9E8E3;
}

.brown{
	color: #562723;
	border-color: #562723;
}

.light{
	color: #D0C6A6;
	border-color: #D0C6A6;
}

.orange{
	color: #F26F20;
	border-color: #F26F20;
}

.gray{
	color: #929497;
	border-color: #929497;
}

.white{
	color: #ffffff;
	border-color: #ffffff;
}

.bg-green{
	background-color: #006442;
}

.bg-light-green{
	background-color: #D9E8E3;
}

.bg-brown{
	background-color: #562723;
}

.bg-light{
	background-color: #F8F6F2;
}

.bold{
	font-weight: bold;
}

.center{
	text-align: center;
}

.middle{
	vertical-align: middle;
}

.font10{
	font-size: 10pt;
}

/* リンク */
a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #000000; text-decoration: underline;}



.postContent h1{
	color: #562723;
}