/* 商品案内 CSS Document */
body {
	color: #333333;
	font-weight: normal;
	padding: 0px;
}
#wrap_common #wrap {
width: 950px;
font-size: 90%;
text-align: left;
}
/* コンテンツA 上部 */

#contents_a	dt	{
	width: 90px;
	height: 40px;
	float: left;
}
#contents_a	dd	{
	padding-top: 1%;
	font-size: 120%;
	font-weight: normal;
	color: #000099;
}

hr	{
	clear: both;
}

h1  {
	font-size: 130%;
	color: #FFFFFF;
	background-color: #000000;
	padding: 20px 3px 20px 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

/* 左 */

.cover	{
	float: left;
	margin-top: 15px;
	margin-right: 0px;
}
.download {
	color: #003399;
	padding: 4px;
	margin-top: 15px;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #999999;
	display: block;
	background-color: #FFFFFF;
}

.download a:link {
	text-decoration: none;
	color: #000099;
	display: block;
}
.download a:hover {
	display: block;
	background-color: #FFCC00;
}
.download a:visited {
	text-decoration: none;
	color: #000099;
	display: block;
}
.download a:active {
	text-decoration: none;
	color: #000099;
	display: block;
}

/* コンテンツB */
/* 右上 */

#contents_b	{
	float: right;
	width: 700px;
	margin-top: 15px;
}

#contents_b caption	{
	padding-bottom: 2px;
	text-align: left;
}
#contents_b table {
	width: 100%;
}

#contents_b th,td	{
	text-align: left;
	font-weight: normal;
	padding: 2px 5px;
	line-height: 1.4em;
}
.back_color1	{
	background-color: #CCFFFF;
	font-style: normal;
}
.back_color2	{
	background-color: #CCFFCC;
}

/* コンテンツD */
/* 左に画像がない場合 */
#contents_d	{
	margin-top: 15px;
}
#contents_d table	{
	width: 100%;
}
#contents_d caption	{
	padding-bottom: 2px;
	text-align: left;
}
#contents_d th,td	{
	text-align: left;
	font-weight: normal;
	padding: 2px 5px;
}

/* コンテンツC */
/* 右下 */

#contents_c	{
	width: 98%;
	background-color: #FFFFCC;
	margin-top: 10px;
	padding: 5px;
}
#contents_c th {
	vertical-align: top;
}

#contents_c h2 {
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 5px;
	line-height: 1.5em;
}
#contents_c h3 {
	font-size: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
}
#contents_c p	{
	padding: 6px 2px;
}

#contents_c ul	{
	margin-top: 5px;
}
#contents_c li	{
	line-height: 1.4em;
	margin-bottom: 5px;
}#contents_c li td	{
	vertical-align: top;
}

.text_red {
	color: #FF0000;
	font-style: normal;
}
.right-side {
	float: right;
}

.text_blue {
	color: #3333CC;
	font-style: normal;
}
.text_normal	{
	color: #333333;
	font-style: normal;
}
.text_small {
	font-size: 90%;
	font-style: normal;
}

.deco1_mado {
	color: #333333;
	font-weight: normal;
	font-style: normal;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	border: 1px solid #999999;
}


.deco2_line {
	text-decoration: underline;
	font-style: normal;
}
.deco3_back1 {
	background-color: #E6E6FF;
	padding: 5px;
	font-style: normal;
}
.deco3_back2 {
	background-color: #CCCCFF;
	padding: 3px;
	font-style: normal;
}
.deco3_back3 {
	background-color: #FFFF66;
	padding: 5px;
	font-style: normal;
}
.type0_list {
	line-height: 1.3em;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none outside none;
}
.type1_list {
	margin-left: 5px;
	padding-left: 10px;
}
.type2_list {
	list-style-type: none;
}
.type3_list {
	list-style-image: url(images/list_squ_orange.gif);
}
.type4_list {
	list-style-type: circle;
	list-style-image: none;
}
.type5_list {
	list-style-image: url(images/list_blue.gif);
}
.type6_list	{
	list-style-image: url(images/list_orange.gif);
}
.type7_list {
	list-style-type: square;
	list-style-image: none;
}
