/*
Theme Name: 福田建設
Theme URI: 
Description: 福田建設ウェブサイト
Version: 
Author: nmsworks
Author URI: http://nmsworks.net
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	font-family :Verdana, Arial, Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:14px;
	margin: 0px;
	padding: 0px;
	color:#333333;
	background-color:#f2f2f2;
}
#wrapper {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header {
	height: 0px;
	width: 960px;
	margin: 0px;
}
#main {
	width: 960px;
}
#content,
#top-content {
	width: 800px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	/*IE6*/
}

#top-content {
	text-shadow: 1px 1px 1px #666666;
}
#content{
	width: 760px;
	padding: 0px 20px 50px 20px;
}

#sidebar {
	width: 160px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#foot-top-link{
	clear: both;
	background-color:#ffffff;
	width: 800px;
	margin: 0px;
	height:30px;
}

#foot-top-link a{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 40px 0px 0px;
	padding:9px 0px 0px 35px;
	color:#FFFFFF;
	width:120px;
	height:21px;
	background-image:url(images/toplink.png);
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
}

#foot-top-link a:hover{
	color:#CCCCCC;
}

#footer {
	height: 80px;
	width: 800px;
	margin: 0px;
	padding:0px 160px 0px 0px;
	clear: both;
	background-image:url(images/footer.png);
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
}

.entry-text{
	line-height:150%;
}

.entry-text p{
	margin-left:10px;
}

.entry-text ul{
	background-color:#DDDDDD;
	margin-left:10px;
	padding:10px 10px 10px 30px;
}

.entry-text dl{
	margin-left:190px;
	margin-bottom:30px;	
}

.entry-text dt{
	font-weight:bold;
	border-bottom:solid 1px #990000;
}

.entry-text dd{
	margin-left:40px;
	margin-bottom:20px;
}

.entry-text h3{
	color:#FFFFFF;
	background-color:#990000;
	padding:5px 0px 5px 10px;
	border-left:solid 10px #660000;
	clear:both;
}

.entry-text h4{
	border-bottom:solid 1px #990000;
	border-left:solid 5px #990000;
	padding:5px 0px 5px 10px;
	clear:both;
}

.entry-text h5{
	border-left:solid 5px #990000;
	margin:0px 0px 10px 10px;
	padding:5px 0px 5px 10px;
	clear:both;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}

.entry-content, .entry-excerpt {
	clear: left;
}

.entry-content{
	margin:0px 0px 30px 15px;
}

.entry-content p{
	line-height:150%;
}

.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}

#top-content{
	width:800px;
	height:1000px;
	background-image:url(images/top_img.png);
	color:#ffffff;
}
#top-content p{
	margin:0px;
	padding:0px;
}

#date{
	margin:30px 30px 0px 0px;
	padding:0px;
	float:right;
	text-align:center;
	_margin:30px 20px 0px 0px;
	_width:60px;
}

#date hr{
	height:1px;
	border:none;
	background-color:#ffffff;
}

.date-y{
	line-height:80%;
	margin:0px;
	padding:0px;
	font-family: century, serif;
	font-size:20px;
}

.date-m{
	line-height:80%;
	margin:0px;
	padding:0px;
	font-size:50px;
	font-family: century, serif;
}



/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
	text-decoration: none;
	color:#990000;
}
#content a:hover {
	text-decoration:underline;
	color:#FF0000;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}

#footer ul{
	margin:0px 0px 20px 0px;
	padding:12px 5px 0px 0px;
	list-style-type: none;
	text-align:left;
	float:right;
}

#footer ul li {
	margin:0px;
	padding:0px 0px 0px 10px;
	float:left;
}

#footer p.credit{
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	text-align:right;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	text-decoration: none;
}
#sidebar li a:hover {
	text-decoration: underline;
}

#menu-sidemenu{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}

#menu-sidemenu li{
	margin:5px 10px 0px 0px;
	padding:0px 10px 0px 0px;
	width:150px;
	height:40px;
	text-align:right;
	background-image:url(images/menu_back.png);
	background-repeat:no-repeat;
	
	/*IE6*/
	_margin:5px 10px 0px 0px;
	_padding:0px 10px 0px 0px;
	_width:140px;
	_height:40px;
}
#menu-sidemenu li.current-menu-item,
#menu-sidemenu li.current-page-ancestor,
#menu-sidemenu li.current-post-ancestor{
	margin:5px 10px 0px -10px;
}

#menu-sidemenu li a{
	display:block;
	padding:10px 0px 16px 0px;
}

#menu-sidemenu li a:link, #sidebar li a:visited {
	color:#333333;
	text-decoration: none;
}

#menu-sidemenu li a:hover {
	color:#cc4444;
	text-decoration: underline;
}

/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
}
#sidebar h1 {
}
#sidebar h2 {
}
.post h2 {
	font-size:18px;
	margin:20px 0px 0px 0px;
	padding:0px;
}

.post h2 a{
	color:#990000
}

.post h3 {
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 86px;
	width: 100px;
	display: inline;
	float: left;
	margin: 0px 10px 20px 0px;
	font-family:Century Gothic, Verdana, Arial, Helvetica;
	background-image:url(images/date-house.png);
	color:#ffffff;
	background-repeat:no-repeat;
	
}
.entry-month {
	font-size: 16px;
	width: 100px;
	text-align: center;
	height: 30px;
	margin: 30px 0 0 0;
	_height: 20px;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 40px;
	width: 100px;
	margin: 0;
	line-height: 5px;
	_line-height: 25px;
	
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/

.kuzu{
	margin:20px 0px 10px 10px;
	padding:0px;
	font-size:12px;
	color:#444444;
	
}

.kuzu a:link, .kuzu a:visited {
	color:#444444;
	text-decoration: none;
}

.kuzu a:hover{
	color:#888888;
}

.asj h1{
	font-family:Century Gothic, Verdana, Arial, Helvetica;
	margin:20px 0px 0px 0px;
	padding:0px;
	font-size:48px;
	font-weight:normal;
	color:#CC3333;
	text-align:center;
	clear:both;
	_margin-bottom:20px;
}

.asj h2{
	margin:10px 0px 40px 0px;
	padding:0px;
	font-size:20px;
	text-align:center;
	font-weight:normal;
}

.asj h3{
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	font-size:18px;
	color:#333333;
	background-color:#FFFFFF;
	border:none;
}

h3.plan_h3{
	font-family:Century Gothic, Verdana, Arial, Helvetica;
	margin:-20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:32px;
	color:#003399;
	background-color:#FFFFFF;
	border:none;
	text-align:center;
}

img.plan-img{
	margin:0px;
	padding:0px;
}

.asj p{
	line-height:150%;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

.float-right{
	float:right;
}

.float-left{
	float:left;
}



#menu-asj,
#menu-reform,
#menu-h_and_h{
	margin:-40px 0px 0px 0px;
	float:right;
	list-style-type:none;
}

#menu-asj li,
#menu-reform li,
#menu-h_and_h li{
	margin:0px 2px 0px 0px;
	padding:0px;
	float:left;
}

#menu-asj li.menu-item a,
#menu-reform li.menu-item a,
#menu-h_and_h li.menu-item a{
	padding:5px 30px;
}

#menu-asj a:link, #menu-asj a:visited,
#menu-reform a:link, #menu-reform a:visited,
#menu-h_and_h a:link, #menu-h_and_h a:visited{
	color:#FFFFFF;
	text-decoration: none;
	background-color:#666666;
}

#menu-asj a:hover,
#menu-reform a:hover,
#menu-h_and_h a:hover{
	color:#FFFFFF;
	text-decoration: none;
	background-color:#CCCCCC;
}

#menu-asj li.current-menu-item a,
#menu-reform li.current-menu-item a,
#menu-h_and_h li.current-menu-item a{
	background-color:#999999;
}

img{
	border:none;
}


#post-content{
	width:560px;
	float:left;
	
	_width:550px;
}

#post-sidebar{
	padding:20px 10px 0px 0px;
	width:190px;
	float:right;
	
	_padding:20px 0px 0px 0px;
}

#post-sidebar ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#post-sidebar li.widget {
	list-style-type:none;
	margin:0px 0px 20px 0px;
	padding:10px 10px 15px 10px;
	width:170px;
	background-image:url(images/post-menu.png);
	background-position:bottom;
}

#post-sidebar h2{
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
	border-bottom:solid 1px #333333;
}

#post-view-box{
	width:230px;
	font-size:12px;
	clear:both;
	float:right;
	text-align:right;
	margin:20px 20px 0px 0px;
	list-style-type:none;
	_margin:20px 10px 0px 0px;
}

#post-view-box li{
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
	border-bottom: dotted #FFFFFF 1px;
}

#post-view-box a{
	color:#FFFFFF;
	text-decoration:none;
}

#post-view-box a:hover{
	text-decoration:underline;
}

.home-div{
	color:#FFFFFF;
	clear:both;
	float:right;
	text-align:right;
	margin:0px 40px 10px 0px;
	
	
	/*IE6*/
	_margin:0px 10px 10px 0px;
	_width:700px;
}

.t1{
	margin-bottom:20px;
}

.home-div a{
	color:#FFFFFF;
	text-decoration:none;
}

.home-div a:hover{
	color:#FF3300;
	text-decoration:none;
}

.home-div h2{
	font-family:"Times New Roman", Times, serif;
	margin:30px 0px 0px 0px;
	padding:0px;
	font-size:50px;
	font-weight:normal;
	line-height:90%;
}

.home-div h3{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:30px;
	font-weight:normal;
	line-height:100%;
}

.home-div h4{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:24px;
	font-weight:normal;
	line-height:100%;
}

.blogtitle-img{
	margin:0px 0px 20px 0px;
	padding:1px;
	border:#333333 solid 1px;
}

ul.corp-ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	background-color:#FFFFFF;
}

ul.corp-ul li{
	margin:0px 0px 0px 0px;
	padding:10px 0px;
	border-bottom:#333333 solid 1px;
}

.corp-li1{
	width:150px;
	display:inline-block;
	margin:0px;
	padding:0px;
	vertical-align:top;
	font-weight:bold;
}

.corp-li{
	display:inline-block;
	margin:0px 0px 0px 50px;
	padding:0px;
}

.logo{
	margin-top:30px;
}

.page-title-h3{
	font-family:Century Gothic, Verdana, Arial, Helvetica;
	font-weight:normal;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 10px;
	width:740px;
	height:200px;
	font-size:50px;
	color:#FFFFFF;
}

.overview_h3{
	background-image:url(images/corp-img.png);
}

.works_h3{
	background-image:url(images/works-img.png);
}

.health-and-house_h3,
.wb_h3{
	background-image:url(images/h_and_h-img.png);
}

.contact_h3{
	background-image:url(images/contact-img.png);
}

.reform_h3,
.example_h3{
	background-image:url(images/reform-img.png);
}

.modelroom_h3{
	background-image:url(images/model-img.png);
}

.works h2{
	clear:both;
}

.type-works{
	margin:0px 0px 50px 0px;
	paddin:0px;
}

.works-entry-top-content{
	margin:0px 40px 10px 40px;
	paddin:0px 0px 20px 0px;
	border-bottom:#990000 solid 1px;
	_border-bottom:#ffffff solid 1px;
}

.works-entry-top-content img{
	float:left;
	margin:0px 20px 20px 0px;
}

.shaku{
	margin:0px 0px 20px 0px;
}

.works_thum{
	margin:0px 0px 50px 30px;
	clear:both;
}

.works_thum img,
.works_thum img a{
	padding:0px;
	margin:0px;
}

.works_thum a{
	display:block;
	margin:10px;
	float:left;
	width:150px;
	height:150px;
	overflow:hidden;
	_margin:5px;
}

.float-clear{
	clear:both;
}

.works-title{
	margin:0px 40px 0px 40px;
	padding:4px;
	font-size:48px;
	color:#333333;
	font-weight:bold;
}

.photo-copy{
	margin:0px 40px 10px 40px;
	padding:2px;
	color:#FFFFFF;
	background-color:#990000;
	text-align:right;
	
}

.navi-prev,
.navi-next{
	display:block;
	width:104px;
	height:24px;
	color:#FFFFFF;
	padding:6px 8px 0px 8px;
}

.navi-prev{
	float:left;
	background-image:url(images/prev.png);
	text-align:right;
}

.navi-next{
	float:right;
	background-image:url(images/next.png);
	text-align:left;
}

.kaisetsu{
	background-color:#EEEEEE;
	padding:5px;
	display:block;
}

.big_ch{
	font-size:24px;
	font-weight:bold;
	line-height:200%;
}

.re-befor{
	margin-right:20px;
	margin-bottom:20px;
}

.re-after{
	margin-right:40px;
	margin-bottom:20px;
}

dl.toi{
	margin-left:0px;
	margin-bottom:0px;	
}

dl.toi dt{
	font-weight:bold;
	border-bottom:none;
	float:left;
	text-align:right;
	width:180px;
}

dl.toi dd{
	margin-left:200px;
	margin-bottom:20px;
}

.wpcf7-submit{
	width:100px;
}

.red{
	color:#FF0000;
}