@charset "utf-8";
#contents #col #item {
	width: 800px;
}

#contents #col #item #item_l {
	vertical-align: top;
	padding: 0px;
	float: left;
	width: 470px;
}

#contents #col #item #item_r {
	float: right;
	width: 300px;
}

#contents #col #item #item_r p {
	color: #666666;
	font-size: 1.1em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents #col #item #item_l p {
	color: #666666;
	font-size: 1.0em;
}


#contents #col #item h2 {
	font-size: 1.0em;
	margin-top: 10px;
	color: #FF9900;
}

#contents #col #item #item_d p {
	color: #666666;
	margin-bottom: 10px;
}

#contents #col #sitemap {
	height: auto;
	width: 800px;
}
#contents #col #link {
	padding: 10px;
}


#contents #col #sitemap td {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#contents #col #sitemap ul {
	list-style-type: none;
}

.link1 {
	color: #FF6600;
	padding: 10px 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}

.link2 {
	font-size: 1.2em;
	color: #999999;
	padding: 5px 10px 10px;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}

#contents #col #link .link1 a {
	text-decoration: none;
}
