@charset "utf-8";

/*

	Description : 共有設定

*/

/* reset
----------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul li {
	list-style: none;
}

ol li {
	margin-left: 1.8em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img {
	border: none;
	vertical-align: bottom;
}

hr {
	display:none;
	clear: both;
}

sub {
	font-size: 70%;
	vertical-align: baseline;
}

address {
	font-style: normal;
}

/* base
----------------------------------------------------------- */

body {
	background: #F4F3F9;
	color: #231815;
	text-align: center;
	font-size: 75%;
	line-height: 1.4;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #E85298;
}

a:link,
a:visited {
	text-decoration: none;
	/**/
	overflow: hidden;
	/**/
}

a:hover,
a:active {
	text-decoration: underline;
}


/* parts
----------------------------------------------------------- */

#header  {
	width: 843px;
	margin: 0 auto;
	background: url(../../img/header_bg.png) no-repeat;
}

h1 {
	width: 400px;
	padding: 30px 0 20px 25px;
	font-weight: normal;
	text-align: left;
	float: left;
	font-size: 85%;
}

#tel {
	width: 226px;
	float: right;
	padding: 70px 35px 0 0;
	text-align: left;
}

h2 {
	font-weight: normal;
	font-size: 85%;
}

#header ul {
	width: 803px;
	clear: both;
	margin: 0 auto;
	padding-bottom: 8px;
	background: url(../../img/menu_bg.png) no-repeat bottom;
}

#header li {
	float: left;
	margin-left: 15px;
	_margin-left: 14px;
}

#header li.top {
	margin-left: 0;
}

#container {
	clear: both;
	width: 800px;
	margin: 0 auto 15px auto;
	text-align: left;
}

#experience {
	width: 209px;
	float: left;
	background: url(../../img/butterfly.png) no-repeat bottom center;
}

#experience dd {
	padding: 3px 0 30px 5px;
}

#experience span {
	color: #E85298;
}

#experience p {
	padding-left: 5px;
}

#experience p img {
	margin-top: 3px;
}

#mainPhoto {
	width: 577px;
	float: right;
	padding-top: 5px;
}

#contents {
	clear: both;
	width: 780px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	text-align: left;
	background: #fff;
}

#topics {
	width: 534px;
	float: left;
}

#topics li {
	float: left;
	margin-bottom: 8px;
}

#topics dl {
	background: url(../../img/topics_bg.png) no-repeat top left;
	padding: 30px 15px 15px 10px;
	position: relative;
	clear: both;
	min-height: 130px;
	height: auto !important;
	height: 130px;
}

#topics dt {
	position: absolute;
}

#topics dd {
	padding-left: 6em;
	margin-bottom: 5px;
}

#topics p img {
	vertical-align: top;
}

#map {
	width: 234px;
	float: right;
	text-align: left;
}

#map li {
	margin: 0 0 3px 3px;
}

#map li.info {
	margin: 0;
}

#footerMenu {
	width: 790px;
	margin: 0 auto;
	padding-left: 10px;
	background: #fff;
}

#footerMenu li {
	float: left;
}

#footer {
	width: 770px;
	margin: 0 auto;
	padding: 15px 15px 50px 15px;
	background: url(../../img/contents.png) no-repeat top left #fff;
	clear: both;
}

#footer dl {
	width: 211px;
	background: url(../../img/reservation.png) no-repeat;
	border-right: 3px solid #8F82BC;
	margin-left: 173px;
	_margin-left: 90px;
	padding: 40px 10px 0 0;
	text-align: left;
	float: left;
}

#footerContents {
	width: 370px;
	float: left;
	text-align: left;
}

#footerContents p,
h3 {
	padding-left: 10px;
}

#footerContents p {
	color: #8F82BC;
	font-size: 88%;
}

h3 {
	margin-bottom: 10px;
}

.mail {
	border-top: 3px solid #8F82BC;
	margin-top: 3px;
	padding-top: 5px;
	text-align: right;
}

address {
	text-align: right;
	font-size: 80%;
}

#ninja {
	display: none;
}

/* specer
----------------------------------------------------------- */

.mr5 {
	margin-right: 5px;
}


/* clearfix
----------------------------------------------------------- */

#header ul:after,
#container:after,
#contents:after,
#topics ul:after,
#footerMenu:after,
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
