body  {
	font: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ  Pro W3", "Hiragino Kaku Gothic Pro", serif;
	font-size: 12px ;
	margin:0px;
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color : #cccccc;
	min-width: 900px ;
	max-width: 1200px ;
}
/* コンテンツ枠 （headerもfooterも含む）*/
#outline{
  width: 830px;
  border: 1px solid #1d78b6;
  background-color : #ffffff;
  padding-left: 0px;
  margin-left: 25px;
}
#header{
  text-align: left;
}

#footer{
  text-align: center;
  height: 30px;
  padding: 0 15px;
  color : #ffffff;
  background:#fc9425;
  font-size: 18px;
}

#margin{
  margin:0px 0px;
}
#menu_top{
  width: 830px;
  text-align: left;
} 

#contents{
  text-align: left;
  width: 600px;
  float: left;
  margin-left: 5px;
  padding-left: 5px;
  line-height: 150%
} 
#topics{
  width: 200px;
  float: right;
  border-left: 1px solid #1d78b6;
	font-size: 10px ;
}
.contents_list {
  border-left: #1d78b6 solid 4px;border-bottom: #1d78b6 dashed 1px
}

#clear{
  clear: both;
} 


/* 商品フォトギャラリー */
#product_gallery {
  width: 160px;
  height : 180px;
  position : relative;
  left : 20px;
  border : 1px solid #1d78b6;
}
/* 商品コメント */
#slide_text {
	/*width : 160px;*/
	text-align: left;
	margin-left: 10px;
	margin-right: 10px; 
}

/* 矢印と数字アイコンのコンテナ*/
#number_wheel {
  height : 24px;
  width : 160px;
  border : 0px;
  position : absolute; /*product_galleryの下部に配置*/
  bottom : 0px;
  left : 0px;
  padding: 0px;
}
/*左矢印*/
#arrow_left {
  height : 24px;
  width  : 20px
  border : 0px;
  position:absolute;/*number_wheelの左から40pixに配置*/
  bottom: 0px;
  left:40px;
  z-index:2;
  cursor:pointer;
}
/* 右*/
#arrow_right {
  height : 24px;
  width  : 20px;
  border : 0px;
  position:absolute;/*number_wheelの右から40pxに配置*/
  bottom : 0px;
  right:40px;
  z-index:2;
  cursor:pointer;
}
/* 数字アイコン*/
#number {
  position:absolute; /*number_wheelの左から68px（真ん中）に配置*/
  height:24px;
  left:68px;
  bottom : 0px;
  width:24px;
  padding : 0px;
  z-index: 1;
}
/* 商品フォトギャラリー ここまで*/

