@charset "utf-8";

/*************************************
 *	Main Style Sheet
 ************************************/

body,
p,ul,ol,dl,dt,dd,table,th,td,
form,select,option,br {
	margin:0;
	padding:0;
	font-style:normal;
	text-decoration:none;
	color:#CCCCCC;
	font-size:12px;
	line-height:150%;
	clear:both;
}

/*************************************
 *	default
 ************************************/

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0; 
	font-weight: normal;
	font-size: 12px;
}

a, a:link {
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	color:#555512;
	text-decoration:underline;
}

img {
	border:0px;
}

ul {
	margin:0px;
	list-style:none;
}

body {
	text-align:center;
	margin:0 auto 0 auto;
	background:url( "/images/bg_stripe.gif" );
	line-height:150%;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*************************************
 *	大枠
 ************************************/

#rap {
	text-align:center;
	margin:30px auto 50px auto;
	padding:0px;
	width:745px;
	clear:both;
}

#rap div.lf {
	margin:0 30px 20px 0;
	float:left;
}

#rap div.lf img.pop, #rap div.rt img.pop {
	border:1px solid #333333;
	padding:2px;
	background:#666666;
	margin:0 0 0 0;
}

#rap div.rt {
	margin:0 0 20px 0;
	float:left;
}

/*************************************
 *	Header
 ************************************/
 
/** ロゴ BOX **/

#logo_box {
	float:left;
	width:217px;
}

/** MySpace BOX **/

#myspe_box {
	float:left;
	width:260px;
}

#myspe_box h2 {
	display:block;
	float:left;
	text-indent: -9999px;
}

#myspe_box h2 a {
	height:40px;
	width:187px;
	background:url("/images/logo_myspace.gif") top left no-repeat;
	display:block;
}

#menu {
	float:left;
	width:450px;
	padding:0px;
	margin:0px;
	background:#000000;
}

#header {
	background:#000000;
	margin:0 auto 0 auto;
	padding:7px 0 7px 150px;
	text-align:center;
	clear:both;
	color:#CCCCCC;
	height:40px;
	border-bottom:1px solid #000000;
}

#header h1 {
	display:block;
	float:left;
	text-indent: -9999px;
}

#header h1 a {
	height:40px;
	width:174px;
	background:url("/images/logo.gif") top left no-repeat;
	display:block;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	height: 40px;
}

#menu li {
	display:block;
	float:left;
	height:40px;
	list-style-type: none;
	text-indent: -9999px;
}

#menu li a {
	height:40px;
	display:block;
	position:relative;
}

#menu li#cont1 a {
	background: url("/images/bt_home.gif") top left no-repeat;
	width:85px;
}

#menu li#cont2 a {
	background: url("/images/bt_merchandise.gif") top left no-repeat;
	width:192px;
}

#menu li#cont3 a {
	background: url("/images/bt_inquiry.gif") top left no-repeat;
	width:110px;
}

/*************************************
 *	MySpace Link
 ************************************/

div.a_myspe {
	background:url("/images/bg_myspace.gif") top left no-repeat #000000;
	margin:0 auto 30px auto;
	padding:15px 0 15px 0;
	clear:both;
	width:950px;
	text-align:center;
}

div.a_myspe ul {
	list-style:none;
	margin:0px;
	text-indent:200px;
	padding:0px;
}

div.a_myspe li {
	display:inline;
	margin:0 15px 0 0;
	padding:0;
	font-weight:bold;
	font-size:16px;
	vertical-align:middle;
}

/*************************************
 *	footer
 ************************************/

#footer {
	text-align:center;
	clear:both;
	color:#CCCCCC;
	padding:20px 0 20px 0;
	background:#000000;
}