@charset "utf-8";


/*要素--------------------------------------------------------------------------*
a, abbr, acronym, address, area, base, bdo, blockquote, body, br, button, caption, 
cite, code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, frame, 
frameset, h1, h2, h3, h4, h5, h6, head, hr, html, iframe, img, input, ins, kbd, 
label, legend, li, link, map, meta, noframes, noscript, object, ol, optgroup, 
option, p, param, pre, q, rb, rbc, rp, rt, rtc, ruby, samp, script, select, span, 
strong, style, sub, sup, table, tbody, td, textarea, tfoot, th, thead, title, tr, 
ul, var
*-------------------------------------------------------------------------------*

/*xhtml非推奨要素---------------------------------------------------------------*
applet, basefont, center, dir, font, isindex, menu, s, strike, u
*-------------------------------------------------------------------------------*


/*cssでの指定を推奨-------------------------------------------------------------*
b, big, i, small, tt
*-------------------------------------------------------------------------------*


/*使いそうな要素----------------------------------------------------------------*
a, address, blockquote, body, br, button, caption, code, col, colgroup, dd, del, 
div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, head, hr, html, img, 
input, label, legend, li, meta, noscript, object, ol, optgroup, option, p, pre, 
script, select, span, strong, style, table, tbody, td, textarea, tfoot, th, thead, 
title, tr, ul
*-------------------------------------------------------------------------------*/





div#container div#content {
}



/*--------------------------------------*
|										|
|										|	写真
|										*-----------------------------------------------*/

div#container div#content div.photo {
	width:276px;
	float:left;
}


/*--------------------------------------*
|										|
|										|	解説
|										*-----------------------------------------------*/

div#container div#content div.explan {
	width:344px;
	float:right;
}

div#container div#content div.explan h2 {
	display:none;
}

div#container div#content div.explan dl {
	margin:0 0 0 0px;
}
div#container div#content div.explan dl dt {
	display:block;
	float:none;
	width:344px;
	background-color:transparent;
	border-bottom:none;
	padding:0px;
	
	font-weight:bold;
	margin:0 0 5px 0;
	color:#3366CC;
}
div#container div#content div.explan dl dd {
	margin:0 0 10px 0px;
	padding:0px 0 0px 0px;
}

div#container div#content div.explan ul {
	margin:0 0 0 20px;
	padding:0px 0 0px 0px;
}
div#container div#content div.explan ul li {
	margin:0 0 5px 0px;
	padding:0px 0 0px 0px;
}





/*--------------------------------------*
|										|
|										|	追加情報エリア
|										*-----------------------------------------------*/

div#container div#content div.moreinfo_1 {
	clear:both;
}

div#container div#content div.moreinfo_1 {
}

/*	---------------------------------------------------*/
/*	追加エリア内解説*/
div#container div#content div.moreinfo_1 div.explan {
	width:600px;
	float:none;
	margin:0 10px 0 10px;
}
div#container div#content div.moreinfo_1 div.explan dl {
	margin:0 0 0 20px;
}
div#container div#content div.moreinfo_1 div.explan dl dt {
	display:block;
	float:none;
	width:576px;
	background-color:transparent;
	border-bottom:none;
	padding:2px;
	
	font-weight:bold;
	margin:0 0 5px 0;
	background-color:#3366CC;
	color:#ffffff;
}
div#container div#content div.moreinfo_1 div.explan dl dd {
	margin:0 0 10px 50px;
	padding:0px 0 0px 0px;
}




/*--------------------------------------*
|										|
|										|	機械スペック用
|										*-----------------------------------------------*/

div#container div#content table.spec {
	width:610px;
	background-color:#e8e8e8;
	border:2px solid #333333;
	border-collapse:collapse;
	margin-bottom:20px;
}
div#container div#content table.spec tr {
}
div#container div#content table.spec tr th {
	background-color:#3366CC;
	font-weight:normal;
	text-align:center;
	border:2px solid #333333;
	padding:3px;
}
div#container div#content table.spec tr td {
	border:2px solid #333333;
	padding:3px;
	text-align:center;
}


/*--------------------------------------*
|										|
|										|	スペック下写真エリア用
|										*-----------------------------------------------*/

#content div.moreinfo {
	width:610px;
	text-align:center;
}
#content div.moreinfo p {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#content div.moreinfo table {
	width:610px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
}
