@charset "utf-8";
/* CSS Document */

#wrap2{
	background-image:url(../image/bg.jpg);
	background-attachment:fixed;
	background-position:right;
}

#maincontent{
	height:auto;
	box-shadow:#DDCDFF 0px -2px 3px 2px;
	background:#fff;
	padding-bottom:30px;
	
}

.mvc{
	margin:0 auto;
	width:576px;
	height:324px;
}

.mtxt{
	margin:0 auto;
	width:560px;
	margin-top:5px;
	font-size:15px;
	line-height:17px;
	color:#244163;
	margin-bottom:10px;	
}

li{
	font-size:16px;
	line-height:25px;
	color:#5A86AB;
}

li a{
	font-size:16px;
	line-height:25px;
	color:#5A86AB;
	text-decoration:none;
}

li a:hover{
	text-decoration:underline;
}

td{
	padding-left:10px;
	font-size:16px;
	height:22px;
}

th{
	font-size:16px;
	height:22px;
}