/* トップのサブCSS */
@import url("../style.css");

/* header
-----------------------------------------------------------------------------*/
#head {
	margin: 0 auto 0 auto; padding: 16px 0 0 0;
	background-image: url(../img/s_title.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
}
#head h1 {
	/*文字を消す*/
	position: relative;
	top: -5000px;
}
h2 {
	text-align: left;
	margin: 0; padding: 10px 0 5px 10px;
}
#menu {
	text-align: center;
    width: 800px; height: 34px;
	font-size: 16px;
	color: #006;
	font-weight: bold;
	margin: 16px auto 0 auto; padding: 8px 0 0 0;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
/* main
-----------------------------------------------------------------------------*/
#main {
	text-align: left;
	width: 800px;
	background-color: #fff;
	margin: 0 auto 0 auto;
	padding: 10px 20px 10px 20px;
	line-height: 150%;
}
#main h3 {
	margin: 10px 0 5px 0;
}
.list01 {
	padding: 0 0 10px 20px;
}
#main table {
	width: 760px;
	line-height: 150%;
	border: solid 1px #006;
}
#main th {
	border: solid 1px #006;
	width: 120px;
}
#main td {
	border: solid 1px #006;
}
#main img {
	margin: 0 10px 10px 0;
}
.in_link {
	width: 250px;
	margin: 0 0 35px 0; padding: 5px;
	list-style: none;
	font-size: 14px;
	background-color: #cef;
}
.in_link a{
	text-decoration: underline;
	font-weight: bold;
}