@charset "UTF-8";

/*
--------------------------------------------------
Equipment Style

--------------------------------------------------
	1.H3
	2.Ul
	3.Equipment_image
	4.Equipment_table
	5.Option_table
--------------------------------------------------*/



/* 1.H3
--------------------------------------------------*/
#body h3 {
	background: url(../images/equipment_title.gif) 0 0 no-repeat;
	width: 980px;
	height: 50px;
	margin-bottom: 20px;
}
#body h3 strong {
	display: none;
}


/* 2.Ul
--------------------------------------------------*/
#body ul {
	margin-bottom: 20px;
	padding-left: 40px;
}
#body ul li {
	list-style-type: circle;
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 5px;
}


/* 3.Equipment_image
--------------------------------------------------*/
#body .equipment_image {
	margin-bottom: 20px;
}


/* 4.Equipment_table
--------------------------------------------------*/
#body .equipment_table {
	border: solid 1px #cccccc;
	border-collapse: collapse;
}
#body .equipment_table tr th {
	border: solid 1px #cccccc;
	background: url(../images/table_bg01.gif) 0 0 repeat-x;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
#body .equipment_table tr td {
	border: solid 1px #cccccc;
	font-size: 1.2em;
	vertical-align: top;
	padding: 5px;
}
#body .equipment_table tr td img {
	margin-right: 10px;
}
#body .firstposition {
	float: left;
	margin: 0 13px 20px 20px;
}
#body .centerposition {
	float: left;
	margin: 0 13px 20px 0;
}
#body .endposition {
	float: right;
	margin: 0 20px 20px 0;
}


/* 5.P
--------------------------------------------------*/
#body p {
	clear: both;
	width: 940px;
	font-size: 1.2em;
	color: #666666;
	text-align: right;
	margin: 0 0 20px 20px;
}


/* 5.Option_table
--------------------------------------------------*/
#body .option_table {
	clear: both;
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin: 0 0 20px 20px;
}
#body .option_table tr th {
	border: solid 1px #cccccc;
	background: url(../images/table_bg02.gif) 0 0 repeat-x;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
#body .option_table tr td {
	border: solid 1px #cccccc;
	font-size: 1.2em;
	padding: 5px;
}

