@charset "UTF-8";

/* ■初期化
--------------------------------------------------*/
@import url("init.css");


/* ■レイアウト
--------------------------------------------------*/
body {
	background: #fff;
	text-align: center;
	}
.wrap {
	position: relative;
	width: 960px;
	margin: 0px auto;
	text-align: left;
	}

#header {
	text-align: center;
	}
#header .wrap {
	height: 320px;
	}
	
#main {
	float: left;
	width: 100%;
}
/*--------------------------------------------------*/
#footer {
	clear: both;
	background: url("../image/footer.gif") no-repeat top center;
	width: 100%;
	}
#footer .wrap {
	clear: both;
	height:50px;
	padding-top: 30px;
	text-align: center;
	}
#footer address {
	position: absolute;
	left: 120px; top: 30px;
	display: block;
	color: #999;
	}
#footer a {
	position: absolute;
	left: 525px; top: 30px;
	z-index: 10;
	display: block;
	}
#footer a#ft_sm {
	left: 730px;
	}
#footer a:hover {
	color: #f90;
	}
#footer img {
	position: absolute;
	left: 643px; top: 29px;
	z-index: 5;
	}
#footer img#ft_sm_li,
#footer img#ft_sm_li_p {
	left: 801px;
	}
#footer img.linkIcon_print {
	display: none;
	}
* html #footer img { /* IE-expression (fix png alpha) */
	behavior: expression(
		this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
		this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
		this.style.behavior = "none"
		);
	}




/* ■要素
--------------------------------------------------*/
a {
	}
a:hover {
	}
a.now {
	}
a.no {
	}
legend {
	display: none;
	}
	
/* ■ヘッダ
--------------------------------------------------*/
h1 {
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
	}
h2 {
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
	}	
#header img#titleB {
	position: relative;
	z-index: 1;
	}
#header img#headerLogo,
#header img#headerLogo_print {
	position: absolute;
	left: 675px; top:120px;
	z-index: 10;
	}
#header img#headerLogo_print {
	display: none;
	}
* html #header img#headerLogo { /* IE-expression (fix png alpha) */
	behavior: expression(
		this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
		this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
		this.style.behavior = "none"
		);
	}

#header img.linkIcon,
#header img.linkIcon_print {
	position: absolute;
	z-index: 15;
	top: 118px; left: 13px;
	}
#header img.linkIcon_print {
	display: none;
	}
* html #header img.linkIcon { /* IE-expression (fix png alpha) */
	behavior: expression(
		this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
		this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
		this.style.behavior = "none"
		);
	}	
#header a#tohome {
	display: block;
	width: 460px;			/*460=475-15*/
	height: 70px;			/*70=110-40*/
	background: #fff;
	
	position: absolute;
	z-index: 20;
	top: 105px; left: 5px;
	
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-top: 40px;
	padding-left: 15px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	}
#header a#tohome:hover {
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
	}


#header .content1,
#header .content2,
#header .content3,
#header .content4 {
	position: absolute;
	z-index: 5;
	top: 105px; right: 0px;
	height: 114px;
	background-image: none;
	padding-top: 10px;/*
	background: #fff;*/
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	}
#header .content2 * {
	color: #333;		/* 青：#00f ，黒：#000 */
	}
#header .content2 .con_head {
	margin: 0;
	padding: 0;
	border: 0;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	}
#header .content2 .con_body {
	width: auto;
	height: auto;
	background-image: none;
	padding: 0;
	padding-left: 20px;
	}
	
	
/* ■コーナー共通
--------------------------------------------------*/
.con_head,
.con_body,
.con_foot {
	padding: 0px 10px;
	}
.con_head {
	position: relative;
	margin-top: 6px;
	height: 33px;
	padding-left: 30px;
	line-height: 33px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	
	margin-left: 18px;
	padding-left: 12px;
	/*
	border-left: 5px solid #bfbfbf;*/
	border-left: 5px solid #fb0;
	}
.con_head span {
	position: absolute;
	top: 0px; right: 30px;
	font-size: 12px;
	font-weight: normal;
	}
.con_head img.linkIcon {
	position: relative;
	top: -8px; left: -4px;
	}
* html .con_head img.linkIcon { /* IE-expression (fix png alpha) */
	behavior: expression(
		this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
		this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
		this.style.behavior = "none"
		);
	}
.con_body {
	padding: 10px 20px;
	height: 260px;
	overflow: hidden;
	}

.content1,
.content2,
.content3,
.content3b,
.content4 {
	float: left;
	height: 320px;
	}

.content1 {
	width: 960px;
	background: url("../image/content/con1_head.gif") no-repeat top center;
	}
.content1 .con_head {
	}
.content1 .con_body {
	background: url("../image/content/con1_body.gif") no-repeat bottom center;
	}
	
.content2 {
	width: 480px;
	background: url("../image/content/con2_head.gif") no-repeat top center;
	}
.content2 .con_head {
	}
.content2 .con_body {
	background: url("../image/content/con2_body.gif") no-repeat bottom center;
	}
	
.content3 {
	width: 320px;
	background: url("../image/content/con3_head.gif") no-repeat top center;
	}
.content3 .con_head {
	}
.content3 .con_body {
	background: url("../image/content/con3_body.gif") no-repeat bottom center;
	}
	
.content3b {
	width: 640px;
	background: url("../image/content/con3b_head.gif") no-repeat top center;
	}
.content3b .con_head {
	}
.content3b .con_body {
	background: url("../image/content/con3b_body.gif") no-repeat bottom center;
	}
	
.content4 {
	width: 240px;
	background: url("../image/content/con4_head.gif") no-repeat top center;
	}
.content4 .con_head {
	}
.content4 .con_body {
	background: url("../image/content/con4_body.gif") no-repeat bottom center;
	}

	
#main ul li {
	margin-left: -10px;
	padding-left: 20px;
	}
#main ul li li {
	margin: 0;
	padding: 0;
	background: none;
	}
#main h4 {
	font-weight: bold;
	}
.linkIcon {
	position: relative;
	top: -1px;
	margin-left: 5px;
	}
	
.text_normal .con_head {
	color: #999;
	}
.text_normal .con_body {
	color: #333;
	}
.text_normal .con_body span {
	font-weight: bold;
	}
.text_normal h4 {
	color: #999;
	}
.text_normal ul li {
	background: url("../image/poti/arrow1k.gif") no-repeat 2px 0;
	}
.text_normal a {
	color: #999;
	}
.text_normal a:hover * {
	background: #ffffd6;
	color: #bbb;
	}
.text_normal a:hover {
	color: #f90;
	}

.text_strong * {/*
	color: #336;
	*/
	}
.text_strong .con_head {
	color: #888;
	}
.text_strong .con_body {
	color: #333;
	}
.text_strong .con_body span {
	font-weight: bold;
	}
.text_strong h4 {
	color: #f90;
	}
.text_strong ul li {
	background: url("../image/poti/arrow1y.gif") no-repeat 2px 0;
	}
.text_strong a {
	color: #999;
	}
.text_strong a:hover {/*
	color: #ccc;*/
	}
	
	

/* ■各コーナー
--------------------------------------------------*/	
#marai {
	float: right;
	}
#marai .con_head {
	}
#marai .con_body {
	}
#marai li {
	position: relative;
	margin-top: 10px;
	}
#marai li.fc {
	margin-top: 0;
	}
#marai img.photo,
#marai img.photo_print {
	margin-left: 5px;
	float: right;
	display: inline;
	clear: both;
	}
#marai img.photo_print {
	display: none;
	}
* html #marai img.photo { /* IE-expression (fix png alpha) */
behavior: expression(
	this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
	this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
	this.style.behavior = "none"
	);
	}
#marai a {
	position: absolute;
	left: 0; top: 0;
	display: block;
	width: 100%;
	height: 60px;
	z-index: 10;
	text-align: right;
	padding-right: 0px;
	padding-top: 0px;
	font-weight: bold;
	color: #444;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	
	overflow: hidden;
	}
#marai a:hover {
	background: #ff9;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
	}
#marai a span {
	display: block;
	width: 100%;
	height:100%;
	cursor: pointer;
	background: none;
	color: #444;
	position: relative;
	}
* html #marai ul li.toBlog h4 {
	position: relative;
	top: 3px;
	}
* html #marai ul li.toBlog h4 img {
	position: relative;
	top: -4px;
	}
	

#service {
	}
#service .con_head {
	}
#service .con_body {
	}
#service p {
	padding: 0 10px;
	}
#service ol {
	float: left;
	width: 582px;
	height: 212px;
	display: inline;
	margin-top: 10px;
	margin-left: 9px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	}
#service li {
	position: relative;
	display: block;
	float:left;
	width: 290px;
	height: 105px;
	overflow: hidden;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#service li.tall {
	float: right;
	height: 211px;
	}
#service a {
	position: absolute;
	left: 0; top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: right;
	padding-right: 0px;
	padding-top: 2px;
	font-size: 21px;
	font-weight: bold;
	color: #444;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	
	overflow: none;
	}
#service a:hover {
	background: #ff9;
	-moz-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity=30);
	}
#service a span {
	display: block;
	width: 100%;
	height:100%;
	cursor: pointer;
	}
#service li li {
	display: list-item;
	width: 270px;
	margin: 0;
	float: none;
	height: auto;
	border: none;
	z-index: 0;
	}
#service ol li h4 {
	margin-left: 17px;
	z-index: 5;
	}
* html #service ol li h4 {	/* IE6 */
	padding-top: 3px;
	line-height: 20px;
	height: 20px;
	}
* html #service ol li h4 img {
	margin-top: -4px;
	}
*:first-child+html #service ol li h4 {	/* IE7 */
	padding-top: 3px;
	line-height: 20px;
	height: 20px;
	}
*:first-child+html #service ol li h4 img {
	margin-top: -4px;
	}
#service li p {
	margin: 0 5px;
	padding: 0;
	}


	
#room {
	}
#room .con_head {

	}
#room .con_body {
	}
#room p {
	padding: 0 10px;
	}
#room ol {
	float: left;
	width: 584px;
	height: 191px;
	display: inline;
	margin-top: 10px;
	margin-left: 9px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	}
#room li {
	display: block;
	float:left;
	width: 145px;
	height: 190px;
	overflow: hidden;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	}
#room li li {
	display: list-item;
	width: auto;
	margin: 0;
	float: none;
	height: auto;
	border: none;
	}
#room ol li h4 {
	}
#room li p {
	margin: 0 5px;
	padding: 0;
	text-align: left;
	}
#room img {
	margin: 5px 0 20px 0;
	}
	
	
#staff {/*
	background: url("../image/content/con2_k.gif") no-repeat;
	*/
	}
#staff .con_head {
	}
#staff .con_body {
	}
#staff img {
	float: left;
	}
#staff p {
	padding: 0 10px;
	}
#staff ol {
	float: left;
	width: 432px;
	height: 250px;
	display: inline;
	margin-top: 5px;
	margin-left: 5px;
	}
#staff li {
	display: block;
	float:left;
	width: 215px;
	height: 82px;
	overflow: auto;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#staff li.right {
	border-right: 0px;
	}
#staff li.bottom {
	border-bottom: 0px;
	}
#staff ol li h4 {
	margin-left: 17px;
	}
#staff li p {
	margin: 0 5px;
	padding: 0;
	}
	
#companyData {
	clear: both;
	position: absolute;
	top: 320px;
	right: 0px;
	}
#companyData .con_head {
	}
#companyData .con_body {
	}
#companyData .con_body li.tel{
	width: 250px;
	display: block;
	}
#companyData .com_body ul {
	width: 280px;
	}
#companyData h4 {
	display: block;
	width: 60px;
	float: left;
	}
#companyData .big1 {
	height: 60px;
	}
#companyData .big1 h4 {
	height: 60px;
	}
#companyData .big2 h4 {
	height: 40px;
	}
* html #companyData img.linkIcon {
	margin-top: -2px;
	}
*:first-child+html #companyData img.linkIcon  {	/* IE7 */
	margin-top: -2px;
	}
	

#time {
	clear: both;
	position: absolute;
	top: 320px;
	right: 0px;
	}
#time .con_head {
	}
#time .con_body {
	}
#time table {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #ccc;			/* k:ccc, r:f9d, y:fb0, g:6c3, b:8bf */
	border-left: 1px solid #ccc;
	}
#time tr {
	}
#time th,
#time td {
	width: 20px;
	height: 20px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
#time th {
	background: #e6e6e6;						/* k:e6e6e6, r:fdd, y:, g:cf9, b: */
	font-weight: normal;
	}
#time td {
	}
#time .lineHead {
	width: 97px;
	}
#time img {
	float: left;
	}
#time li.address {
	margin-top: 20px;
	}

	
#accessMap {
	}
#accessMap .con_head {
	}
#accessMap .con_head span img.linkIcon_print {
	display: none;
	}
* html #accessMap .con_head span {	/* IE6 */
	padding-top: 11px;
	}
* html #accessMap .con_head span img {
	margin: 3px -3px 0 3px;
	}
*:first-child+html #accessMap .con_head span {	/* IE7 */
	padding-top: 5px;
	}
*:first-child+html #accessMap .con_head span img {
	margin: 4px -3px 0 3px;
	}
#accessMap .con_body {
	}
#accessMap img.map {
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	}
#accessMap ul {
	display: block;
	width: 190px;
	float: left;
	margin-top: 10px;
	}
* html #accessMap ul {	/* IE6 */
	padding-left: 0;
	margin-left: -2px;
	width: 194px;
	}
* html #accessMap ul li {
	padding-left: 23px;
	background-position: 5px 0;
	}
#accessMap a {
	}
#accessMap a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	}

	
#contact {
	}
#contact .con_head {
	}
#contact .con_body {
	position: relative;
	}
#contact .con_body li {
	clear: both;
	}
input.ask_ins,
textarea {
	border: 1px solid #ccc;
	}
input.ask_ins:focus,
textarea:focus {
	background: #ffd;
	}
input.submit {
	color: #555;
	background: #ddd;
	cursor: pointer;
	}
label {
	display: block;
	width: 60px;
	float: left;
	font-weight: bold;
	color: #999;
	}
input {
	width: 240px;
	margin-top: 1px;
	padding: 0 5px;
	
	height: 20px;
	}
textarea {
	width: 350px;
	height: 120px;
	overflow: auto;
	margin-top: 1px;
	padding: 0 5px;
	}
input#formtext_1 {
	width: 350px;
	}
input#formtext_3 {
	}
input#formsubmit_1 {
	width: 60px;
	height: 25px;
	position: absolute;
	bottom: 20px; right: 30px;
	}

/*ＩＥ６用ハック：開始　/　付記：今回フォームのハックは、どのブラウザにも基準をおかない大変醜いソースコード*/
* html #contact .con_body li {
	padding-left: 23px;
	background-position: 5px 0;
	}
/*ＩＥ６用ハック：終了*/


/*オペラ用ハック：開始*/
#contact .con_body li.opera:not(\*|*) {
	margin-top: 5px;
	}
textarea:not(\*|*) {
	margin-bottom: -5px;
	}
input#formsubmit_1:not(\*|*) {
	bottom: 30px;
	}
/*オペラ用ハック：終了*/

/*サファリ３用ハック：開始*/
html:not(:only-child:only-child) #contact .con_body li.ff1 {
	position: relative;
	top: 1px;
	}
html:not(:only-child:only-child) #contact .con_body li.ff2 {
	position: relative;
	top: 2px;
	}
html:not(:only-child:only-child) #contact .con_body li.opera {
	margin-top: -1px;
	position: relative;
	top: -1px;
	}
html:not(:only-child:only-child) #contact .con_body li.sf1 {
	margin-top: 1px;
	}
html:not(:only-child:only-child) #contact .con_body li.sf2 {
	margin-top: 1px;
	margin-bottom: -2px;
	}
html:not(:only-child:only-child) input#formsubmit_1 {
	bottom: 28px;
	}
/*サファリ３用ハック：終了*/

/*ファイヤーフォックス用ハック：開始*/
#contact .con_body li.ff1, x:-moz-read-only {
	position: relative;
	top: 2px;
	}
#contact .con_body li.ff1, x:x {
	top: 0px;
	}
#contact .con_body li.ff2, x:-moz-read-only {
	position: relative;
	top: 3px;
	}
#contact .con_body li.ff2, x:x {
	top: 0px;
	}
input#formsubmit_1, x:-moz-read-only {
	bottom: 24px;
	}
input#formsubmit_1, x:x {
	bottom: 20px;
	}
/*ファイヤーフォックス用ハック：終了*/


#qr_handheld {
	display: none;
	}
#qr_handheld .con_body {
	position: relative;
	}
#qr_handheld img {
	float: right;
	}