@charset "utf-8";
/*--------------------------------------------------------------------------------
	2010.09.30　COCORO WORKS NAGAKI
--------------------------------------------------------------------------------*/
@import url("reset.css");

body {
 font-size: 62.5%; /* Set fonts using ems. ex. 1.0em = 10px */
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
 background-color: #f6f6f6;
 background-image: url(../images/bg.jpg);
 background-position: center top;
 background-repeat: no-repeat;
 min-width: 200px;
 min-height: 250px;



}
html>/**/body {
  font-size: 10px; /* Except IE */
}
/*--------------------------------------------------------------------------------
	clearfix
--------------------------------------------------------------------------------*/
.cfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cfix {
  min-height: 1px;
}

* html .cfix {
  height: 1px;
 }

/*--------------------------------------------------------------------------------
	wrapper style
		border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
--------------------------------------------------------------------------------*/
#wrapper {
	font-size: 1.2em;
	text-align: center;
	width: 200px;
	height: 250px;
	margin: -125px 0 0 -100px;
  	position: absolute;
  	top: 50%;
  	left: 50%;

}
#wrapper p {
	margin-bottom: 10px;
	line-height: 1.7;
}
#wrapper p a:hover {
	text-decoration: underline;	
}
/*--------------------------------------------------------------------------------
	header style
--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
	globalNavi style
--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
	globalNavi action style
--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
	container style
--------------------------------------------------------------------------------*/
#container {
	padding: 10px 10px 0 10px;
	width: 900px;
	height: auto;
}
#container h1 {
	text-align: right;
	margin-bottom: 10px;
}
/*--------------------------------------------------------------------------------
	right_box style
--------------------------------------------------------------------------------*/
#right_box {
	width: 377px;
	height: 580px;
	float: right;
	text-align: left;
}
h2#logo a{
	width: 377px;
	height: 116px;
	display: block;
	text-indent: -9999px;
	overflow: auto;
	background: url(../images/img__03.gif) no-repeat;
}
a#map {
	background: url(../images/img__11.gif) no-repeat;
	width: 377px;
	height: 173px;
	display: block;
	text-indent: -9999px;
}
a#map:hover, a#map.hover {
	background-position: 0 -173px;	
}
#form_link {
	width: 377px;
	height: 41px;
	background: #a3d5c0;
	display: block;
}
#form_link a{
	background: url(../images/img__15.gif) no-repeat;
	float: left;
	width: 188px;
	height: 41px;
	display: block;
	text-indent: -9999px;
}
#form_link li {
	float: left;	
}
a#inq, a#rese {
	background-position: 0 0;
	
}
a#rese {
	background-position: -186px 0;
}
a#inq:hover, a#inq.hover {
	background-position: 0 -41px;	
}
a#rese:hover, a#rese.hover {
	background-position: -186px -41px;	
}
/*--------------------------------------------------------------------------------
	left_box style
--------------------------------------------------------------------------------*/
#left_box {
	width: 523px;
	height: auto;
	float: left;
	text-align: left;
}
/*--------------------------------------------------------------------------------
	footer style
--------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 900px;
	text-align: left;
	padding-top: 10px;
	height: 110px;


}

/*--------------------------------------------------------------------------------
	staffLogo action style
--------------------------------------------------------------------------------*/
