@charset "UTF-8";
/* css/news_text.css */
.titleBox {
	margin: 0;
	width: 260px;
	height: 225px;
	text-align: left;
	float: left;
}
.listBox {
	margin: 0;
	width: 265px;
	height: 225px;
	text-align: left;
	float: right;
}
.imageLeftBox {
	margin: 0;
	padding: 0;
	width: 260px;
	height: auto;
	text-align: left;
	float: left;
}
.imageRightBox {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	text-align: right;
	float: right;
}
.spacerCenter {
	margin: 0;
	text-align: center;
	clear: both;
}
.border {
	margin: 0;
	border-top: 1px solid #990000;
}
.numberList {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #003300;
	text-align: center;
	width: 15px;
	height: 15px;
	margin: 0;
	border: thin solid #99CC33;
}
.titleProduct {
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", "HiraMinPro-W6", serif;
	font-size: large;
	font-weight: bold;
	color: #003300;
}
.subtitleProduct {
	font-family: 'Garamond', 'AGaramond', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #99CC33;
}
.englishBold {
	font-family: 'Garamond', 'AGaramond', "Times New Roman", Times, serif;
	font-weight: bold;
}
.sansSerif_JA {
	font-family: "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #990000;
}
.sansSerif {
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
}
/*\*//*/
.titleProduct {
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", serif;
}
.sansSerif_JA {
	font-family: Osaka, "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", sans-serif;
}
/**/
#box {
	position:absolute;
	left:0px;
	top:100px;
	width:700px;
	height:750px;
	background-color:#f00;
	border:1em solid white;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
}
