@charset "utf-8";
/* CSS Document */
html { margin-top: 0px !important; }
* html body { margin-top: 0px !important; height: 100%; }
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
* html body {	/* for IE6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 13px;
    line-height: 1.6;
	color: #333;
	background: #FFF;
}

a {  
	overflow:hidden;
	outline: none; 
}

a img, img {
	border:0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

body {
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#logo {
	float: left;
	height: 96px;
	width: 427px;
}
h1 {
	font-size: 11px;
	color: #FFF;
	float: right;
	font-weight: normal;
	width: 573px;
	text-align: right;
	height: 96px;
}


#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/comon/header_bg.png);
	background-repeat: no-repeat;
	height: 349px;
	width: 1000px;
	padding-bottom: 30px;
}

#header ul {
	display: block;
	float: left;
	width: 400px;
	list-style-type: none;
	padding-top: 60px;
}
#header ul li a {
	display: block;
	width: 350px;
	list-style-type: none;
	background-image: url(../images/comon/header_menu1_off.png);
	background-repeat: no-repeat;
	height: 29px;
	font-size: 14px;
	color: #FFF;
	padding-top: 15px;
	padding-left: 50px;
	font-weight: bold;
	text-decoration: none;
}
#header ul li a:hover {
	display: block;
	width: 350px;
	list-style-type: none;
	background-image: url(../images/comon/header_menu1_on.png);
	background-repeat: no-repeat;
	height: 29px;
	font-size: 14px;
	color: #C00;
	padding-top: 15px;
	padding-left: 50px;
	font-weight: bold;
	text-decoration: none;
}
#fromShop {
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 160px;
}
.clear1000 {
	font-size: 0px;
	clear: both;
	height: 0px;
	width: 1000px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 50px;
}
#copyright {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#lineup {
	width: 760px;
}
#lineup h3 {
	width: 730px;
	background-image: url(../images/h3.png);
	background-repeat: no-repeat;
	height: 23px;
	color: #FFF;
	font-size: 14px;
	padding-left: 30px;
}

#lineup dl {
	width: 100%;
	padding-top: 50px;
}
#lineup dl dt {
	width: 200px;
	padding-right: 20px;
	float: left;
}
#lineup dl dd {
	width: 535px;
	float: right;
}
#lineup dl dd p {
	color: #FFF;
	font-size: 14px;
	letter-spacing: -0.1em;
}
#lineup dl dd h4 {
	color: #26FFFF;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
}

#clear {
	font-size: 0px;
	clear: both;
	height: 0px;
}
.detailTopBtn {
	margin-top: 30px;
}