@charset "UTF-8";

/*--------------------
	タグ
--------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-size: medium;
	line-height: 150%;
	background: url(../img/common/head-back.jpg) repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 30px 0;
	padding: 0;
	font-size: xx-large;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #03F;
}

p a img {
	border: none;
}

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

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac ¥*/
*html.clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*--------------------
	共通レイアウト
--------------------*/

#container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 950px;
}

div#head {
	margin: 0;
	padding: 0;
}

div#head h1 a {
	background: url(../img/common/title.jpg) no-repeat;
	height: 140px;
	width: 503px;
	text-indent: -9999px;
	display: block;
}

div#main {
	width: 751px;
	float: left;
}

div#right {
	width: 160px;
	float: right;
}

div#right div#download {
	margin: 30px 0 15px 0;
	border: 1px solid #03F;
	padding:0;
}

div#right div#download p {
	margin: 10px;
	font-size: small;
}

div#right div#download p img {
	padding-left: 3px;
}

div#footer {
	margin: 20px 0;
	background: url(../img/common/footer-back.gif) repeat-x;
	height: 27px;
	text-align: center;
}

div#footer img {
	margin-top: 8px;
}

div#foot-xabon {
	width: 100px;
	margin: 5px auto;
}

div#flow {
	width: 589px;
	margin: 50px auto;
}

/*--------------------
	メニュー部分
--------------------*/

ul#menu {
	background: url(../img/common/menu-back.gif) repeat-x;
	margin: 0;
	padding: 0;
	height: 50px;
	margin-left: 150px;
	border-left: 1px #ccc solid;
}

ul#menu li {
	border-right: 1px #ccc solid;
	width: 150px;
	height: 50px;
	display: block;
	float: left;
	text-align: center;
	text-indent: -9999px;
	list-style: none;
}

ul#menu li a {
	display: block;
	width: 150px;
	height: 50px;
}

/* ページ表示中のメニュー */
ul#menu li#about {
	background: url(../img/common/menu-about.gif) no-repeat 0 -50px;
}

ul#menu li#search {
	background: url(../img/common/menu-search.gif) no-repeat 0 -50px;
}

ul#menu li#review {
	background: url(../img/common/menu-review.gif) no-repeat 0 -50px;
}

ul#menu li#sell {
	background: url(../img/common/menu-sell.gif) no-repeat 0 -50px;
}

/* リンク有効時のメニュー */
ul#menu li#about a {
	background: url(../img/common/menu-about.gif) no-repeat 0 0;
}

ul#menu li#search a {
	background: url(../img/common/menu-search.gif) no-repeat 0 0;
}

ul#menu li#review a {
	background: url(../img/common/menu-review.gif) no-repeat 0 0;
}

ul#menu li#sell a {
	background: url(../img/common/menu-sell.gif) no-repeat 0 0;
}

/* hover時のメニュー */

ul#menu li#about a:hover {
	background: url(../img/common/menu-about.gif) no-repeat 0 -50px;
}

ul#menu li#search a:hover {
	background: url(../img/common/menu-search.gif) no-repeat 0 -50px;
}

ul#menu li#review a:hover {
	background: url(../img/common/menu-review.gif) no-repeat 0 -50px;
}

ul#menu li#sell a:hover {
	background: url(../img/common/menu-sell.gif) no-repeat 0 -50px;
}
