@charset "utf-8";
/*------------below for base color-------------*/
#layout {
	/*背景色*/
	background-color: #82D2D9;
}
#p_content_leaf {
	/*背景色*/
	background-color: #82D2D9;
}
#header {
	/*ページTOP帯*/
	border-top-color: #82D2D9;
}
/*------------above for base color-------------*/
/*-----------below for template menu-----------*/
#p_menu {
	/*タブ背景画像*/
	background-image: url(../images/pop_010_tropical/menu_bg_tropical.gif);
}

li.btn_menu {
	/*タブ文字色（デフォルト）*/
	color: #333333;
}
a.btn_menu {
	/*タブ文字色（デフォルト）*/
	color: #333333;
	/*タブ画像（デフォルト）*/
	background-image: url(../images/pop_010_tropical/btn_menu_off_tropical.jpg);
}
a.btn_menu:hover,a.btn_menu_on {
	/*タブ文字色（マウスオーバー）*/
	color: #FA5538;
	/*タブ画像（マウスオーバー）*/
	background-image: url(../images/pop_010_tropical/btn_menu_on_tropical.jpg);
}
/*-----------above for template menu-----------*/
/*------below for template entry button--------*/
.entry_btn_01{
	/*エントリーボタン画像（小）*/	
	background-image: url(../images/pop_010_tropical/entry_tropical_01.jpg);
}
.entry_btn_02{
	/*エントリーボタン画像（大）*/
	background-image: url(../images/pop_010_tropical/entry_tropical_02.jpg);
}
/*------above for template entry button--------*/

