a{
	color:#ff0000;
	text-decoration: underline;
}
a:hover{
	/*color:#ffffff;
	background-color:#ff0000;*/
	text-decoration: underline;
}
a:link{
	color:#ff0000;
	text-decoration: none;
}
a:visited{
	color:#ff0000;
	text-decoration: none;
}	
a:link:hover{
	/*color:#ffffff;
	background-color:#ff0000;
	text-decoration: none;*/
	text-decoration: underline;
}
a:visited:hover{
	/*color:#ffffff;
	background-color:#ff0000;
	text-decoration: none;*/
	text-decoration: underline;
}

#contena{
	/*padding:50px;
	width:800px;
	_width:900px;*/
	/*_display:inline;*/ /*IE6+5.x*/
}

#bgFL{
	position: fixed;    /*#contentの後ろ側にW100%, H500pxで配置*/
	z-index: 0;
	width:100%;
	height:100%;
}

#contents{
	position: relative;    /*通常どおりの位置に配置*/
	z-index: 1;
	padding:20px 60px;
	text-align:left;
	width:900px;
	/*height: 500px;*/
}

#header{
	padding:16px 28px 16px 28px;
	background:#000;
	width:700px;
	_width:760px;
	overflow:hidden;
}
h1{
	font-size:10px;
	float:left;
}
#header h1 a,#header h1 a:link,#header h1 a:visited{
	background:#000 url(../img/SKULL-LOGO.gif) no-repeat;
	display:block;
	height:0;
	_height:21px;
	overflow:hidden;
	padding-top:21px;
	width:90px;
}
#header h1 a:hover,#header h1 a:link:hover,#header h1 a:visited:hover{
	background-position:0 -21px;
}

#header #menuBOX{
	margin-top:5px;
	margin-right:15px;
	font-size:9px;
	float:right;
}
#header #menuBOX ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#header #menuBOX ul li{
	display:inline;
}

#header #menuBOX ul li#mABOUT a,#header #menuBOX ul li#mABOUT a:link,#header #menuBOX ul li#mABOUT a:visited{
	background:#000 url(../img/menu_ABOUT.gif) no-repeat;
	float:left;
	height:0;
	_height:15px;
	overflow:hidden;
	padding-top:15px;
	width:49px;
	margin-right:10px;
}
#header #menuBOX ul li#mCOLLECTION a,#header #menuBOX ul li#mCOLLECTION a:link,#header #menuBOX ul li#mCOLLECTION a:visited{
	background:#000 url(../img/menu_COLLECTION.gif) no-repeat;
	float:left;
	height:0;
	_height:15px;
	overflow:hidden;
	padding-top:15px;
	margin-right:10px;
	width:88px;
}
#header #menuBOX ul li#mNOTICE a,#header #menuBOX ul li#mNOTICE a:link,#header #menuBOX ul li#mNOTICE a:visited{
	background:#000 url(../img/menu_NOTICE.gif) no-repeat;
	float:left;
	height:0;
	_height:15px;
	overflow:hidden;
	padding-top:15px;
	margin-right:10px;
	width:56px;
}
#header #menuBOX ul li#mSTORE a,#header #menuBOX ul li#mSTORE a:link,#header #menuBOX ul li#mSTORE a:visited{
	background:#000 url(../img/menu_STORE.gif) no-repeat;
	float:left;
	height:0;
	_height:15px;
	overflow:hidden;
	padding-top:15px;
	margin-right:10px;
	width:75px;
}
#header #menuBOX ul li#mDEALER a,#header #menuBOX ul li#mDEALER a:link,#header #menuBOX ul li#mDEALER a:visited{
	background:#000 url(../img/menu_DEALER.gif) no-repeat;
	float:left;
	height:0;
	_height:15px;
	overflow:hidden;
	padding-top:15px;
	margin-right:10px;
	width:64px;
}
#header #menuBOX ul li#mBLOG a,#header #menuBOX ul li#mBLOG a:link,#header #menuBOX ul li#mBLOG a:visited{
	background:#000 url(../img/menu_BLOG.gif) no-repeat;
	float:left;
	height:0;
	_height:15px;
	overflow:hidden;
	padding-top:15px;
	margin-right:10px;
	width:40px;
}
#header #menuBOX ul li#mCONTACT a,#header #menuBOX ul li#mCONTACT a:link,#header #menuBOX ul li#mCONTACT a:visited{
	background:#000 url(../img/menu_CONTACT.gif) no-repeat;
	float:left;
	height:0;
	_height:15px;
	overflow:hidden;
	padding-top:15px;
	margin-right:10px;
	width:64px;
}

#header #menuBOX ul li#mABOUT a:hover,#header #menuBOX ul li#mABOUT a:link:hover,#header #menuBOX ul li#mABOUT a:visited:hover,
#header #menuBOX ul li#mCOLLECTION a:hover,#header #menuBOX ul li#mCOLLECTION a:link:hover,#header #menuBOX ul li#mCOLLECTION a:visited:hover,
#header #menuBOX ul li#mNOTICE a:hover,#header #menuBOX ul li#mNOTICE a:link:hover,#header #menuBOX ul li#mNOTICE a:visited:hover,
#header #menuBOX ul li#mSTORE a:hover,#header #menuBOX ul li#mSTORE a:link:hover,#header #menuBOX ul li#mSTORE a:visited:hover,
#header #menuBOX ul li#mDEALER a:hover,#header #menuBOX ul li#mDEALER a:link:hover,#header #menuBOX ul li#mDEALER a:visited:hover,
#header #menuBOX ul li#mBLOG a:hover,#header #menuBOX ul li#mBLOG a:link:hover,#header #menuBOX ul li#mBLOG a:visited:hover,
#header #menuBOX ul li#mCONTACT a:hover,#header #menuBOX ul li#mCONTACT a:link:hover,#header #menuBOX ul li#mCONTACT a:visited:hover
{
	background-position:0 -15px;
}


#header #menuBOX ul li#mCONTACT{
	background:#000 url(../img/menu_CONTACT.gif) no-repeat 0 -15px;
	float:left;
	height:0;
	_height:15px;
	overflow:hidden;
	padding-top:15px;
	margin-right:10px;
	width:64px;
}
#header #menuBOX ul li#mNOTICE{
	background:#000 url(../img/menu_NOTICE.gif) no-repeat 0 -15px;
	float:left;
	height:0;
	_height:15px;
	overflow:hidden;
	padding-top:15px;
	margin-right:10px;
	width:56px;
}
#header #menuBOX ul li#mSTORE{
	background:#000 url(../img/menu_STORE.gif) no-repeat 0 -15px;
	float:left;
	height:0;
	_height:15px;
	overflow:hidden;
	padding-top:15px;
	margin-right:10px;
	width:75px;
}


#cont{
	_font-size: x-small;
	font-family: 'Georgia','Times New Roman','Hiragino mincho Pro','ヒラギノ明朝 Pro','ＭＳ 明朝', serif;
	background:url(../img/BG.png) repeat;
	margin:20px 0;
	padding:50px 60px;
	height:auto !important;
	min-height:240px;
	_width:900px;
	line-height:1.9em;
	 _font-size:78%;
}

#footer{
	background:#000;
	padding:12px 28px;
	overflow:hidden;
	width:500px;
	_width:440px;
}
#footerINDEX{
	position:fixed;
	z-index:4;
	right:0px;
	left:60px;
	bottom:20px;
	overflow:hidden;
	background:#000;
	padding:12px 28px;
	_height:46px;
	width:500px;
	_width:440px;
}

.copyright{
	color:#fff;
	font-size:70%;
}

h2{
	margin-bottom:30px;
}

#cont p{
	margin:5px;
}

#cont .txtbox{
	margin:35px 0 5px 5px;
}

#cont dt{
	font-size:110%;
	margin-bottom:12px;
}

#cont dd{
	font-size:90%;
	margin-left:20px;
	margin-bottom:30px;
}


