@charset "utf-8";

/***************************************************
	トレジャーホームスタイルシート
	common.css
	基本レイアウトスタイル定義
***************************************************/

/* Reset
------------------------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {	font-style: normal;}
h1,h2,h3,h4,h5,h6,h7 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption,th {
	text-align: left;
}
img	{	border: none;	vertical-align: bottom;}
ul	{	list-style-type: none;}
ol	{	list-style-position: inside;}
hr	{	display: none;}

/* Base
------------------------------------------------------------ */
body {
	font-size: 75%;
	line-height: 1.6;
	color: #323232;
	background: #FFFFFF url(../img/temp/body_bg.jpg) top left repeat-x;
	text-align: center;
}
* html body {    font-family: 'ＭＳ Ｐゴシック',sans-serif;}
*:first-child+html body {    font-family: 'ＭＳ Ｐゴシック',sans-serif;}

#wrap {
	width: 870px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(../img/temp/wrap_bg.jpg) left top repeat-y;
}
#container {
	width: 850px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	background: url(../img/temp/container_bg.jpg) top no-repeat;
}

/* Link
------------------------------------------------------------ */
a:link {
	color: #36363C;
	text-decoration: underline;
}
a:visited {
	color: #5D5C61;
	text-decoration: underline;
}
a:hover {
	color: #0099ff;
	text-decoration: none;
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

.jq_btn a {/* jquery.rollover.js */}

/* for All Pages
------------------------------------------------------------ */
.alt	{	display: none;}
.clear	{	clear: both;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*-----header-----*/
#header {
	width: 850px;
	position: relative;
}
#header h1 {
	float: left;
	width: 500px;
	padding: 5px 0 5px 9px;
	font-size: 11px;
}
#header h1 a {
	display: block;
	width: 430px;
	height: 49px;
	margin-top: 3px;
	background: url(../img/temp/logo.gif) no-repeat;
	text-indent: -9999px;
}
#header p.tel {
	float: right;
	width: 217px;
	padding: 9px 20px 0 0;
}
#header .top_navi {
	position: absolute;
	bottom: -5px;
	right: 21px;
	width: 18em;
	padding: 4px 0 3px;
	background-color: #ebe5de;
	text-align: center;
	color: #646464;
}
#header .top_navi a {
	font-size: 91%;
	text-decoration: none;
	color: #646464;
}
/*#header .top_navi a {	font-size: 10px;}*/

#header .top_navi a:hover {
	color: #0f58a6;
	text-decoration: underline;
}

/*-----headline-----*/
#headline {
	padding-left: 5px;
}

/*-----location-----*/
#location {
	margin: 0 15px;
	padding-bottom: 15px;
	font-size: 91%;
}
#location dfn {
	font-weight: bold;
	color: #f81e3c;
}
#location a.top {
	padding-left: 15px;
	background: url(../img/temp/ico02.gif) left center no-repeat;
}
/*-----contents-----*/
#contents {	margin: 0 10px 15px;}
#contents #snavi {
	float: left;
	width: 220px;
}
#contents #snavi #menu li a {
	display: block;
	width: 220px;
	height: 47px;
	text-indent: -9999px;
	background-image: url(../img/temp/snavi.gif);
	background-repeat: no-repeat;
}
#contents #snavi #menu li.n01 a {	background-position: 0 0;}
#contents #snavi #menu li.n02 a {	background-position: 0 -47px;}
#contents #snavi #menu li.n03 a {	background-position: 0 -94px;}
#contents #snavi #menu li.n04 a {	background-position: 0 -141px;}
#contents #snavi #menu li.n05 a {	background-position: 0 -188px;}
#contents #snavi #menu li.n06 a {	background-position: 0 -235px;}
#contents #snavi #menu li.n07 a {	background-position: 0 -282px;}
#contents #snavi #menu li.n08 a {	background-position: 0 -329px;}
#contents #snavi #menu li.n09 a {	background-position: 0 -376px;}
#contents #snavi #menu li.n10 a {	background-position: 0 -423px;}

#contents #snavi #menu li.n01 a:hover {	background-position: -220px 0;}
#contents #snavi #menu li.n02 a:hover {	background-position: -220px -47px;}
#contents #snavi #menu li.n03 a:hover {	background-position: -220px -94px;}
#contents #snavi #menu li.n04 a:hover {	background-position: -220px -141px;}
#contents #snavi #menu li.n05 a:hover {	background-position: -220px -188px;}
#contents #snavi #menu li.n06 a:hover {	background-position: -220px -235px;}
#contents #snavi #menu li.n07 a:hover {	background-position: -220px -282px;}
#contents #snavi #menu li.n08 a:hover {	background-position: -220px -329px;}
#contents #snavi #menu li.n09 a:hover {	background-position: -220px -376px;}
#contents #snavi #menu li.n10 a:hover {	background-position: -220px -423px;}

#contents #main {
	float: right;
	width: 588px;
}

#contents .pgtp {
	clear: both;
	padding-top: 10px;
	text-align: right;
}

#contents rp,
#contents rt {	font-size: 75%;	font-weight: normal;}

/*-----footer-----*/
#footer {
/*	clear: both;*/
	width: 850px;
	margin: 0;
}
#contact {	padding: 0 0 29px 10px;}
#contact h2 {
	float: left;
	width: 364px;
	height: 59px;
	background: url(../img/temp/contact_ttl.jpg) no-repeat;
	text-indent: -9999px;
}
#contact p.btn {
	float: left;
	width: 220px;
}
#contact p.tel {
	float: left;
	width: 246px;
}
#contact p.btn a {
	display: block;
	height: 59px;
	background: url(../img/temp/contact_btn.jpg) no-repeat;
	text-indent: -9999px;
}
#contact p.btn a:hover {	background-position: 0 -59px;}
#footer .btn_navi {
	padding: 4px 0 3px 10px;
	background-color: #ebe5de;
	color: #646464;
}
#footer .btn_navi a {
	font-size: 91%;
	text-decoration: none;
	color: #646464;
}
#footer .btn_navi a:hover {
	color: #0f58a6;
	text-decoration: underline;
}
#footer p.copyright {
	padding: 3px 10px;
	color: #787878;
	text-align: right;
	font-size: 91%;
	letter-spacing: 2px;
}





