﻿@charset "utf-8";
/* CSS Document */
* {
	color: #000000 !important;
	border-top-color: #000000 !important;
	border-right-color: #000000 !important;
	border-bottom-color: #000000 !important;
	border-left-color: #000000 !important;
	line-height: 120% !important;
}

#container {
	width: auto;
}
#header img {
	width: 100%;	
}
#navigation,#secondary {
	display: none;
}

#primary {
	width: auto;
}

#footer {
	height: auto;
	background-color: #FFFFFF;
	text-align: right;
}

#primary dl.picture {
	background-color: #FFFFFF;
	margin: 0 15px 15px 0;
	padding: 0;
}

#primary dl.picture dt {
	background-color: #FFFFFF;
	margin: 0;
}

#primary dl.picture img {
	margin: 0;
}

#primary dl.picture dd {

	background-color: #FFFFFF;

	margin: 0;

	padding: 0;

	font-size: 80%;

	text-align: center

}

。

.detail dt {

	margin: 5px 0 0;

}



.detail dd {
	margin: 0 0 5px 5px;
}

a {
	color: #000000;
	text-decoration: none;
}

a[href]:after {
        content: " (" attr(href)") ";
}