/* 全体の設定 */
html{
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
/*
	background: #ffffff;
*/
	text-align: left;
	font-size: 11px;
	color:#000000;
	font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "MS Pゴシック";
	line-height: 17px;
	width:100%;
	height: 100%;
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url(/img/cibone_menubk.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
img {
	border: none;
}
ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration:none;
	color: #000000;
}

/*　clearfixハック　*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* MacIE5以外 ¥*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* MacIE5以外終わり */

* html div#wrap{
	height:100%;
}
div#wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
/*
	padding-bottom: 0;
*/
	text-align: left;
/*
	min-height: 100%;
*/
	float: left;
	position:relative;
	overflow:hidden;
}
* html body div#wrap{
	overflow:visible;
}
div#contents
	overflow: auto;
}
body > #wrap {
    height: auto;
}

#header{
	background-color: #000000;
	padding-top: 30px;
	padding-left: 40px;
	height: 110px;
	/*width: 820px;*/
	width:100%;
	padding-right: 40px;
}
#header_contents{
	width: 820px;
}
#logo{
	width: 156px;
	float: left;
}
#sound{
	float:left;
	margin-top: 30px;
	margin-left:570px;
	height: 41px;
	width: 92px;
}
#sound img{
	padding-left: 10px;
}
div#contents{
	padding-right: 40px;
/*
	padding-bottom: 20px;
*/
	width: 860px;
}
* html body div#contents{
	overflow:visible;
}

#menu{
	width: 160px;
	float: left;
	background-color: #DADADA;
	margin-right: 40px;
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 20px;
}
#main{
	float: left;
	width: 620px;
	margin-top: 40px;
	text-align: left;
	padding-bottom: 20px;
	height: 100%;
}
#main, #menu{
/*
	padding-bottom:32768px;
	margin-bottom:-32768px;
*/
}
#footer{
	height: 0px;
	width: 200px;
	line-height: 0.1px;
	visibility: hidden;
}


/*menu部分詳細*/
#menu_list{
	color:#666666;
}
#item_list{
	padding-left: 20px;
	padding-bottom: 20px;
}
#item{
	color:#000000;
	margin-top: 20px;
}
#gift_collection,#cibone_collection{
	padding-top: 10px;
}
#nowcat{
	color:#000000;
}

/*ITEMページフォーマット*/
/*contents部分詳細*/
#main_header{
	height:40px;
}
#main_footer{
	height:40px;
	margin-top:40px;
}
.pankuzu{
	width: auto;
	float: left;
}
.pankuzuitem{
	color:#666666;
}
.backpage{
	float: right;
	width: auto;
	color: #666666;
	text-align:right;
}
.backpage .nowpage{
	color: #000000;
}
.item_img td{
	height: 180px;
	text-align: center;
	vertical-align: middle;
	width: 180px;
}

.item_name td{
	height: 40px;
	text-align: center;
}
td.item_space{
	width: 40px;
}

/*ITEM 詳細ページフォーマット*/
#detail_img td{
	width: 620px;
	height: 440px;
}
/*メルマガフォーマット*/
#mm {
	margin:0px auto 50px auto;
}
#mm td{
	text-align:left;
}
/*XMAS COLLECTION 2008*/
.xmas_collection{
	padding-bottom: 10px;
}
#about_kuma {
	font-size: 10px;
	line-height: 10px;
	text-align: right;
	margin-top: -20px;
	padding-top:0px;
	padding-bottom:60px;
}
/*赤字*/
.red {
	color: #ff0000;
}
.contract_img td{
	height: 280px;
	text-align: center;
	vertical-align: middle;
	width: 280px;
}
.contract_name td{
	height: 100px;
	text-align: left;
	vertical-align: text-top;
}
td.contract_space{
	width: 60px;
}
