@charset "UTF-8";
/* CSS Document */
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: bottom;
	font-size: 14px;
}
.clr {
	display: block;
	clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a,
a:link,
a:visited {
	color:#333333;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration:underline;
	color: #666666;
}


body{
	margin:0;
	padding:0;
	font-family: 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#444444;
	text-align: left;
	background: url(../images/header_bg.gif) repeat-x #e6e6e6
}

a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}

#wrapper {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}
h1 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	text-align: right;
	color: #FFF;
	line-height: 10px;
	padding-top: 3px;
}
#header {
	background: url(../common_img/header.gif) no-repeat right 33px;	
}


h2 {
	padding-top: 18px;
	float:left;
}

#gnavi {
	padding: 92px 0 0 0;
	float: right;
}
#gnavi ul {
	list-style-type:none;
}
#gnavi li {
	float:left;
}
#gnavi li img,
#gnavi li a img {
	vertical-align:top;
}
#main {
	background-color: #ccc;
}
#column {
	float: left;
	width: 300px;
}
#column dt {
	border-bottom: 1px solid #999;
}

#column ul {
	list-style-type:none;
}
#column li {
	background: url(../common_img/rental_menu_bg.gif) no-repeat;
	height: 28px;
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding: 8px 0 0 30px;
	position: relative;
}
#column li a {display:block;height:100%;width:100%;}
#column li a:link,
a:visited {
	text-decoration: none;
	color: #666;
}
#column li a:hover,
a:active {
	text-decoration: underline;
	color: #E2373A;
}
#content {
	background-color: #FFF;
	float: left;
	width: 650px;
	margin-bottom: 10px;
	padding: 20px;
}
#sns ul {
	list-style-type:none;
}

#sns li {
	margin-right: 5px;
	float:right;
}
#sns li img,
#sns li a img {
	vertical-align:top;
}
#foot {
	background: url(../common_img/footer_bg.gif) repeat-x;
	height: 142px;
	width: 100%;
	margin-top: 40px;
}
#footer {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}
#fnavi {
	float: right;
	margin-top: 50px;
}
#fnavi ul {
	list-style-type:none;
	margin-bottom: 20px;
}
#fnavi li {
	float:left;
	background: url(../common_img/footer_mark.png) no-repeat left center;
	padding-left: 8px;
	padding-right: 15px;
}
#fnavi li img,
#fnavi li a img {
	vertical-align:top;
}
#copy {
	width: 1000px;
	margin: 0 auto;
	font-size: 11px;
	text-align: right;
}
.pagetop {
	text-align: right;
	padding: 30px 0;
}
