@charset "utf-8";
/* CSS Document */

h4{
	font-weight:bold;
	font-size:12px;
}

#contents_wrap{
	width:780px;
	background:url(../../common/img/contents_wrap_back.gif) repeat-y;
}

#pro_title{
	background: url(../../products/img/s_menu_tlt.gif) no-repeat 0 0;
	color: #fff;
	height: 56px;
	width: 174px;
}

#main{
	width:606px;
	background:url(../../common/img/main_back.gif) repeat-y;
	padding-left:25px;
	padding-right:36px;
	padding-bottom:10px;
}

.item_box{
	width:545px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

.item_box img{
	float:left;
	margin-right:10px;
/*	width:140px;*/
}

.item_box .text{
	float:left;
	width:395px;
}

.item_box .text2{
	float:left;
/*	width:395px;*/
}

.item_box .text3{
	float:left;
	width:335px;
}

.item_box:after{
	content:"";
	clear:both;
	display:block;
}

.item_box ul{
	margin-bottom:10px;
	margin-top:5px;
}

.item_box a:link,
.item_box a:visited{
	color:#0048FF;
	text-decoration:underline;
}

#contentscol_main .item_box li{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:20px;
}

#contact_info{
/*	text-align:right;*/
	border:1px solid #CCC;
	padding:5px 5px 0;
	margin:10px 0 ;
}

.blue{
	color: #0048ff;

}

table.list{
	border-top:1px solid #333;
	border-left:1px solid #333;
	margin-bottom:10px;
}

table.list th{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding:5px;
}

table.list td{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	vertical-align:top;
	padding:5px;
}

table.list td.gen{
	text-align:right;
}

