@charset "utf-8";

/* CSS Document */
/* SKECHERS     */


/* IMPORT
---------------------------------------------*/
@import url("news.css");
@import url("campaign.css");
@import url("shopinfo.css");


/* link 
---------------------------------------------*/
a:link{ color:#002135; text-decoration: underline;}
a:visited{ color:#777777; text-decoration:underline;}
a:hover{ color:#cd0e0e; text-decoration:underline;}


/* body
------------------------------------------- */
body {
	margin:0;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(../images/bg_blue.jpg) repeat-x;
	background-color:#4ac9fe;
}

/* header
------------------------------------------- */
#header{
	width:900px;
	height:28px;
	margin:8px auto;
	text-align:left;
}

div#header img{
	vertical-align:bottom;
}

div#header ul{
	margin:0;
	padding:0;
}

div#header li{
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
}

div#header li.menu{
	font-size:11px;
	float:right;
	padding:17px 20px 0 0;
}
div#header li.menu a {
	color:#FFF;
}

div#header li.brandLogo{
	float:right;
}


/* main
------------------------------------------- */
#main{
	width:900px;
	margin:0 auto;
	clear:both;
	text-align:left;
}

.pankuzu{
	width:650px;
	 margin:1.2em auto;
	 color:#777777;
	 width:670px;
	 text-align:left;
	 font-size:12px;
}

/* footer
------------------------------------------- */
#footer{
	width:900px;
	margin:3px auto 0 auto;
	font-size:11px;
	line-height:120%;
	color:#FFFFFF;
	text-align:left;
}

div#footer p.noticeArea{
	width:560px;
	margin:5px 0 0 0;
	float:left;
}

div#footer p.copyright{
	text-align:right;
	margin:5px 0 0 0;
	float:right;
}

.clear{
	clear:both;
}
.notice{
	color:#cc0000;
}

#alert-message {
	padding-top: 200px;
	text-align:center;
	color: #333333;
	font-size: 14px;
}

#alert-message img{
	margin-bottom:5px;
	border:none;
}

.testNote{
	width:900px;
	margin:5px auto 0 auto;
	padding:0;
	text-align:left;
	font-size:100%;
	font-weight:bold;
	color:#0765ae;
	}
.testNote dt{
	float:left;
	margin:0 0 1em 0;
	padding:0;
	width:2em;
	}
.testNote dd{
	_height: 1%; /* Hack for Win IE6 */
	margin:0 0 1em 3em;
	padding:0;
	}

