/* Detail CSS */

body { margin: 0; padding: 0 0 8px; text-align: center; }
img { border-width: 0; }
#TOP { font-size: 1px; height: 8px; }
.dot-line { background: url(../common_img/dot_3px_darkgrey.gif) repeat-x; margin-bottom: 16px; }
.clr-float { clear: both; }
a:link, a:visited { color: #09f; text-decoration: none; }
a:hover { color: #f60; text-decoration: underline; }
.column div.title { display: none; }
.column { text-align: left; width: 600px; margin: auto; padding-top: 102px; }
.column h2, .column h3, .column p { font-size: 12px; margin: 0; }
.column .return { display: none; }
.column #page-link { padding-top: 16px; }
.column #page-link ul { margin: 0; padding: 0; list-style: none; }
.column #page-link li { font-size: 12px; }
.close-button {
	width: 600px;
	text-align: right;
	margin: 8px auto 4px;
}
.page-top { font-size: 11px; text-align: right; width: 600px; margin: 4px auto 16px; }


body {
	/* IE6 Fix */
	background-image : url("dummy");
	background-attachment: fixed;
}
#header-link {
	background-color: #fff;
	width: 100%;
	height: 102px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	/* IE6 Fix */
	_position: absolute; 
	_top: expression(eval(document.documentElement.scrollTop+0)+'px');
}
#header-link .list {
	background-color: #f2f2f2;
	width: 580px;
	height: 60px;
	text-align: left;
	margin: auto;
	padding: 1px 10px;
}
#header-link .list ul {
	line-height: 100%;
	float: left;
	margin: 0 24px 0 0;
	padding: 0;
	list-style: none;
}
#header-link .list li {
	font-size: 12px;
	padding: 2px 0;
}
#header-link .list em {
	color: #666;
	font-style: normal;
	background: url(../common_img/deco_triangle_darkgrey.gif) no-repeat left center;
	padding-left: 10px;
}
#header-link .list a {
	background: url(../common_img/deco_triangle_grey.gif) no-repeat left center;
	padding-left: 10px;
}
