@charset "UTF-8";

/*****フラッシュ******/

#topVisual {
	color: #FFF;
	clear: both;
}

#flash {
	width: 660px;
	margin-left: 6px;
	float: left;
	clear: both;
	margin-top: 10px;
}



#topcatalog {
	width: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0px;
}
#topcatalog p a {
	margin-top: 5px;
	background-color: #EEE;
	padding: 6px 10px;
	display: inline-block;
	margin-left: 10px;
	text-decoration: none;
}
#topcatalog p a:hover {
	background-color: #906;
	color: #FFF;

}



/*****メニュー******/

#lineup {
	margin-bottom: 10px;
	clear: both;
	padding-top: 20px;
	width: 890px;

}

#lineup ul {
	display:block;
	float: left;
	margin-top: 10px;
	margin-left: 34px;
}

#lineup li {
	float:left;
	list-style-type:none;
	margin-right: 32px;
}

#lineup li a {
	display:block;
	float:left;
	text-decoration:none;
	border: 1px solid #FFF;
}

#lineup li a:hover {
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	border: 1px solid #79004E;
}
#lineup .newpage {
	color: #0FC;
	margin-right: 10px;
	float: right;
	margin-top: 5px;
}




#news {
	margin-top: 20px;
	float: left;
	background-image: url(../images/topics.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 880px;
	margin-bottom: 40px;
	clear: both;
	overflow: hidden;
}
#news #load {
	float: right;
}

#news  h3 {
	padding: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#news  p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#catalog {
	float: left;
	width: 220px;
	margin: 20px 0px 0px 22px;
}



#topics {
	margin: 50px 0px 14px;
	padding: 0px;
	background-repeat: no-repeat;
	width: 596px;
	background-color: #F9F2F7;

}

#topics ul {
	padding: 0px 0 5px;
	margin: 0px 16px 10px 20px;
}

#topics li {
	line-height: 1.2;
	border-bottom: 1px dotted #ccc;
	margin: 0 5px;
	padding: 10px;
}

#topics .date {
	font-weight: bold;
	color: #FF6600;
	margin-right: 20px;
}

