@charset "UTF-8";

body {
	color: #333333;
	font-size: 12px;
	line-height: 1.6;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, Verdana, sans-serif;
}
img {
	vertical-align:bottom;
}


/* clearfix
------------------------------------ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* other
------------------------------------ */
#content a img:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-ms-filter: "alpha(opacity=70)";
}
.pagetop {
	text-align: right;
}


/* frame
------------------------------------ */
#wrap {
	width: 100%;
	background: url(../images/bg_header_01.jpg) repeat-x left top;
}
#header {
	width: 960px;
	margin: 0 auto;
	height: 139px;
	background: url(../images/bg_header_02.jpg) no-repeat left top;
}
#content {
	width: 960px;
	margin: 0 auto;
}
#main {
	float: right;
	width: 720px;
	padding-top: 12px;
	background: url(../images/bg_main_01.jpg) repeat-y left top;
}
#main .inner {
	margin: 0 auto;
	padding: 0 35px 13px;
	background: url(../images/bg_main_02.jpg) no-repeat left bottom;
}
#side {
	float: left;
	width: 240px;	
	padding: 6px 0 19px;
	background: url(../images/bg_side_01.jpg) no-repeat left top;
}
#footer {
	width: 960px;
	margin: 0 auto;
}


/* header
------------------------------------ */
#header h1 {
	float: right;
	margin: 13px 10px 0 0;
	font-weight: bold;
}
#header p#logo {
	float: left;
	margin-top: 30px;
	padding-left: 50px;
}


/* main
------------------------------------ */
#main .inner .section {
	margin: 20px auto 30px;
}
#main .inner .section p strong {
	color: #0066BF;
	font-weight: bold;
}
#main .inner .section .merit {
	margin-top: 25px;
}
#main .inner .hoken {
	width: 650px;
	height: 110px;
	margin-bottom: 30px;
	background: url(../../images/bg_top_01.gif) no-repeat left top;
}
#main .inner .hoken div {
	padding: 7px 19px 0;
}
#main .inner .hoken div h2,
#main .inner .hoken div p {
	margin-top: 10px;
}
#main .inner .section.lease div {
	width: 310px;
	float: left;
} 
#main .inner .section.lease div.fltL {
	float: left;
	margin-right: 30px;
}
#main .inner .section.lease div dl dd {
	min-height: 73px;
	padding: 17px 10px;
	background: url(../../images/bg_top_02.gif) no-repeat left top;
}


/* side
------------------------------------ */
#side ul {
	padding-left: 19px;
}
#side ul li {
	line-height: 0;
}
#side ul li ul {
	padding-left: 0;
}
#side ul.lowerMenu {
	margin-top: 9px;
}


/* footer
------------------------------------ */
#footer p {
	margin: 0 10px 0 0;
	text-align: right;
}