/* reset */

/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: inherit;
    text-decoration: none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

li {
	list-style: none;
}



/* reset.end */

body {
	font: 12px 'Meiryo UI"', "メイリオ", "ヒラギノ角ゴ Pro W3", helvetica, sans-serif ;
	line-height: 1;
	background-color: #000000;
	color: #FFF;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

p {
	line-height: 1.5em;
}

section {
	overflow: hidden;
}

#wrapper {
	margin: 0px auto;
	width: 1024px;
	background-color: #00202B;
}

/* header */

#header_content {
	width: 1024px;
	height: 401px;
	background: url(images/bg_header.png) repeat-x;
	overflow: hidden;
	padding-bottom: 29px;
}

#header_content h1 {
	width: 502px;
	height: 40px;
	padding: 30px 512px 36px 10px;
	background: url(images/bg_car_image.jpg) no-repeat right top;
}

#globalnav {
	padding: 39px 0 36px;
	width: 235px;
	height: 220px;
	background: url(images/nav_title.png) 0px 18px no-repeat;
	float: left;
}

#globalnav li {
	width: 235px;
	height: 44px;
}

#header_image {
	width: 789px;
	height: 295px;
	float: right;
}

/* header.end */

/* footer */

#footer_content p {
	padding: 14px 26px;
	text-align: right;
}

/* footer.end */

/* content_area */

#content_area {
	padding-bottom: 77px;
	width: 1024px;
	height: 100%;
	overflow: hidden;
	background: url(images/bg_content.png) repeat-x center top;
}

#right_content_area {
	width: 755px;
	float: right;
}

#left_content_area {
	width: 259px;
	float: left;
}

#service_section {
	margin-left: 28px;
	width: 727px;
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
	font-weight: bold;
}

#service_section h1 {
	font-size: 20px;
	margin-bottom: 16px;
}

#service_section figure {
	width: 129px;
	height: 119px;
}

#service_section figcaption {
	font-size: 12px;
	margin-top: 8px;
	text-align: center;
}

#service_section ul {
	overflow: hidden;
}

#service_section li {
	padding: 0px 14px 14px 0;
	float: left;
}


#service_section figure {
	border: 1px solid #078bad;
}

.infomation_area {
	padding: 5px 4px;
	background: url(images/bg_mono.jpg) repeat;
}

.infomation_area > header {
	margin-bottom: 5px;
	background-color: #141414;
	overflow: hidden;
	padding: 0 8px;
}

.infomation_area span.news{
	float: left;
}
.infomation_area h1 {
	float: left;
}
.infomation_area h1.news {
	font-size: 14px;
	padding-left: 5px;
	float: left;
}

.infomation_area li　{
	margin-top: 10px;
}

.infomation_area li p {
	clear: both;
}
.infomation_subtitle {	
	padding-top: 4px;
	float: right;
}

#index_info {
	margin-left: 24px;
	width: 723px;
	clear: both;
}

#index_info > header {
	width: 707px;
	height: 26px;
}

.infomation_main_area {
	padding: 11px 7px 15px;
	margin-bottom: 5px;
	width: 709px;
	height: 36px;
	background-color: #141414;
}

.infomation_main_area:last-child {
	margin: 0;
}

.infomation_main_area header {
	overflow: hidden;
}

.infomation_main_area h1 {
	font-size: 14px;
}

.infomation_main_area header p {
	margin-right: 14px;
	float: left;
	font-size: 10px;
	line-height: 14px;
	color: #e78d00;	
}

.infomation_main_area > p {
	margin-top: 7px;
	font-size: 12px;
	color: #a2a2a2;	
}

/* content_area.end */

/* corporation_area */

#corporation_area {
	width: 727px;
	padding-left: 28px;
	overflow: hidden;
}

#corporation_area h1 {
	margin-bottom: 30px;
}

#corporation_table {
	padding: 14px;
	float: left;
}

#corporation_table th {
	width: 63px;
	font-weight: normal;
	text-align: right;
}
#corporation_table td {
	padding: 14px 22px;
}


#corp_image {
	padding-top: 14px;
	float: right;
}

#googlemaps {
	clear: both;
	padding-top: 42px;
}

/* corporation_area.end */

.qanda {
	padding-left: 24px;
	width: 708px;
}

.qanda:last-child > h1 {
	margin-top: 57px;	
}

.qanda section h1 {
	margin: 26px 0 16px;
	overflow: hidden;
}

.qanda section:first-of-type h1 {
	margin-top: 16px;
}

.qanda img {
	margin-left: 10px;
	float: right;
}

/* service */

.service_content {
	margin: 0 20px 0 28px;
	width: 707px;
	float: right;
}

#ark21 section h1 {
	margin: 17px 0 6px;
	font-size: 14px;
	color: #fff000;
}

#ark21 section:first-of-type h1 {
	margin-top: 4px;
	font-size: 14px;
	color: #fff000;
}

.imgright {
	margin: -17px 0 10px 27px;
	float: right;
}

.imgright01 {
	margin: 0 0 10px 27px;
	float: right;
}

.imgleft {
	margin-right: 12px;
	float: left;
}

.imgleft01 {
	padding: 0 9px 44px 0;
	float: left;
}

.imgleft02 {
	padding: 0 24px 40px 0;
	float: left;
}


.imgclear {
	margin-top: 24px;
	float: right;
}

.step_area {
	overflow: hidden;
}

.step_area li {
	margin-right: 11px;
	width: 168px;
	float: left;
	overflow: hidden;
}

.step_area figcaption {
	margin-bottom: 12px;
	border-bottom: 2px solid #FFFFFF;
}

.step_area li:last-child {
	margin: 0;
}


#body_clean h1 {
	margin-top: 36px;
}

#body_clean > p {
	margin: 20px 0 30px;
	font-size: 14px;
}

#body_clean section h1 {
	color: #ff8400;
	font-size: 14px;
	line-height: 18px;
}

.body_clean_content {
	position: relative;
	height: 165px;
	margin-bottom: 20px;
}

.body_clean_content p {
	width: 345px;
}

.body_clean_content figure {
	position: absolute;
	top: 18px;
	right: 175px;
}

.body_clean_content figure:last-of-type {
	position: absolute;
	top: 18px;
	right: 0;
}

.body_clean_content figcaption {
	position: absolute;
	top: 151px;
	right: 175px;
	width: 163px;
	height: 18px;
	text-align: center;
}

.body_clean_content figcaption:last-of-type {
	position: absolute;
	top: 151px;
	right: 0;
	width: 163px;
	height: 18px;
	text-align: center;
}

#roomclean > p {
	font-size: 14px;
}

#smell {
	width: 707px;
	height: 544px;
	position: relative;
}

#smell h1 {
	margin: 23px 0 21px;
}

#smell i {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

#smell figure:first-of-type {
	position: absolute;
	right: 0;
	top: 81px;
}

#smell figure:nth-of-type(2) {
	position: absolute;
	bottom: 39px;
	left: 0;
}

#smell figure:last-of-type {
	position: absolute;
	bottom: 39px;
	left: 235px;
}

#smell figcaption:nth-of-type(2) {
	position: absolute;
	bottom: 20px;
	left: 0;
}

#smell figcaption {
	font-size: 11px;
}

#smell figcaption:first-of-type {
	position: absolute;
	bottom: 20px;
	left: 0px;
}

#smell figcaption:last-of-type {
	position: absolute;
	bottom: 20px;
	left: 235px;
}

#repair h1 {
	margin: 41px 0 20px;	
}

#repair p {
	margin: 0 69px 0 29px;
	width: 292px;
	height: 286px;
	float: left;
}

#repair p:nth-child(odd) {
	margin: 0 19px 0 0;
	width: 292px;
	height: 286px;
	float: left;
}

#csc > h1 {
	margin-bottom: 14px;
}

#csc section {
	margin-bottom: 22px;
}

#csc section h1 {
	font-size: 14px;
	color: #ff8400;
	margin-bottom: 14px;
}

#csc b,
#dust b {
	font-weight: normal;
	color: #ffea00;
}

.aboutfive {
	margin-bottom: 27px;
	height: 364px;
	position: relative;
}

.aboutfive p {
	width: 336px;
}

.aboutfive figure {
	position: absolute;
	top: 0;
	right: 0;
	width: 373px;
	height: 364px;
}

#dust h1 {
	margin-bottom: 21px;
}

#dust p img {
	margin-bottom: 22px;
	float: right;
}

#price {
	margin: 0 20px;
	width: 715px;
}

#price table {
	margin: 51px 0 0.5em;
	width: 100%;
	text-align: center;
}

#price td,
#price th {
	padding: 0.5em;
	vertical-align: middle;
	border: 1px solid #FFFFFF;
}


#gallery {
	width: 200px;
	
}


#gallery img{
	vertical-align:bottom;
}

#gallery ul{
	margin:5px;
}
#gallery ul li{
    display:inline-block;
    margin: 0 8px 8px 0 ;
    padding: 3px ;
    background: #fff ;
    border: 1px solid #eee ;
    box-shadow: 0 1px 5px #888 ;
}