@charset "shift_jis";

h1 {
	font-size: 20px;
	margin: 20px;
	padding: 4px;
	border-left:8px solid #009900;
	border-bottom:1px solid #009900;
}
h2 {
	clear: both;
	margin: 20px;
	font-size: 120%;
	padding: 3px;
	border: 1px solid #CCCCCC;
	display: block;
}
h2.captive {
	border: none;
}
hr {
	margin: 20px;
}
#content p.description {
	font-size: 12px;
	line-height: 140%;
	margin: 5px 20px 5px 28px
}
#content img.nedzigon {
	float: left;
	margin: 0 10px 0 0;
}
#content table {
	margin:0 8px 30px 28px;
	font-size:12px;
	border: none;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	clear: both;
}
#content table caption {
	text-align: left;
	color: #009900;
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 3px;
}
#content th {
	margin: 0;
	padding: 3px;
	font-weight:normal;
	background-color:#E0E0E0;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
}
#content th.spec_l {
	width: 12em;
	text-align: center;
}
#content th.spec_s {
	width: 8em;
	text-align: center;
}
#content thead th {
	text-align:center;
}
#content td {
	margin: 0;
	padding: 3px;
	text-align: center;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
}
#content td.prdnum {
	font-size: 16px;
	font-weight: bold;
}
#content td.left {
}
#content caption {
	text-align:right;
}

/* アイコン追加用 */
#content table.menu td a {
	display: block;
	position: relative;
	/*float: left;*/
}
.icon_new {
	position:absolute;
	height: 35px;
	width: 35px;
	background: url(../images/icons/icon_new.jpg) no-repeat;
	top: 24px;
	left: 214px;
}
.icon_size {
	position:absolute;
	height: 35px;
	width: 35px;
	background: url(../images/icons/icon_size.jpg) no-repeat;
	top: 24px;
	left: 214px;
}
.icon_size_en {
	position:absolute;
	height: 35px;
	width: 35px;
	background: url(../images/icons/icon_size_en.jpg) no-repeat;
	top: 24px;
	left: 214px;
}

