@charset "utf-8";
/* CSS Document */

div#contents{
	background-image:url(../img/bgSubmenu.png);
	background-repeat:repeat-y;
}

div#submenuArea{
	float:left;
	padding-left: 20px;
	font-size: 14px;
	padding-top: 20px;
	width: 120px;
}

div#submenuArea ul{
	margin:0;
	padding:0;
	list-style-type: square;
}

div#submenuArea li{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
}

div#submenuArea .menu2{
	margin-top:70px;
}

div#listArea{
	float:right;
	width:580px;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #000066;
}


div#listArea h2{
	font-size:16px;
	background-color:#003366;
	color:#fff;
	padding:5px;
}

div#listArea li{
	font-size:14px;
	line-height:140%;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
}

div#listArea a{
	color:#000099;
}

div#listArea a:hover{
	color:#669900;
}

