﻿@charset "utf-8"; 
@import url("base.css");
@import url("common.css");





/* ---------- flash ---------- */

#flash {
	float:left;
	padding:0 0 30px;
}





/* ---------- pickup ---------- */

#pickup {
	width:260px;
	float:left;
	padding:0 0 10px;
}





/* ---------- menu ---------- */

#menu {
	width:520px;
	float:right;
	padding:0 0 25px;
}

#menu li {
	width:240px;
	height:95px;
	float:left;
	margin:0 0 0 20px;
	display:inline;
}

#menu #about {
	background:url(../../images/top/bg_about.gif) left top no-repeat;
}

#menu #press {
	background:url(../../images/top/bg_press.gif) left top no-repeat;
}

#menu #think {
	background:url(../../images/top/bg_think.gif) left top no-repeat;
}

#menu #collection {
	background:url(../../images/top/bg_collection.gif) left top no-repeat;
}

#menu h3 {
	margin:10px 0 0;
}

#menu p {
	font-size:65%;
	line-height:1.5em;
}

#menu .fLeft {
	padding:0 10px 0 0;
}

#menu a {
	color:#666666;
	text-decoration:none;
}