@charset "utf-8";

/* ---------- TAG section ---------- */

h1 {
	font: italic 250% "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	text-shadow: 4px 4px 5px #999;
	text-align: center;
	margin: 1em;
}
h1 span {
	padding: 0.2em 1em;
	border-bottom: double 3px #ccc;
}

h2 {
	font-size: 150%;
	margin: 2em 0 1em 0;
	padding-left: 1em;
	border-left: 1em solid #ab0032;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 2em 1em 1em 1em;
	border: 1px solid #306e00;
	background: #92d45f;
}
h3 span {
	background: #306e00;
	color: #fff;
	padding: 0.1em 0.5em;
	margin-right: 1em;
}

h4 {
	font-size: 100%;
	color: #306e00;
	margin: 2em 0 1em 2em;
	padding: 0 1em;
	border-bottom: 1px dotted #ccc;
}

p {
	margin-left: 2em;
}

ul,ol {
	margin: 1em 0 1em 5em;
}

table {
	margin: 1em auto;
}

th,td {
	border: 1px solid #666;
	padding: 0.2em 1em;
}

th {
	background: #92d45f;
}

em {
	font-style: normal;
	color: #c00;
}

/* ---------- ID section ---------- */

#top_banner {
}

#topic_path {
	clear: both;
}

#topic_path p {
	margin: 3em 0 1em 0;
	font-size: 90%;
}

#contents {
	padding: 10px 40px;
}

#bottom_navi {
	clear: both;
	text-align: center;
	margin-top: 2em;
}

/* ---------- #top_menu ---------- */

#top_menu {
}
#top_menu ul {
	margin: 0;
}
#top_menu li {
	float: right;
	list-style: none;
	margin-left: 2em;
}
#top_menu li a:link,
#top_menu li a:visited {
	color: #555;
	text-decoration: none;
	background: url(../images/menu_bg.gif) no-repeat left center;
	padding-left: 15px;
}
#top_menu li a:hover {
	color: #000;
	text-decoration: none;
	background: url(../images/menu_bg.gif) no-repeat left center;
	padding-left: 15px;
}


/* ---------- #footer ---------- */
#footer {
	background: url(../images/footer_bg.jpg) no-repeat;
	height: 200px;
	min-height: 200px;
	clear: both;
}

#footer h2 {
	font-size: 100%;
	border: none;
	margin: 0;
}

#footer p,
#footer li {
	font-size: 11px;
	color: #555;
}

#footer p {
	line-height: 1.4;
}

#address {
	width: 370px;
	padding: 25px 0 0 30px;
	float: left;
}

.menu {
	width: 300px;
	padding: 40px 0 0 0;
	float: left;
}

.menu ul {
	margin: 0;
	padding-left: 30px;
	list-style: none;
}

.menu li a:link,
.menu li a:visited {
	color: #555;
	text-decoration: none;
	background: url(../images/menu_bg.gif) no-repeat left center;
	padding-left: 15px;
}

.menu li a:hover {
	color: #000;
	text-decoration: none;
	background: url(../images/menu_bg.gif) no-repeat left center #fff;
	padding-left: 15px;
}
/* ---------- CLASS section ---------- */

.now {
	background: #306e00;
	color: #fff;
	padding: 0.1em 0.5em;
}

.outer_link {
	background: url(../images/outer_link.jpg) no-repeat right center;
	padding-right: 30px;
}

.item {
	width: 260px;
	height: 300px;
	padding: 6px;
	margin: 15px;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
}

.item table {
	width: 248px;
}

.item td,
.item th {
	background: #fff;
	border: none;
	text-align: left;
	padding: 0.2em;
}

.item th {
	width: 3em;
	vertical-align:top;
}

.item_w {
	clear: both;
	text-align: left;
	width: 850px;
	height: auto;
}
.item_w table {
	float: left;
	width: 550px;
}
.item_w th,
.item_w td {
	border: none;
	padding: 0 0 0 2em;
	background-color: #fff;
	vertical-align: top;
}
.item_w th {
	width: 7em;
}

.pdf {
	background: url(../images/pdf_mini_icon.gif) no-repeat right;
	padding-right: 20px;
}
