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

/* sidenavi */
#main_body{
	background:url(../img/../img/special/side_back.gif) left top repeat-y;
}

/* sidenavi */
#side_navi{
	background:url(../img/special/side_top.gif) center top no-repeat #1C2787;
}

/* main */
#main {
	padding-bottom:50px;
}
#main h4 {
	width:575px;
	margin:35px auto 15px;
}
#main p,
#main ul {
	width:550px;
	margin-left:auto;
	margin-right:auto;
}
#main ul li {
	list-style:disc;
	margin-left:15px;
	line-height:1.5;
}
#main table {
	width:600px;
	margin:0 auto 15px;
	border-collapse:collapse;
	border-spacing:0;
}
#main table th,
#main table td {
	border:1px solid #CCC;
	text-align:center;
	padding:7px 0;
}
.half {
	background:#F8F8F8;
}
#main p#bread {
	width:auto;
}