@charset "shift_jis";

/* Basic Settings -----------------------------*/

* {
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
}
img {
	border: 0;
	vertical-align: bottom;
}
div#whole{
	background: url("../images/wl_merch_head_zab.jpg");
	background-repeat: no-repeat;
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
a:link{
	color: #0088E4;
	text-decoration: none;
}
a:visited{
	color: #6E4987;
	text-decoration: none;
}
a:active{
	color: #66CCFF;
	text-decoration: underline;
}
a:hover{
	color: #0088E4;
	text-decoration: underline;
}
a.linkArrow1{
	background: url("../../images/link_arrow1.gif") no-repeat 0 .1em;
	padding: 0 0 10px 15px;
}

.hideTag{
	position: absolute;
	left: -9999px;
}

/*title (base.cssを上書き)
---------------------------------*/
h1 {
	float: left;
	width: 400px;
	padding: 0;
}

/*bread crumbs (base.cssを上書き)
---------------------------------*/
p#bread-crumbs {
	float:right;
	width: 380px;
	margin: 15px 0;
	padding: 0;
	color: #aaaaaa;
	text-align: right;
}

/* Contents -----------------------------*/
.pad0 {
	margin:20px 0 30px 0;
}

#contents {
	background:url(../images/base.gif) no-repeat;
	width: 780px;
	height: 450px;
	margin: 0px 10px 0px 10px;
	text-align:center;
}


/* clearfix -----------------------------*/

.clrfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clrfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clrfix {height: 1%;}
.clrfix {display: block;}
/* End hide from IE-mac */
