
div.product_link_banner{
	margin:5px 20px 5px 0px;
	text-align:right;
}

table.banner{
	border-collapse:collapse;
	display:inline;
}

table.banner td.body{
	padding:0px 3px;
	background-image:url(img/p_null_b.gif);
	background-repeat:repeat-x;
	font-weight:bold;
}

table.banner td.body a{
	color:#3f3f3f;
}

/*------- ここから各要素 -----*/

.displayimage{
	font-size:10px;
	text-align:center;
}

/*------- 新しいスタイル -----*/

div.product h2{
	font-size:15px;
	padding:5px 0px 5px 15px;
	margin:0px;
	border-top:2px solid black;
	border-bottom:2px solid black;
	color:white;
	background-color:#3333CC;
	font-weight:bold;
	clear:both;
}

div.product h3{
	font-size: 16px;
	width: auto;
	color: #333333;
	font-weight: bold;
	background-image: url(img/obi_01.gif);
	height: 25px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-indent:10px;
	clear:both;
}

div.product h5{
	clear:both;
	font-size:13px;
	margin:0px 0px 5px 0px;
	border-bottom:1px dotted black;
	color:#FF6600;
	font-weight:bold;
	background-image:url(img/8x8orange.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	text-indent:1em;
}

div.product h6{
	clear:both;
	background-image:url(img/arrow06.gif);
	background-repeat:no-repeat;
	height:18px;
	font-size:13px;
	padding:0px 0px 0px 24px;
	margin:0px;
	color:#003399;
	font-weight:bold;
}


td.expantion_name{
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	TEXT-ALIGN: center;
	width:190px;
}

td.expantion_body{
	FONT-SIZE: 20px;
	COLOR: white;
	FONT-FAMILY: Arial Black;
	BACKGROUND-COLOR: #013567;
	width:190px;
}

td.expantion_body img{
	float:left;
}




/* ボーダーなし */

table.noborder{
	border-collapse:collapse;
	border:none;
}

table.noborder td{
	border:none;
}

