@charset "utf-8";
/* CSS Document */

/* ======= LAYOUT ===============================*/
body{
}
div#wrap {
	width: 812px;
	background-image: url(../img/bg_body.gif);
	margin: auto;
	padding: 0px 6px 0 6px;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}

div#menu {
	height:36px;
	background-image:none;
	font-size: 0px;
	line-height: 0;
}

/* ===== main ===== */
div#main {
	width: 786px;
	padding:18px 0 15px 15px;
}

div#contents {
	width: 768px;
	float:none;
}

/* ===== news ===== */

div#newsFrame{
border:1px solid #cccccc;
width:100%px;
}

div#newsFrame p.insideLink{
	background-image:url(../img/arrow_2.gif);
	background-position: 0.1em;
	background-repeat: no-repeat;
	padding-left: 13px;
	margin: 0px;
}

div#newsFrame p.insideLink a{
	color:#333333;
	text-decoration:none;
}

div#newsFrame p.insideLink a:hover{
	text-decoration:underline;
}

#newsBox{
padding:10px 12px 0 12px;
}
table.tblVer3 {
	margin-bottom: 12px;
	border-collapse: separate;
	empty-cells: show;
}

table.tblVer3 th{
	font-weight:bold;
	text-align:left;
	color:#00174F;
	padding: 8px 10px 5px 5px;
	border-bottom:dotted 1px #CCCCCC;
	}

table.tblVer3 td {
	padding: 8px 5px 6px 5px;
	border-bottom:dotted 1px #CCCCCC;
	}

/* ===== news ===== */

div#productFrame{
border:1px solid #cccccc;
width:193px;
margin-bottom:8px;
}

div#productFrame ul{
	list-style:none;
		margin-bottom: 12px;
}

div#productFrame ul li{
	background-image:url(../img/arrow.gif);
	background-position: 0.1em;
	background-repeat:no-repeat;
	padding-left: 13px;
	margin: 1px;
}

div#productFrame ul li a:hover{
	text-decoration:underline;
}


#productBox{
padding:10px 12px 0 12px;
}