@charset "utf-8";

/* -- sitemap -- */

#link a {
	color: #000000;
	text-decoration: none;
}
#link a:hover {
	text-decoration: underline;
	color: #000000;
}
#link #ContentsIn {
	float: left;
	width: 740px;
	background: #FFFFFF;
	color: #000000;
	padding: 30px;
	margin-bottom: 20px;
}
#link #ContentsIn h1 {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
}
#link #ContentsIn h2 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 120%;
	border-bottom: 1px dotted #666666;
	font-family: "Times New Roman", Times, serif;
}
#link #ContentsIn h3 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 20px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
}
#link #ContentsIn h4 {
	font-weight: bold;
	color: #666666;
	margin-left: 1px;
	margin-bottom: 3px;
	margin-top: 10px;
	display:block;
	font-size: 84%;
}
/* ---- mac gecko adjust ---- */
.mac.gecko #link #ContentsIn h4 {
font-size: 92%;
}

#link #ContentsIn ul {
	clear: both;
	margin: 10px 0;
	list-style: none;
}
#link #ContentsIn li {
	background: url(/image/common/IcoArrow.gif) left 3px no-repeat;
	padding-left: 13px;
	margin: 0 0 5px;
}

