@charset "utf-8";

body {
	line-height: 1.4;
	color: #333;
	background: #fff;
}

/* Anchors
---------------------------------------- */
a {
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active {
}


/* Base
---------------------------------------- */
#wrapper {
	background: #cbebfb url(../img/body_bg.jpg) repeat-x;
}

#container {
	background: url(../img/container_bg.gif) center top repeat-y;
}

#container2 {
	background: url(../img/container2_bg.jpg) center top no-repeat;
	padding-bottom: 20px;
}

#contents {
	width: 890px;
	margin: 0 auto;
}

#contentsInner {
	width: 850px;
	margin: 20px auto 0;
	position: relative;
}

.pagetop {
	text-align: right;
	margin: 15px 0 5px;
}


/* header
---------------------------------------- */
#header {
	width: 890px;
	margin: 0 auto;
	padding: 16px 0;
}

#header p {
	width: 165px;
	float: left;
}

#header h1,
#header p.headerTitle {
	width: 275px;
	float: right;
}

/* gnavi
---------------------------------------- */
ul.gNavi {
	width: 873px;
	height: 86px;
	background: url(../../collection/img/gnavi_bg.gif) no-repeat;
	padding: 10px 5px 0 12px;
	margin: 0 auto;
}

ul.gNavi li {
	margin-right: 7px;
	padding-bottom: 8px;
	float: left;
	display: inline;
}

ul.gNavi li img {
	vertical-align: bottom;
}

ul.gNavi li.current {
	border-bottom: 4px solid #f90;
}


/* footer
---------------------------------------- */
#footer {
	background: #fff url(../img/footer_bg.gif) 0 164px repeat-x;
}

#footer img {
	vertical-align: bottom;
}

/*
#footer .banners {
	width: 800px;
	margin: 0 auto 25px;
	padding-top: 14px;
}

#footer .banners li {
	margin-right: 10px;
	float: left;
}

#footer .banners li.last {
	margin-right: 0
}

*/

#footer .banners {
	width: 890px;
	margin: 0 auto 20px;
	padding-top: 10px;
}

#footer .banners p {
	float: left;
	margin-right: 10px;
}

#footer .banners p.last {
	margin-right: 0;
}

#footer .banners p a {
	width: 207px;
	height: 136px;
	background: url(../img/bg_banner.gif) no-repeat;
	padding: 4px;
	display: block;
}

#footer .banners p a:hover {
	background: url(../img/bg_banner_o.gif) no-repeat;
}




#footer .links {
	width: 665px;
	margin: 0 auto 24px;
	padding-left: 135px;
}

#footer .links li {
	margin-right: 18px;
	padding-right: 20px;
	background: url(../img/footer_link_border.gif) right top no-repeat;
	float: left;
}

#footer .links li.last {
	background: none;
}

#footer .copyright {
	width: 890px;
	margin: 0 auto;
	padding-bottom: 15px;
}

#footer .copyright .team {
	width: 485px;
	float: left;
}

#footer .copyright .crocs {
	width: 100px;
	float: right;
	margin-top: 5px;
}




/* clearfix
---------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}
