/* Base
---------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	color: #292929;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

img { border: none; vertical-align: bottom; }

a:link    { color: #292929; text-decoration: none; }
a:visited { color: #292929; text-decoration: none; }
a:hover   { color: #10a209; text-decoration: none; }
a:active  { color: #CCFF00; text-decoration: none; }


/* headWrap
---------------------------------------*/

#headWrap {
	background: url(../images/common/headBack.gif) repeat-x top left;
	padding-bottom: 2px;
}

#headWrap .headCnt {
	width: 900px;
	text-align: left;
	margin: 0px auto;
}

#headWrap .headCnt h1 {
	font-size: 85%;
	text-align: right;
	line-height: 1;
	color: #FFF;
	padding: 3px 0px 5px 0px; 
}


#headWrap .headCnt .headRight {
	width: 601px;
	float: right;
	text-align: right;
	padding-top: 0px;
}


#headWrap .headCnt .headRight:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #headWrap .headCnt .headRight {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}





#headWrap .headCnt .headLeft {
	width: 273px;
	padding-top: 0px;
}


#headWrap .headCnt .bt {
	clear: both;
	width: 900px;
	position: relative;
}

#headWrap .headCnt .bt .list {
	position: absolute;
	top: 15px;
	left: 212px;
	width: 36px;
}

#headWrap .headCnt .bt li {
	display: inline;
}


/* contentWrap
----------------------------------------*/

#contentwrap {
	width: 900px;
	margin: 0px auto;
	background: url(../images/common/contentBack.gif) repeat-y top left;
}

/*--top--*/
#contentTopwrap {
	width: 900px;
	margin: 0px auto;
}


#contentTopwrap  .headImage {
	margin-top: 7px;
}


#contentwrap  .headImage {
	margin-top: 7px;
}

#contentTopwrap .shopNav {
	position: relative;
	width: 900px;
}

#contentTopwrap .shopNav .shopBt {
	position: absolute;
	left: 510px;
	top: 26px;
}

#contentwrap .side {
	float: left;
	width: 230px;
	padding-bottom: 5px;
}

#contentwrap .side .sideBt {
	padding-bottom: 15px;
}

#contentwrap .side .sideBt li{
	padding-bottom:  10px;
}

#contentwrap .side .sideNewsBan {
	padding-top: 15px;
}

#contentwrap .side .sideNewsBan li{
	padding-bottom: 10px;
}

#contentwrap .content {
	float: right;
	width: 637px;
	margin-top: 22px;
	text-align: left;
}

#contentwrap .pagetop {
	clear: both;
	text-align: right;
	width: 900px;
	padding-top: 10px;
}

/*--top--*/
#contentTopwrap .pagetop {
	width: 900px;
	text-align: right;
	padding: 10px 0px 0px 0px;
}


/* footWrap
--------------------------------------*/

#foorWrap {
	background: url(../images/common/footBack.gif) repeat-x bottom left;
}

#foorWrap .foot {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/common/footLine.gif) repeat-x top left;
	padding-top: 7px;
	margin-top: 15px;
}

#foorWrap .foot .footNav {
	padding-bottom: 50px;
	font-size: 85%;
}

#foorWrap .foot .footNav .copy {
	padding-top: 15px;
}



