@charset "utf-8";
/*
Theme Name: YardWorks
Theme URI: http://www.yardworks-web.com/
Description: YardWorks WEBサイト用テーマ
Author: manualz
Author URI: http://www.manualz.jp
*/


* { margin:0; padding:0; }
img { border: 0; }
/*-----------Block Level Elements--------------*/
html {
	height: 100%;
}
body {
	color: #333;
	font-size: 12px;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3",  Osaka, "ＭＳ Ｐゴシック";
	line-height: 20px;
	letter-spacing: 0.075em;
	background-color: #FFFFFF;
	text-align: center;
}

h1 { display: none; }

a:link, a:visited { color: #AAD223; text-decoration: none; }
a:hover, a:active { color: #AAD223; text-decoration: none; }

/*------------WRAPPER--------------*/
#wrapper {
	position: relative;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
}


/*------------HEADER---------------*/
#header {
	position: absolute;
	width: 900px;
	height: 30px;
	background-color: #FFFFFF;
	top: 0;
	left: 0;
	z-index: 3;
}
#header:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #header {
	height: 1em;
	overflow: visible;
	background: none;
}
/**/
.head {
	position: relative;
	width: 900px;
	padding: 0;
}

/* ↓↓↓ Header Navi */
#headnavi {
	float: left;
	width: 715px;
	padding-top: 10px;
}
#header_right {
	float: right;
	width: 185px;
	padding-top: 8px;
	text-align: right;
}
#header_right img {
	padding: 0;
	margin-left: 10px;
	display: inline;
}
/* ↑↑↑ Header Navi */


/*-------------MAIN----------------*/
#main {
	position: absolute;
	width: 900px;
	background-color: #FFFFFF;
	padding: 0;
	top: 30px;
	overflow: hidden;
	z-index:1;
}
#main:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #main {
	height: 1em;
	overflow: visible;
	background: none;
}
/**/


/*--------------TOP----------------*/
#top_header {
	width: 900px;
	background-color: #FFFFFF;
}
#top_header:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #top_header {
	height: 1em;
	overflow: visible;
	background: none;
}
/**/
#top_main {
	width: 900px;
	background-color: #FFFFFF;
	padding: 0;
	overflow: hidden;
}
#top_main:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #top_main {
	height: 1em;
	overflow: visible;
	background: none;
}
/**/
#top_footer {
	width: 900px;
	clear: both;
	overflow: hidden;
}
#top_footer:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #top_footer {
	height: 1em;
	overflow: visible;
	background: none;
}
/**/
.top_foot {
	position: relative;
	width: 900px;
	height: 100px;
	padding: 0;
	z-index: 2;
}
#footer_left {
	position: absolute;
	float: left;
	width: 580px;
	top: 0;
	left: 0;
	margin-top: 7px;
	z-index: 3;
}
#top_cmp_info {
	float: right;
	width: 207px;
	height: 72px;
	background: url('images/top/company_info.gif') no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	margin-top: 8px;
}
#top_copyright {
	float: right;
	width: 400px;
	height: 14px;
	background: url('images/footer/copyright.gif') right no-repeat;
	padding: 0;
}
#top_copyright span {
	display: none;
}


/*-----------CONTENTS--------------*/
#top_content {
	width: 900px;
	padding-bottom: 10px;
	text-align: center;
	overflow: hidden;
}
#top_content:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #top_content {
	height: 1em;
	overflow: visible;
}
/**/
#content {
	float: left;
	width: 860px;
	padding: 0 20px 10px 20px;
	overflow:hidden;
}
#content:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #content {
	height: 1em;
	overflow: visible;
}
/**/


/*-------------FOOTER--------------*/
#footer {
	position: relative;
	width: 900px;
	clear: both;
	overflow: hidden;
}
#footer:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #footer {
	height: 1em;
	overflow: visible;
	background: none;
}
/**/
.foot {
	width: 900px;
	padding: 0;
	z-index: 2;
}

/* ↓↓↓ Footer Navi */
#cmp_info {
	float: right;
	width: 300px;
	height: 45px;
	background: url('images/footer/company_info.gif') no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	margin-bottom: 10px;
}
/* ↑↑↑ Footer Navi */

/* ↓↓↓ Copyright */
#copyright {
	float: left;
	width: 900px;
	height: 14px;
	background: url('images/footer/copyright.gif') right no-repeat;
	padding: 0;
}
#copyright span {
	display: none;
}
/* ↑↑↑ Copyright */


/*--------------Title--------------*/
#content h2 {
	width: 860px;
	height: 50px;
	margin: 20px 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
#content h2.t_profile { background:url('images/profile/title.gif') top left no-repeat; }
#content h2.t_guide { background:url('images/guide/title.gif') top left no-repeat; }
#content h2.t_lease { background:url('images/lease/title.gif') top left no-repeat; }
#content h2.t_contact { background:url('images/contact/title.gif') top left no-repeat; }
#content h2.t_exterior { background:url('images/works/exterior_title.gif') top left no-repeat; }
#content h2.t_space { background:url('images/works/space_title.gif') top left no-repeat; }
#content h2.t_display { background:url('images/works/display_title.gif') top left no-repeat; }
#content h2.t_rental { background:url('images/works/lease_title.gif') top left no-repeat; }
#content h2.t_event { background:url('images/works/event_title.gif') top left no-repeat; }
#content h2.t_privacy { background:url('images/privacy/title.gif') top left no-repeat; }
#content h2.t_sitemap { background:url('images/sitemap/title.gif') top left no-repeat; }
#content h2.t_link { background:url('images/link/title.gif') top left no-repeat; }


/*-------------PAGE-------------*/
/* ↓↓↓ Home */
body#top .blog_info {
	position: relative;
	float: left;
	width: 280px;
	height: 60px;
	background: url('images/top/blog_info.gif') top left no-repeat;
	padding: 0 0 0 95px;
	margin: 35px 0 0 0;
	overflow: auto;
	z-index: 5;
}
/*\*/
* html #top .blog_info {
	width: 375px;
}
/**/
body#top .blog_info ul {
	width: 255px;
	list-style: none;
	margin: 0;
	padding: 0;
}
body#top .blog_info ul li {
	font-size: 11px;
	border-bottom: 1px dotted #AAC38F;
}
body#top .blog_info ul li a {
	color: #689538;
}
body#top .blog_info ul li a:hover {
	color: #AAD223;
}
/* ↑↑↑ Home */

/* ↓↓↓ Profile */
body#profile .about {
	position: relative;
	width: 837px;
	height: 250px;
	border-bottom: dotted 1px #666666;
	margin: 10px 0;
}
body#profile .about img {
	margin-left: 20px;
}
body#profile .about p {
	position: absolute;
	width: 597px;
	font-size: 13px;
	line-height: 190%;
	top: 0px;
	left: 240px;
	text-align: center;
}
body#profile .column {
	width: 837px;
	height: 430px;
	border-bottom: dotted 1px #666666;
	margin-top: 30px;
}
body#profile .cmp_info {
	position: relative;
	float: left;
	width: 400px;
}
body#profile .cmp_info .info {
	width: 400px;
	height: 187px;
	background: url('images/profile/profile_bg.gif') top left no-repeat;
	margin: 0;
}
body#profile .cmp_info .info img {
	margin: 10px;
}
body#profile .cmp_info .info p {
	position: absolute;
	width: 200px;
	color: #466C1F;
	font-size: 11px;
	line-height: 200%;
	top: 75px;
	left: 180px;
}
body#profile .cmp_info .info p img {
	margin:0;
}
body#profile .cmp_info .info span.rep_name {
	display: none;
}
body#profile .info_odd,
body#profile .info_even {
	width: 400px;
	height: 30px;
	margin: 0;
}
body#profile .info_odd {
	background: #FFFFFF;
}
body#profile .info_even {
	background: url('images/profile/column_bg.gif') top left repeat;
}
body#profile ul.cmp_data {
	width: 400px;
	list-style: none;
	margin: 0;
	clear: both;
}
body#profile ul.cmp_data li {
	float: left;
	color: #466C1F;
	font-size: 11px;
	padding-top: 5px;
}
body#profile ul.cmp_data li.item {
	width: 90px;
	margin-left: 10px;
}
body#profile .google_map {
	float: right;
	width: 418px;
	padding-left: 19px;
}
/* ↑↑↑ Profile */

/* ↓↓↓ Business Guide */
body#guide .column {
	width: 860px;
	background: url('images/guide/line.gif') top right no-repeat;
}
body#guide .container {
	position: relative;
	width: 860px;
	height: 700px;
	margin: 0 auto;
	text-align: left;
	border-bottom: dotted 1px #666666;
}
body#guide .tooltab {
	float: left;
	width: 282px;
	height: 672px;
	background-repeat: no-repeat;
	background-position: bottom;
}
body#guide ul#toolbar {
	width: 282px;
	height: 672px;
	list-style: none;
	text-align: center;
	margin: 0;
	clear: both;
}
body#guide #toolbar li {
	text-indent: -9999px;
	margin-bottom: 1px;
}
body#guide #toolbar li a {
	display: block;
	width: 282px;
	height: 83px;
}
body#guide #toolbar li.active {
	background-position: top;
}
body#guide #toolbar li.inactive {
	background-position: bottom;
}
body#guide #toolbar li:hover {
	background-position: top;
}
body#guide #toolbar li#exterior-tab {
	background-image: url('images/guide/exterior_btn.jpg');
}
body#guide #toolbar li#space-tab {
	background-image: url('images/guide/space_btn.jpg');
}
body#guide #toolbar li#planning-tab {
	background-image: url('images/guide/planning_btn.jpg');
}
body#guide #toolbar li#container-tab {
	background-image: url('images/guide/container_btn.jpg');
}
body#guide #toolbar li#table-tab {
	background-image: url('images/guide/table_btn.jpg');
}
body#guide #toolbar li#lease-tab {
	background-image: url('images/guide/lease_btn.jpg');
}
body#guide #toolbar li#event-tab {
	background-image: url('images/guide/event_btn.jpg');
}
body#guide #toolbar li#service-tab {
	background-image: url('images/guide/service_btn.jpg');
}
body#guide #frame {
	position: relative;
	float: right;
	width: 558px;
	margin: 0 10px;
	overflow: hidden;
}
body#guide #frame div.button {
	position: absolute;
	top: 45%;
}
body#guide div.button#left { left:0; }
body#guide div.button#right { right:0; }
body#guide #scroller {
	width: 488px;
	margin: 0 auto;	
	overflow: hidden;
}
/*\*/
* html #guide #scroller {
	margin-left: 40px;
}
/**/
body#guide #content2 {
	width: 5000px;
}
body#guide .section {
	float: left;
	width: 488px;
	margin: 0;
}
body#guide .page1,
body#guide .page2,
body#guide .page3,
body#guide .page4,
body#guide .page5,
body#guide .page6,
body#guide .page7,
body#guide .page8 {
	width: 468px;
	height: 540px;
	margin: 0 10px;
}
body#guide .page1 h4 { background: url('images/guide/exterior_subtitle.gif') no-repeat; }
body#guide .page2 h4 { background: url('images/guide/space_subtitle.gif') no-repeat; }
body#guide .page3 h4 { background: url('images/guide/planning_subtitle.gif') no-repeat; }
body#guide .page4 h4 { background: url('images/guide/container_subtitle.gif') no-repeat; }
body#guide .page5 h4 { background: url('images/guide/table_subtitle.gif') no-repeat; }
body#guide .page6 h4 { background: url('images/guide/service_subtitle.gif') no-repeat; }
body#guide .page7 h4 { background: url('images/guide/lease_subtitle.gif') no-repeat; }
body#guide .page8 h4 { background: url('images/guide/event_subtitle.gif') no-repeat; }

body#guide h4 {
	width: 460px;
	height: 20px;
	border-bottom: dotted 1px #666666;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	padding-bottom: 2px;
}
/*\*/
* html #guide h4 {
	height: 24px;
}
*:first-child+html #guide h4 {
	height: 24px;
}
/**/
body#guide .photobox {
	width: 460px;
	height: 210px;
	margin-bottom: 25px;
}
body#guide .textbox {
	width: 460px;
}
body#guide .textbox p {
	width: 460px;
	line-height: 1.5em;
	margin-top: 10px;
}
body#guide .photobox2 {
	float: left;
	width: 170px;
	height: 138px;
	margin-top: 10px;
}
body#guide .textbox2 {
	float: right;
	width: 280px;
	margin-left: 10px;
}
body#guide .textbox2 p {
	width: 280px;
	line-height: 1.5em;
}
body#guide .work_link {
	text-align: right;
}
/* ↑↑↑ Business Guide */

/* ↓↓↓ Lease&Rental */
body#lease .lease_txt {
	float: left;
	width: 450px;
	height: 530px;
	border-right: 1px dotted #959595;
	padding: 0 15px 0 0;
	margin: 0;
}
/*\*/
* html #lease .lease_txt {
	margin-right: 20px;
}
/**/
body#lease h3 {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
body#lease h3.indoor_garden { background: url('images/lease/indoor_garden.gif') top left no-repeat; width: 375px; height: 73px; }
body#lease h3.original_blend { background: url('images/lease/subtitle.gif') top left no-repeat; width: 520px; height: 17px; }

body#lease h4 {
	width: 215px;
	height: 18px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
body#lease h4.t_price { background: url('images/lease/lease_price.gif') top left no-repeat; }
body#lease h4.t_merit1 { background: url('images/lease/merit_title1.gif') top left no-repeat; }
body#lease h4.t_merit2 { background: url('images/lease/merit_title2.gif') top left no-repeat; }
body#lease h4.t_merit3 { background: url('images/lease/merit_title3.gif') top left no-repeat; }

body#lease .lease_txt p {
	margin: 20px 0 0 0;
}
body#lease .lease_list {
	float: right;
	width: 370px;
}
body#lease .lease_list ul {
	width: 350px;
	list-style: none;
	margin: 15px 0;
	clear: both;
}
body#lease .lease_list ul li {
	float: left;
	width: 150px;
	margin: 0 30px 25px 0;
}
body#lease .lease_list ul li.last {
	margin: 0;
}
body#lease .lease_price {
	width: 837px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px dotted #959595;
	clear: both;
}
body#lease table.list {
	width: 837px;
	border: 1px solid #656464;
	text-align: left;
}
body#lease th {
	height: 40px;
	border-bottom: 1px solid #656464;
	background-color: #9F9FA0;
	padding-left:15px;
}
body#lease td {
	height: 25px;
	font-size: 14px;
	padding-left: 15px;
}
body#lease td.name {
	width: 145px;
	background-color: #F6F8DA;
	border-right: 1px dotted #959595;
	border-bottom: 1px dotted #959595;
}
body#lease td.price {
	width: 165px;
	border-right: 1px solid #959595;
	border-bottom: 1px dotted #959595;
}
body#lease td.none {
	border-bottom: none;
}
body#lease td.txt {
	font-size: 12px;
	padding: 10px 0 10px 10px;
	line-height: 1.7em;
}
body#lease .frame {
	position: relative;
	width: 795px;
	height: 640px;
	background-color: #F5F4F6;
	border: 1px solid #9F9FA0;
	padding: 20px;
	margin-bottom: 30px;
}
/*\*/
* html #lease .frame {
	width: 835px;
	padding: 20px 20px 5px;
}
body#lease .frame, x:-moz-broken                 { height: 680px; /* Fx 3.0 */}
body#lease .frame, x:-moz-broken, x:last-of-type { height: 680px; /* Fx 3.5 and newer */}
/**/
body#lease .frame img.iamges {
	position: absolute;
	top: 20px;
	right: 20px;
}
body#lease .frame p {
	width: 520px;
	line-height: 1.8em;
}
body#lease .merit1 { float: left; }
body#lease .merit2 { float: left; margin-left: 15px; }
body#lease .merit3 { float: right; }

body#lease .merit1,
body#lease .merit2,
body#lease .merit3 {
	width: 255px;
 	padding: 0;
	margin-top: 10px;
}
body#lease .merit_txt {
	width: 223px;
	height: 190px;
	background-color: #FFFFFF;
	border: 1px dotted #959595;
	margin: 3px 0 0 0;
 	padding: 15px;
}
/*\*/
body#lease .merit_txt, x:-moz-broken                 { height: 210px; /* Fx 3.0 */}
body#lease .merit_txt, x:-moz-broken, x:last-of-type { height: 210px; /* Fx 3.5 and newer */}
* html #lease .merit_txt {
	width: 255px;
	height: 245px;
}
/**/

body#lease .merit_txt p {
	width: 220px;
	line-height: 1.4em;
}
body#lease .btn_area {
	width: 837px;
	padding: 30px 0 0 0;
	border-top: 1px dotted #959595;
	text-align: center;
	clear: both;
}
body#lease .btn_area img {
	margin: 0 10px;
}
/* ↑↑↑ Lease&Rental */

/* ↓↓↓ Works */
body#works p {
	padding: 0;
	margin: 0;
}
body#works .ex_list {
	position: relative;
	width: 837px;
	height: 150px;
	margin: 10px 0;
	border-bottom: dotted 1px #666666;
}
body#works ul.photo {
	width: 837px;
	list-style: none;
}
body#works ul.photo li {
	float: left;
	margin: 10px 18px 10px 0;
}
body#works ul.photo li.last {
	margin: 10px 0 10px 0;
}
body#works ul.photo li a {
	display: block;
	border: 2px solid #FFF;
}
body#works ul.photo li a:hover {
	border: 2px solid #466C23;
}
/* ↑↑↑ Works */

/* ↓↓↓ Contact */
body#contact_frm iframe {
/*	overflow-x: hidden;*/
	overflow: hidden;
}
body#contact_frm .form_column {
	width: 860px;
	border-bottom: dotted 1px #666666;
}
body#contact .column {
	width: 837px;
	margin: 0;
}
body#contact .logo {
	float: left;
	width: 87px;
	margin: 0;
}
body#contact .flow {
	position: relative;
	float: right;
	width: 750px;
	height: 200px;
	margin: 0;
	padding: 0;
}
body#contact .flow p {
	position: absolute;
	width: 740px;
	line-height: 180%;
	top: 80px;
	left: 10px;
	text-align: left;
}
body#contact ul.menunavi {
	list-style: none;
	left: 750px;
	bottom: 0px;
}
body#contact ul.menunavi li {
	float: left;
	font-size: 0;
	line-height: 0;
}
body#contact .form_t {
	width: 776px;
	height: 25px;
	font-size: 14px;
	border-bottom: dotted 1px #666666;
	margin-left: 61px;
	padding: 0;
}
body#contact .form_c {
	position: relative;
	width: 776px;
	height: 300px;
	margin: 20px 0 0 61px;
	overflow-x: hidden;
}
/* \ */
* html #contact .form_c {
	overflow-x: hidden;
	overflow: auto;
}
*:first-child+html #contact .form_c {
	overflow-x: hidden;
	overflow: auto;
}
/**/
body#contact .form_left {
	position: relative;
	float: left;
	width: 380px;
}
body#contact .form_right {
	position: relative;
	float: right;
	width: 396px;
}
body#contact .form_btn {
	width: 776px;
	margin: 15px 0;
	text-align: center;
	clear: both;
}
body#contact .form_c ul.form,
body#contact .form_left ul.form,
body#contact .form_right ul.form {
	list-style: none;
}
body#contact .form_c ul.form ul {
	width: 770px;
	list-style: none;
}
body#contact .form_left ul.form ul {
	width: 380px;
	list-style: none;
}
body#contact .form_right ul.form ul {
	width: 395px;
	list-style: none;
}
body#contact .form_c ul.form li,
body#contact .form_left ul.form li,
body#contact .form_right ul.form li {
	float: left;
	margin-bottom: 10px;
	display: inline;
	text-align: left;
}
body#contact .form_c ul.form ul li.item {
	width: 120px;
	padding-right: 5px;
	text-align: left;
}
body#contact .form_left ul.form ul li.item,
body#contact .form_right ul.form ul li.item {
	width: 45px;
	padding-right: 5px;
	text-align: left;
}
body#contact span.small {
	font-size: 10px;
}
body#contact input.font_nomal {
	width: 300px;
}
body#contact textarea {
	width: 300px;
	font-size: 12px;
}
/* ↑↑↑ Contact */

/* ↓↓↓ Privacy Policy */
body#privacy .sub_title {
	width: 797px;
	height: 23px;
	border-bottom: dotted 1px #666666;
	margin: 0 20px;
}
body#privacy h3.sub1 {
	width: 317px;
	height: 16px;
	background: url('images/privacy/privacy_subtitle.gif') no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
body#privacy .column {
	width: 757px;
	border-bottom: dotted 1px #666666;
	margin: 0 40px 10px;
}
body#privacy .column p {
	line-height: 180%;
}
/* ↑↑↑ Privacy Policy */

/* ↓↓↓ SiteMap */
body#sitemap .column {
	width: 817px;
	margin: 0 0 20px 20px;
}
body#sitemap ul.map {
	list-style: none;
}
body#sitemap ul.map li {
	width: 200px;
	margin-left: 100px;
	margin-bottom: 20px;
}
body#sitemap ul.map li.line {
	border-bottom: dotted 1px #666666;
}
/* ↑↑↑ SiteMap */

/* ↓↓↓ Link */
body#link .sub_title {
	width: 797px;
	height: 23px;
	border-bottom: dotted 1px #666666;
	margin: 0 20px;
}
body#link h3.sub1,
body#link h3.sub2 {
	width: 181px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
body#link h3.sub1 { background: url(../img/link/link_subtitle_01.gif) no-repeat; }
body#link h3.sub2 { background: url(../img/link/link_subtitle_02.gif) no-repeat; }

body#link .column {
	width: 757px;
	border-bottom: dotted 1px #666666;
	margin: 0 40px 10px;
}
body#link .column2 {
	width: 757px;
	margin: 0 40px 30px;
}
body#link .column p,
body#link .column2 p {
	line-height: 180%;
}
body#link .box01 {
	height: 30px;
}
body#link .box02 {
	height: 50px;
}
body#link .box01,
body#link .box02 {
	width: 740px;
	border: dotted 1px #AAD223;
	margin-left: 10px;
	padding: 8px 5px 0;
}
/* \ */
* html #link .box01, * html #link .box02 {
	padding: 8px 5px;
}
/**/
body#link .banner {
	margin-left: 10px;
}
/* ↑↑↑ Link */


/*-------------Other------------------*/
#content p { margin: 1em 0; }
.clear { clear: both; }

.pagelink {
	width: 837px;
	height: 20px;
	margin: 0 0 15px 0;
	padding: 8px 0 0 0;
}
.pageprev {
	float: left;
	margin-bottom: 10px;
}
.pagenext {
	float: right;
	margin-bottom: 10px;
}
.pagelink a {
	color: #466C23;
	text-decoration: none;
}
.pagelink a:hover {
	color: #466C23;
	text-decoration: underline;
}
