/* CSS Document */



/*basic set*/
*{
	margin-top:0;
}

body {
	font-size: small;
	line-height: inherit;
	color: #333333;
}


a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #99CCFF;
}
a:active {
	text-decoration: none;
}


/*float clear*/
.clear {
	clear: both;
}




#wrapper {
	height: auto;
	width: 800px;
	background-color: #FFFFFF;
	position:absolute;
	left:50%;
	margin-left:-400px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 100px;
	background-color: #6666FF;
	background-image: url(image/oblique1px.gif);
	background-repeat: repeat;
	padding-top: 20px;
	padding-left: 20px;
}
#navigation {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: x-small;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#info_container {
	height: auto;
	width: 280px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
	float: left;
}
#info_container p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: x-small;
	padding-left: 10px;
	padding-bottom: 3px;
}
div#main_container {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 100px;
	padding-left: 30px;
}
div#detail_container {
	height: auto;
	width: 400px;
	float: left;
	padding-left: 30px;
	padding-bottom: 80px;
}
#footer {
	clear: left;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: x-small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
div#title_container {
	padding-left: 310px;
	padding-bottom: 30px;
}
div#imegebox {
	height: 300px;
	width:400px;
	border: 1px solid #666666;
	display:block;
}
p#image_notes {
	font-size: x-small;
}

#detail {
	font-size: small;
	line-height: normal;
	padding-bottom: 30px;
	padding-top: 10px;
}
#header p {
	display: none;
}
