@charset "UTF-8";

/**
* HEXE flower Mashiro CSS
* Created by Kazuki Hamasaki
*/

html {
	overflow-y: scroll;
}

body {
	line-height: 150%;
}

h1 {
	font-size: 197%;
	margin: 30px 10px;
}

h2 {
	font-size: 123.1%;
	margin: 10px 40px;
}

#top_img {
	margin: 0;
}

div#wrap {
	width: 800px;
	margin: 0 auto;
	line-height: 150%;
	margin-top: 50px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#header {}

#logo {
	float: left;
}

#description {
	float: right;
	margin-top: 20px;
	background-color: #fff;
	color: #555;
}

#body {
	margin-bottom: 10px;
}

#body p {
	margin-left: 30px;
	margin-bottom: 10px;
}

#footer {}

div#menu ul {
	width: 100%;
	list-style-type: none;
}

div#menu ul li {
	float: left;
	width: 100px;
	height: 40px;
	background-color: #006400;
	color: #fff;
	font-size: 131%;
	text-align: center;
	overflow: hidden;
}

div#menu ul li a {
	display: block;
	height: 100%;
	padding-top: 10px;
	background-color: inherit;
	background-image: url("../img/menu.jpg");
	background-position: top;
	color: #fff;
	text-decoration: none;
	vertical-align: bottom;
}

div#menu ul li a:hover {
	background-position: bottom;
}

div#footer p {
	background-color: #fff;
	color: #666;
	text-align: right;
}

/** Work */
ul#thumbnails li {
	float: left;
	margin: 20px;
	padding: 5px;
	padding-bottom: 0px;
	background-color: #ccc;
}

ul#thumbnails li:hover {
	background-color: #3cb371;
}

/** Shop */
dl {
	margin-left: 100px;
	list-style-type: square;
}

dt {
	display: list-item;
	float: left;
	width: 200px;
	height: 30px;
}

dd {
	height: 30px;
}


/** Link */
ul#link {
	margin-left: 50px;
}

ul#link li {
	list-style-type: square;
	margin-bottom: 15px;
}

/** Shop */
.yahoo_map {
	margin-left: 70px;
}


/**clearfix*/
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
