@charset "shift_jis";

#swf {
	margin-bottom: 10px;
}
/* menu */
#menu_main {
	background-image: url(/gold/amiami/img/middle_header.gif);
	width: 580px;
	color: #fff;
	font-size: 80%;
	margin-top: 4px;
	padding:4px 0px 4px 20px;
	clear: both;
	background-repeat: no-repeat;
	background-position: left top;
}

/* contents_center */
#contents_main {
	width: 600px;
	float: left;
	margin-left:7px;
	margin-right:7px;
}
#contents_main a:link {
	color: #333;
	text-decoration: none;
}
#contents_main a:visited {
	color: #666;
	text-decoration: none;
}
#contents_main a:hover {
	color: #666;
	text-decoration: none;
}

.contents_attention {
	padding: 5px;
	font-size: 90%;
	font-weight: bold;
	background-color:#eeeeee;
	margin-bottom: 5px;
}
.contents_attention dt {
	cursor:pointer;
	font-weight:bold;
}
.contents_attention dt .updatedate{
	color:red;
	font-weight:normal;
}
.contents_attention dd {
	font-weight:lighter;
	padding-left:10px;
}


.contents_form{
	margin:10px auto;
	display:block;
	width:95%;
	height:auto;
}

.header_category {
	margin-top: 2px;
}
.header_category li {
	float: left;
	font-size: 80%;
	width: 140px;
	border: 1px solid #CCC;
	padding: 3px;
	margin-right: 2px;
	margin-bottom: 2px;
	overflow:hidden;
}
.header_category li a {
	white-space: nowrap;
	width: 140px;
	display: block;
}
.header_category li a:hover {
	background-color: #FFFFCC;
	width: 140px;
	display: block;
}