@charset "UTF-8";

@import "unit_tag.css";
@import "unit_common.css";
@import "unit_menu.css";


/*
トップページ用
*/

#flashArea{
	clear:			both;
	position:		relative;
	width:			758px;
	height:			417px;
}

#cakeTopic{
	position:		absolute;
	left:			458px;
	top:			243px;
}


/* 下部エリア */
#content-bottom{
	position:		relative;
	height:			160px;
	width:			758px;
}

/* 更新履歴 */
/* 背景画像は 323 * 155 */
#history{
	position:		absolute;
	left:			11px;
	width:			290px;
	height:			122px;
	padding:		33px 0 0 33px;
	background:		url("../img/top/history_bg.gif") left top no-repeat;
	color:			#80623a;
}
#history dl{
	width:				260px;
	height:				110px;
	overflow:			auto;
	scrollbar-face-color:       #ffffff; 
	scrollbar-highlight-color:  #ffffff;
	scrollbar-shadow-color:     #ffffff;
	scrollbar-darkshadow-color: #b8a17a;
	scrollbar-arrow-color:      #b8a17a;
	scrollbar-base-color:       #ffffff;
	scrollbar-3dlight-color:    #b8a17a;
	scrollbar-track-color:      #b8a17a;
}
#history dt{
	font-weight:	bold;
	color:			#997066;
}
/* リンク */
#history a{
	color:				#115cb0;
	border-bottom:		dashed 1px #115cb0;
}
#history a:hover{
	background-color:	#fff7d1;
}

/* 情報エリア */
#info{
	position:		absolute;
	left:			334px;
	top:			0;
}

