@charset "Shift_JIS";
#WRAPPER{
	background-color : #b9f4ff; width : 800px; height : inherit;
  margin-left : 30px;
}

#AD-Space{
	text-align:center
} 
/*背景*/
body{
	background-color: white ;
}

/* 段落・本文 */ 
p{
	font-size: 0.8em; line-height: 120% ;
} 

/* 見出し1 */ 
h1{
	font-size:28pt; color:red;
} 

/* 見出し2 */ 
h2{
	font-size:24pt;color:navy;
} 

/* 見出し3 */ 
h3{
	margin-bottom: 0pt ;
  margin-left : 10px;
} 

.bar-turquoise{
	margin: 0;
	padding: 5px 0 5px 0;
	border: 0;
	background-color: #40E0D0;
	color: #008000;
	text-align: center;
}

/* 見出し4 */
h4{
	vertical-align: text-bottom; margin-bottom: 0pt ;
  line-height : 150%;
  margin-left : 10px;
}

/* 見出し5 ・商品名・番号・価格*/
h5  { } 

/* 見出し6・リンク*/
h6 { } 

/* 用語・キャプション */ 
DL{
	color: black ;
} 

/* 箇条書き*/
UL { } 

/*商品グループ*/
.group{
	position:relative;  left:0;
}

/*商品-1*/
.L10{
	position:relative;  left:10;
}

/*商品-2*/
.L20{
	position:relative;  left:20;
}

/*スペック*/
.spec{
	position:relative;  left:10;
}


/*.third・第３階層*/
.3rd  { font-size:10pt;  position:relative;  left:50;  }
.center { text-align:center }


.class { }