﻿@charset "utf-8";
/* CSS Document */
/*----------全頁共通----------*/
* {
	margin:0;
	padding:0;
}
html {
	background-image:url(img/bg.gif);
}
body {
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:85%;
	line-height:1.8;
	letter-spacing0.1em;
	background:url(img/wrapper_head.gif) no-repeat 50% 25px;
	padding:20px 0px;
	color:#555555;
	
}
* html body {
	padding:0px 0px 20px 0px;
}
*:first-child+html body {
	padding-top:0px 0px 20px 0px;
}
a {
	color:#53BBA4;
	text-decoration:none;
}
a:hover {
	color:#A3DACD;
}
a img {
	border:0;
}

#wrapper {
	text-align:left;
	background:url(img/wrapper_bottom.gif) no-repeat 50% 100%;
	padding-bottom:10px;
}
* html #wrapper {
	margin:35px auto 10px auto;
}
*:first-child+html #wrapper {
	margin:35px auto 10px auto;
}
#wrapper #inner {
	border-left:#E2E2E2 1px solid;
	border-right:#E2E2E2 1px solid;
	width:879px;
	margin:15px auto 0px auto;
	padding:0px 10px;
	background:#FFF;
}
#wrapper #header {
	background:url(img/bg_head.gif) no-repeat 50% 0%;
}
#header h1 {
	font-size:1.4em;
	font-weight:normal;
	display:inline;
	height:110px;
	margin:15px 0px 10px 15px;
	float:left;
	position:relative;
}
#header h1 span {
	position:absolute;
	top:15px;
	left:115px;
}

#header h1 a {
	display:block;
	background:url(img/logo.gif) no-repeat 0px 0px;
	height:0px;
	width:315px;
	padding-top:110px;
	overflow:hidden;
	float:left;
}
#header h2 {
	float:left;
	margin:90px 0px 0px 0px;
}
#header #font {
	width:200px;
	float:right;
	padding-right:10px;
	margin:35px 0px 0px 0px;
	position:relative;
}
#header #font h3 {
	position:absolute;
	margin-top:5px;
	left:0;
}
#header #font ul {
	font-size:1.3em;
	background:none;
	margin:0px 0px 0px 90px;
}
#header #font li {
	display:inline;
	margin-left:5px;
	float:none;
	height:auto;
}
#header #font li a {
	background:none;
	float:none;
	height:auto;
	padding-top:0px;
}
#header #font p {
	clear:both;
	text-align:right;
}
#header ul {
	list-style-type:none;
	clear:both;
	background:url(img/navi_bg.gif) no-repeat 50% 100%;
	padding-bottom:5px;
	}
#header ul li {
	height:50px;
	float:left;
	display:block;
}
#header ul li a {
	background-image:url(img/menu.gif);
	background-repeat:no-repeat;
	height:0px;
	padding-top:50px;
	display:block;
	overflow:hidden;
}
#header ul #used a {
	background-position:0px 0px;
	width:112px;
}
#header ul #assessment a {
	background-position:-112px 0px;
	width:107px;
}
#header ul #original a {
	background-position:-219px 0px;
	width:166px;
}
#header ul #recommend a {
	background-position:-385px 0px;
	width:108px;
}
#header ul #serch a {
	background-position:-493px 0px;
	width:144px;
}
#header ul #rent a {
	background-position:-637px 0px;
	width:115px;
}
#header ul #blog a {
	background-position:-752px 0px;
	width:127px;
}
#header ul #used a:hover {
	background-position:0px -55px;
}
#header ul #assessment a:hover {
	background-position:-112px -55px;
}
#header ul #original a:hover {
	background-position:-219px -55px;
}
#header ul #recommend a:hover {
	background-position:-385px -55px;
}
#header ul #serch a:hover {
	background-position:-493px -55px;
}
#header ul #rent a:hover {
	background-position:-637px -55px;
}
#header ul #blog a:hover {
	background-position:-752px -55px;
}
#wrapper #footer {
	clear:both;
	background: url(img/footer_color.gif) repeat-x 0px 100% #F9A43F;
	color:#FFF;
}
#wrapper #footer ul {
	background:url(img/footer_head.gif) no-repeat 0px 0px;
	list-style-type:none;
	text-align:center;
	margin:0px auto;
	padding:10px 30px;
	width:819px;
	display:block;
}
#wrapper #footer ul li  {
	padding:0px 2px 0px 0px;
	letter-spacing:normal;
	line-height:1.5;
	margin:5px 0px 0px 0px;
	display:inline;
}
#wrapper #footer ul li a {
	color:#FFF;
	margin-right:3px;
}
#wrapper #footer ul li a:hover {
	text-decoration:underline;
}
#wrapper #footer address {
	background:url(img/footer_line.gif) no-repeat 50% 0%;
	padding:10px 0px;
	text-align:center;
	font-style: normal;
	font-size:1.3em;
}
#wrapper #footer p {
	background:url(img/footer_bottom.gif) no-repeat 50% 100%;
	padding:0px 0px 15px 0px;
	text-align:center;
}

/*----------汎用----------*/
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
} 
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1% }
.clearfix {display:block;}
.clear {
	clear:both;
}
hr {
	width:100%;
	clear:both;
	height:0px;
	visibility:hidden;
	display:block;
	border:0px;
}
* html hr {
	margin-top:-20px;
	height:0px;
}
*:first-child+html hr{
	margin-top:-20px;
	height:0px;
}
.overAlpha a:hover img , #topContents h4 a:hover img , #font p a:hover img , #pagetop a:hover img  {
	opacity:0.7;
	filter:alpha (opacity=70);
}
.center {
	text-align:center;
}

.floatLeft {
	float:left;
	margin-right:10px;
}
#pagetop {
	clear:both;
	text-align:right;
	margin:5px 0px 10px 0px;
}
.red {
	color:#F00;
}
.txtRight {
	text-align:right;
}


/*----------トップページ用----------*/
.index ul {
	list-style-type:none;
}
#topmain {
	background:url(img/index_main.gif) no-repeat 50% 0%;
	margin:5px auto 0px auto;
	position:relative;
	padding:8px;
	width:863px;
	height:274px;
}
#topmain #image {
	position:absolute;
	top:8px;
	right:10px;
	margin:0;
	z-index:0;
}
#topmain h2 {
	margin:30px 0px 30px 20px;
}
#topmain p {
	margin:0px 0px 0px 20px;
	z-index:100;
	position:relative;
}
#topContents {
	width:640px;
	height:207px;
	padding:3px 5px 0px 5px;
	background:url(img/index_subbg.gif) no-repeat 50% 0%;
	float:right;
	font-size:1.3em;
	margin-bottom:3px;
}
#topContents .section {
	width:300px;
	height:140px;
	padding:10px;
	float:left;
	background:url(img/index_secbg.gif) no-repeat 50% 50%;
}
#topContents #type ul {
	background:url(img/index_typebg.jpg) no-repeat 0px 100%;
	height:105px;
	padding-top:5px;
}
#topContents #type ul li {
	height:15px;
	display:block;
	margin:3px 0px 0px 5px;
}
#topContents #type ul li a , #topContents #topMenu li a ,#subMenu li a , #menu li a {
	height:0px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
}
#topContents #type ul li a {
	padding-top:15px;
	background-image:url(img/index_typemenu.gif);
}
#topContents #type #slow a {
	background-position:0px 0px;
	width:105px;
}
#topContents #type #rotation a {
	background-position:0px -20px;
	width:80px;
}
#topContents #type #lift a {
	background-position:0px -40px;
	width:140px;
}
#topContents #type #aid a {
	background-position:0px -59px;
	width:90px;
}
#topContents #type #storage a {
	background-position:0px -79px;
	width:105px;
}
#topContents #type #slow a:hover {
	background-position:-140px 0px;
}
#topContents #type #rotation a:hover {
	background-position:-140px -20px;
}
#topContents #type #lift a:hover {
	background-position:-140px -40px;
}
#topContents #type #aid a:hover{
	background-position:-140px -59px;
}
#topContents #type #storage a:hover {
	background-position:-140px -79px;
}
#topContents #cammera div {
	background:url(img/index_cammerabg.jpg);
	height:105px;
	padding-top:5px;
}
#topContents #topMenu {
	clear:both;
	margin:-3px 0px 0px 5px;
}
#topContents #topMenu li  {
	display:block;
	float:left;
	height:39px;
	margin-right:4px;
}
#topContents #topMenu li a {
	float:left;
	height:0px;
	padding-top:39px;
	background-image:url(img/index_lowmenu.gif);
}
#topContents #topMenu #taxi a {
	background-position:0px 0px;
	width:154px;
}
#topContents #topMenu #voice a {
	background-position:-159px 0px;
	width:195px;
}
#topContents #topMenu #life a {
	background-position:-358px 0px;
	width:134px;
}
#topContents #topMenu #garage a {
	background-position:-496px 0px;
	width:135px;
}
#topContents #topMenu #taxi a:hover {
	background-position:0px -40px;
}
#topContents #topMenu #voice a:hover {
	background-position:-159px -40px;
}
#topContents #topMenu #life a:hover {
	background-position:-358px -40px;
}
#topContents #topMenu #garage a:hover {
	background-position:-496px -40px;
}
#subMenu , #menu {
	width:210px;
	padding:9px 5px 0px 5px;
	background:#E6E6E6;
	border:#B3B3B3 1px solid;
	float:left;
}
#subMenu li , #menu li {
	height:40px;
	width:210px;
	display:block;
	margin:0px 0px 9px 0px;
}
#subMenu li a {
	padding-top:40px;
	background-image:url(img/index_submenu.gif);
}
#subMenu #point a , #menu #point a {
	background-position:0px 0px;
}
#subMenu #exempt a , #menu #exempt a {
	background-position:0px -50px;
}
#subMenu #company a , #menu #company a{
	background-position:0px -100px;
}
#subMenu #link a , #menu #link a{
	background-position:0px -149px;
}
#subMenu #point a:hover , #menu #point a:hover {
	background-position:-217px 0px;
}
#subMenu #exempt a:hover  ,#menu #exempt a:hover{
	background-position:-217px -50px;
}
#subMenu #company a:hover , #menu #company a:hover {
	background-position:-217px -100px;
}
#subMenu #link a:hover , #menu #link a:hover {
	background-position:-217px -149px;
}
/*----------下層ページ共通----------*/

#menu , #wrapper #contents {
	margin:10px 0px;
	
}
#menu {
	list-style-type:none;
}
#menu li a {
	padding-top:40px;
	background-image:url(img/lowMenu.gif);
}
#menu #taxi a {
	background-position:0px -198px;
}
#menu #voice a {
	background-position:0px -246px;
}
#menu #life a {
	background-position:0px -296px;
}
#menu #garage a {
	background-position:0px -346px;
}
#menu #taxi a:hover {
	background-position:-217px -198px;
}
#menu #voice a:hover {
	background-position:-217px -246px;
}
#menu #life a:hover {
	background-position:-217px -296px;
}
#menu #garage a:hover {
	background-position:-217px -346px;
}
#wrapper #contents {
	width:650px;
	float:right;
	font-size:1.3em;
}
#wrapper #contents879 {
	width:879px;
	float:right;
	font-size:1.2em;
}
#wrapper #submenu {
    clear:both;
	margin:0px auto;
}
#wrapper #submenu ul {
	list-style-type:none;
	text-align:center;
	margin:0px auto;
	padding:5px 30px;
	width:819px;
	display:block;
}
#wrapper #submenu ul li  {
	padding:0px 2px 0px 0px;
	letter-spacing:normal;
	line-height:1.5;
	margin:5px 0px 0px 0px;
	display:inline;
	font-size:1.5em;
	color:#999999;
}
#wrapper #submenu ul li a {
    color:#FF6600;
}
#wrapper #submenu ul li a:hover {
    color:#FFCC66;
}
#wrapper #navi {
	list-style-type:none;
	margin:5px 0px;
	font-size: 1.3em
}
#wrapper #navi li {
	display:inline;
}
#wrapper #navi li a {
	background:url(img/navi_arrow.gif) no-repeat 100% 50%;
	padding-right:12px;
	margin-right:2px;
}
.t1012 {
	font-size: 1.3em;
	line-height: 14px;
	color: #654E2F;
}
.t1216 {
	font-size: 1.3em;
	line-height: 16px;
	color: #654E2F;
}
.taxir {
	font-size: 1.3em;
	line-height: 16px;
	color: #654E2F;
}
.links{
	margin-left:20px;
	}.com_line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.ft13{
font-size: 1.3em
}.ft12{
font-size: 1.2em
}.blogline{
border-top:dotted 1px #CCCCCC;
}
.blogli{
list-style-type:none;

}
#entryh{
height:400px;

}.grayb {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
}
