@charset "utf-8";
/*
Theme Name: 
Theme URI:
Description: 
Author: ato.works
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =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;
}


* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

li {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 137%;
	font-weight: bolder;
}


/* =Layout
-------------------------------------------------------------- */



/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 auto;
	width: 100%;
}
#content {
	margin: 0 auto;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
	position: relative;
	top: 80px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 850px;
}

#base {
	background: #fff;
	margin: 7px auto;
	/*width: 870px;*/
}

#wrapper {
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	width: 850px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #333;
	/*background: #f1f1f1;*/
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 10px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:active,
a:hover {
	color: orange;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}

#header a:link, a:visited {
	color: #666;
	text-decoration: none;
}

#header a:active, a:hover {
	color: orange;
	text-decoration: none;
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	/*
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	*/
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */


#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 850px;
}

#gnavi_btn {
	background: #333;
	width: 850px;
	height: 38px;
	padding: 0px;
	margin: 0px;
}

#gnavi_btn li {
	display: block;
	list-style: none;
	list-style-type: none;
	margin-left: -15px;
	float: left;
	text-align: center;
	width: 153px;
}

#gnavi_btn a:link,
#gnavi_btn a:visited {
	display: block;
	text-decoration: none;
	width: 111px;
	padding: 10px 15px 10px 15px;
	margin: 0px auto;
	background: #333;
	color: white;
	text-align: center;
}

#gnavi_btn a:hover,
#gnavi_btn a:active {
	display: block;
	padding: 10px 15px 10px 15px;
	margin: 0px auto;
	background: black;
	color: yellow;
	width: 111px;
	text-align: center;
}




#sidebar {
	width: auto;
	float: left;
}

#sidenavi_btn {
	background: #333;
	width: 155px;
	padding: 15px 5px 5px 5px;
	margin: 0px 30px 0px 0px;
}

#soudanin_thumb {
	position: relative;
	left: 2px;
	top: 15px;
}

#soudanin_thumb_index {
	position: relative;
	left: 0px;
	top: 35px;
}

#sidenavi_btn li {
	display: block;
	list-style: none;
	list-style-type: none;
	margin-left: -15px;
	margin-bottom: 2px;
	/*float: left;*/
	text-align: center;
	width: 153px;
}

#sidenavi_btn a {
	display: block;
	text-decoration: none;
	width: 120px;
	padding: 10px;
	margin: 0px auto;
	background: white;
	color: #333;
	text-align: center;
}

#sidenavi_btn a:hover {
	display: block;
	padding: 10px;
	margin: 0px auto;
	background: #ccc;
	color: yellow;
	width: 120px;
	text-align: center;
}








#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 848px;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}

#access .menu-header li,
div.menu li {
	float: left;
	width: 130px;
	text-align: center;
	padding: 0px 5px 0px 5px;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 120%;
	top: 0;
}





#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
	width: 130px;
	text-align: center;
}





#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}








/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}




/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
	background-color: #333;
	color: white;
}

#footer a {
	color: white;
}

#colophon {
	border-top: 1px solid #666;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	text-decoration: none;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}








#home_image {
	position: relative;
	top: 23px;
}



/*news
--------------*/
#topics {
	width: 588px;
	height: 226px;
	/*float: left;*/
	background: url(images/posts/topics_back.jpg) no-repeat;
	font-size: 115%;
	margin-bottom: 15px;
}

#new_topics {
	width: 555px;
	height: 160px;
	position: relative;
	top: 45px;
	left: 15px;
}

#new_topics li {
	line-height: 1.7;
}

/*
main
--------------*/

#container {
	margin-top: 20px;
}

#main_contents {
	width: 580px;
	float: left;
}


.contents {
	width: 160px;
	height: 190px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 10px;
	background: url(images/posts/subtitle_back.jpg) no-repeat;
	border: 0px none;
}

.contents_thumb {
	position: relative;
	/*left: 10px;*/
	top: 8px;
	/*margin: 0px auto;*/
}

.contents h2 {
	font-size: 110%;
	color: #F60;
	margin: 0px;
}

.contents a {
	color: #F60;
	text-decoration: none;
}


/*
menu_side
--------------*/
#side_contents {
	/*width: 220px;*/
	float: right;
	background: url(images/posts/stripe.jpg);
}


.side_contents_1 {
	width: 230px;
	height: 400px;
	padding: 10px;
	position: relative;
	left: 8px;
	top: 8px;
	
	/*border: solid #999 1px;*/
}

.side_contents_1 a {
	color: #F60;
	text-decoration: none;
}


.jisseki_map_thumb {
	margin: 0px auto;
}


.side_contents_1 h3 {
	margin: 0px;
	line-height: normal;
}



/*----------------------------------------
	contact
-----------------------------------------*/

#contact_l {
	width: 220px;
	height: 650px;
	padding-top: 30px;
	padding-left: 20px;
	margin-left: 15px;
	float: left;
	background: url(http://r-c-interior.com/wp-content/themes/r-c-interior/images/contact/contact_back.jpg) no-repeat;
}

#contact_r {
	width: 570px;
	float: left;
	position: relative;
	left: 20px;
}


/*----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.clearfix {
	display: inline-block;
	position: relative; /* DW */
}

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



/*----------------------------------------
	
-----------------------------------------*/

.clear {
	clear: both;
}

#header_txt {
	position: relative;
	top: 70px;
	right: 140px;
}

.f_left {
	width: auto;
	float: left;
}

.f_left_7 {
	width: auto;
	float: left;
	margin-left: 7px;
}

.f_left_15 {
	width: auto;
	float: left;
	margin-left: 15px;
}


.f_right{
	width: auto;
	float: right;
}


/*--------------
事例
--------------*/

#sidebar_jirei {
	width: 210px;
	height: 350px;
	float: left;
	margin-left: 0px;
	background: url(images/jirei_top/jirei_sidebar_back.jpg) no-repeat;
	list-style: none;
	padding-top: 15px;
	padding-left: 15px;
}

#sidebar_jirei li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: -15px;
}

#jirei {
	width: 610px;
	float: left;
	position: relative;
	left: 15px;
	line-height: 1;
	color: white;
}

#jirei_2 {
	width: 610px;
	float: right;
	padding-bottom: 20px;
	line-height: 1;
}

#jirei_kensu {
	background: white;
	border: solid #ccc 1px;
	position: relative;
	left: 50px;
	top: 30px;
	width: 185px;
	padding: 10px;
	margin: 0px;
	color: #666;
	line-height: 2;
	
}

#jirei dl {
	width: 270px;
	line-height: 0.2;
	margin: 0px;
	color: #666;
}

#jirei dt {
	width: 30%;
	float: left;
}

#jirei dd {
	width: 50%;
	float: left;
}

#jirei {
	width: auto;
	float: left;
}

#jirei_top_1 {
	width: 610px;
	height: 410px;
	background: url(images/jirei_top/jirei_top_back.jpg) no-repeat;
}

#jirei_map {
	width: auto;
	float: left;
	position: relative;
	top: 20px;
	left: 25px;
}

#jirei_txt {
	position: relative;
	left: 27px;
	top: 25px;
}

/*--------------*/



#sidebar_service {
	width: 230px;
	height: 200px;
	float: left;
	margin-left: 0px;
	background: url(images/service/side_service_back.jpg) no-repeat;
	list-style: none;
	padding-top: 15px;
	padding-left: 15px;	
}

#sidebar_service li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: -15px;
	top: 70px;
}


#eigyoushumoku {
	width: 570px;
	float: right;
}

#eigyoushumoku h2 {
	line-height: 1;
}

.shumoku_txt {
	position: relative;
	left: 200px;
	top: 25px;
	line-height: 0.8;
}

#shumoku_1 {
	background: url(images/service/shumoku_1.jpg) no-repeat;
	width: 567px;
	height: 166px;
}

#shumoku_2 {
	background: url(images/service/shumoku_2.jpg) no-repeat;
	width: 567px;
	height: 166px;
}

#shumoku_3 {
	background: url(images/service/shumoku_3.jpg) no-repeat;
	width: 567px;
	height: 166px;
}

#shumoku_4 {
	background: url(images/service/shumoku_4.jpg) no-repeat;
	width: 567px;
	height: 166px;
}


/*--------------*/

#sidebar_gaiyou {
	width: 260px;
	height: 280px;
	float: left;
	margin-left: 0px;
	background: url(images/about/about_side_back.jpg) no-repeat;
	list-style: none;
	padding-top: 15px;
	padding-left: 15px;
}

#sidebar_gaiyou li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: -15px;
}

#gaiyou_api {
	height: 170px;
	vertical-align: top;
}

#gaiyou h2 {
	font-size: 125%;
	color: #F63;
}


#gaiyou {
	width: auto;
	float: left;
	position: relative;
	left: 40px;
	line-height: 2;
}

#gaiyou dt {
	width: 180px;
	float: left;
	margin: 2px 0px 0px 2px;
	padding: 0px;
}

#gaiyou dd {
	width: 440px;
	margin: 0px;
	line-height: 2;
	/*padding: 0px;*/
}

.gaiyou_torihiki {
	width: auto;
	float: left;
	line-height: 2;
	margin-left: 7px;
}

.display_no {
	display: none;
}


.margin_left_5 {
	margin-left: 5px;
}

.top_back {
	position: relative;
	left: 420px;
	text-decoration: none;
}

.top_back_service {
	position: relative;
	left: 500px;
	text-decoration: none;
}


.setsumei {
	width: 583px;
	padding: 5px 0px 5px 0px;
}


.inner {
	padding: 15px 0px 15px 15px;
	margin: 0px 0px 15px auto;
}

.t3m {
	margin-top: 3px;
}