@charset "Shift_JIS";

/* ------------------------------
 リセット
------------------------------ */

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td {
	margin:0; 
	padding:0; 
}
img {
  border:0;
}
li {
	list-style:none;
}
address {
	font-style:normal;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}


/* ------------------------------
 レイアウト
------------------------------ */

#wrapper {
	background-image:url(../images/bg_wrap.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 910px;
	margin: 0 auto;
}
#contents {
	width: 870px;
	margin: 15px auto 0;
	clear: both;
}
#leftBox {
	width: 215px;
	line-height: 0;
	float: left;
}
#rightBox {
	width: 640px;
	float: right;
}

/* ------------------------------
 ヘッダー
------------------------------ */

h1 {
	margin: 20px 0 0 15px;
	float: left;
	background: url(/common/images/logo.jpg) no-repeat top left;
	width:240px;
	height:66px;
}
h1 a {
  display: block;
  /* ボックスの幅と高さを調整 */
  width: 240px;
  height: 66px;
}
.none {
  display: none;
}

#subNavi {
	margin-top: 35px;
	margin-right: 15px;
	float: right;
}
#subNavi li {
	background-image: url(../images/ar_snav.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 10px 0 18px;
	float: left;
}

/* ------------------------------
 左エリア（問合せ）
------------------------------ */

#contact {
	background-image: url(../images/bg_contact.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 195px;
	height: 35px;
	padding: 15px 0 0 20px;
}
#contact li {
	background-image: url(../images/ar_cnav.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 8px 0 18px;
	float: left;
}

/* ------------------------------
 フッター
------------------------------ */

#footer {
	width: 860px;
	margin: 65px auto 10px;
	font-size: 10px;
	line-height:1.4;
}
#footer ul li {
	background-image: url(../images/ar_footer.gif);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	padding: 0 10px 0 8px;
}
.toTop {
	width: 845px;
	padding: 0 15px 15px 0;
	margin-bottom: 15px;
	border-bottom: solid #E6E6E6 1px;
	text-align: right;
}
address {
	float:right;
}

/* ------------------------------
 リンク
------------------------------ */

a:link,a:visited {
  color: #666;
	text-decoration: none;
}
a:hover,a:active {
  color: #666;
	text-decoration: underline;
}

/* ------------------------------
 その他共通項目
------------------------------ */

.mt10 {
	margin-top: 10px;
}
.center {
	text-align: center;
}
.clear {
  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;
  /**/
}