@charset "Shift_JIS";

h1#head_sitemap {
	background: url(imgs/h1_sitemap.gif) 0 0 no-repeat;
	height: 110px;
}

h2 span,
h3 span { display: block;}
h2 .ico_link {
	background: url(imgs/ico_link_category.gif) left center no-repeat;
	padding-left: 20px;
}
	h2 .ico_link a { color: #243e59; font-weight: bold; text-decoration: none;}
		h2 .ico_link a:hover { color: #243e59; font-weight: bold; text-decoration: none;}

h3 .ico_link {
	background: url(imgs/ico_link_category.gif) left center no-repeat;
	padding: 5px 20px;
	border-bottom: 1px #919dac solid;
	color: #243e59;
}

h3 .ico_link_none {
	padding: 5px 0;
	border-bottom: 1px #919dac solid;
	color: #243e59;
}

h3 .ico_link_win {
	background: url(imgs/ico_link_win.gif) left center no-repeat;
	padding: 5px 20px;
	border-bottom: 1px #919dac solid;
	color: #243e59;
}

h3 .ico_link_etc {
	background: url(imgs/ico_link_etc.gif) left center no-repeat;
	padding: 5px 20px;
	border-bottom: 1px #919dac solid;
	color: #243e59;
}

	h3 .ico_link a,
	h3 .ico_link_win a { color: #243e59; text-decoration: none;}
		h3 .ico_link a:hover,
		h3 .ico_link_win a:hover { color: #243e59; text-decoration: none;}
	h3 .ico_link_etc a { color: #243e59; text-decoration: none;}
		h3 .ico_link a:hover,
		h3 .ico_link_win a:hover { color: #243e59; text-decoration: none;}
		
p.link_win span { line-height: normal; padding-top: 5px;}
.w_oroshi p { padding-right: 8px;}

/* フルサイズリンクボックス */
.full_link_box {
	background: url(imgs/full_link_box.gif) repeat-y left top;
}
	.full_link_box dd.title {
		background: url(imgs/full_link_box_t.gif) no-repeat left top;
		padding: 10px 15px 0;
		color: #243c59;
		font-weight: bold;
	}
		.full_link_box dd.title a { color: #243e59; font-weight: bold; text-decoration: none;}
			.full_link_box dd.title a:hover { color: #243e59; font-weight: bold; text-decoration: none;}
	.full_link_box dd {
		background: url(imgs/full_link_box_b.gif) no-repeat left bottom;
		padding: 0 15px 5px;
	}