body {
	color: #666;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 160%;
	text-align: left;
	background: url("img_site/img_back01.gif") repeat-y left top;
	margin: 0;
	padding: 0;
	border: none;
}
table {
	color: #666;
	font-size: 100%;
	font-weight: 400;
	line-height: 160%;
	border: 0;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
a:link {
	text-decoration: underline;
	color: #F69; /*未アクセス*/
}
a:visited {
	text-decoration: underline;
	color: #F69; /* アクセス済み */
}
a:active {
	text-decoration: underline;
	color: #C36; /* アクセス中 */
} 
a:hover {
	text-decoration: underline;
	color: #C36; /* カーソル重ねた時 */
}
div {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0px;
}
strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	margin: 0 0 0 18px;
	padding: 0;
}
li {
	margin-top: 8px;
}
li.menu_li {
	margin-top: 5px;
}
ul.no_ul {
	margin: 0 0 0 32px;
	padding: 0;
}
li.no_li {
	list-style-type: decimal;
	margin-top: 4px;
}
div.topCG {
	width: 600px;
	height: 290px;
	margin: 10px 0px 10px 40px;
}
div.blockA {
	width: 600px;
	background: #FFF;
	margin: 0px 0px 0px 40px;
}
div.blockB {
	width: 600px;
	background: #FFF;
	margin: 0px 0px 20px 40px;
}
div.title {
	width: 590px;
	height: 40px;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 10px 0px;
}
div.writeA {
	width: 580px;
	height: auto;
	margin: 0px 10px 0px 10px;
}
div.writeB {
	width: 580px;
	height: auto;
	margin: 0px 10px 0px 10px;
	padding-bottom: 30px;
}
div.writeC {
	width: 580px;
	height: auto;
	margin: 0px 10px 0px 10px;
	padding-bottom: 30px;
}
div.write_goodsAA {
	width: 250px;
	height: auto;
	float: left;
	padding-bottom: 15px;
}
div.write_goodsAB {
	width: 330px;
	height: auto;
	float: left;
	padding-bottom: 15px;
}
div.write_goodsBA {
	width: 250px;
	height: auto;
	float: left;
	padding-bottom: 40px;
}
div.write_goodsBB {
	width: 330px;
	height: auto;
	float: left;
	padding-bottom: 40px;
}
div.write_listA {
	width: 100px;
	margin-top: 8px;
	border-bottom: 1px dotted #C00;
	float: left;
}
div.write_listB {
	width: 480px;
	margin-top: 8px;
	border-bottom: 1px dotted #C00;
	float: left;
}
div.write_listC {
	width: 580px;
	margin-top: 8px;
	border-bottom: 1px dotted #C00;
	float: left;
}
div.write_listD {
	width: 100px;
	margin-top: 8px;
	border-bottom: 1px dotted #C00;
	text-align: right;
	float: left;
}
div.write_title {
	font-size: 110%;
	font-weight: 900;
	background-image: url(img_site/img_box01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	padding-left: 25px;
	border-bottom: 1px solid #C00;
}
#menu {
	position: fixed;
	background: #000;
	width: 160px;
	height: auto;
	top: 10px;
	right: 2%;
	filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 10;
}
* html #menu {
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop+10));
}

#main {
	position: relative;
}
div.menu_write {
	width: 140px;
	height: auto;
	margin: 10px 10px 20px 10px;
	color: #FFF;
}
span.color_spanA {
	color: #F36;
}
