@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  styles.css
 style info :  productsフォルダ専用css

=================================================================== */

/* ==== ▼ primary ▼ ==== */
#primary {
    float : right ;/*left ;*/
}
/* ==== ▲ primary ▲ ==== */

/* ==== ▼ secondary ▼ ==== */

#secondary {
    float : left ;/*right ;*/
}
#secondary .sideBox {
    margin : 5px 6px 10px 0 ;/*5px 0 10px 6px ;*/
}
/* ==== ▲ secondary ▲ ==== */

/* ==== ▼ Current All ▼ ==== */
/*p {
	line-height: 2.0em ;
	margin-left: 0.5em ;
}*/
p {
	margin: 15px 5px 10px 5px;
	padding: 0 0 0 5px ;
	font-size: 1.1em;
	line-height: 1.5em;
	/*background-color:#eee;*/

}

table {
	/*width: 595px ;*/
	margin-left: 10px ;
	margin-right: 5px ;
	border-collapse: separate ;/*collapse ;*/
	border-spacing: 2px ;
}
td,th {
	padding: 3px 5px 3px 5px ;
	text-align: left ;
	border: solid 1px #ccc ;
}
th {
	width: auto ;
	vertical-align: middle ;
	background-color: #f7f7f9 ;
	font-weight: normal ;
	white-space: nowrap ;
}
dl {
	margin-left: 15px ;
}
dl dt {
	/*clear: left;
	float: left;
	font-weight: bold ;*/
}
dd {
	margin-left: 1.0em ;
}
/* ==== ▲ Current All ▲ ==== */

/* ==== ▼ photo ▼ ==== */
#photo {
	width: 585px ;
	margin-left: 10px ;
}
#photo img {
	margin: 0 10px 10px 0 ;
}
/* ==== ▲ photo ▲ ==== */

