@charset "utf-8";

/*フロートのハック用*/
ul#p_menulist:after,
#p_content_leaf:after,
#p_menu:after,
#header:after,
#layout:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul#p_menulist,
#p_content_leaf,
#p_menu,
#header,
#layout {
	display: inline-table;
	/*\*/
	display: block;
	*height: 1%;
	/**/
}
#header{
	position:relative;
	}
#header a.frlink{
	position:absolute;
	top:0px;
	right:5px;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	display:block;
	height:14px;
	width:150px;
	padding-bottom:2px;
	text-align:center;
	background:url(/standard-images/frlink.gif);
	}

/*------------below for base color-------------*/
#layout {
	padding: 0px;
	width: 800px;
	margin: 0px auto;
	text-align: left;
	/*背景色*/
	background-color: #FF6600;
}
#p_content_leaf {
	/*背景色*/
	background-color: #FF6600;
	margin: 0px;
	padding: 0px 28px 0px 29px;
	width: 741px;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	background-image: url(/standard-images/background/content_bk.jpg);
	background-repeat: repeat-x;
}
#header {
	background-color: #FFFFFF;
	padding: 3px 30px 5px;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-top-width: 5px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: none;
	/*ページTOP帯*/
	border-top-color: #FF6600;
	width: 738px;
	height: 55px;
	margin: 0px;
}
/*------------above for base color-------------*/
/*-----------below for template menu-----------*/
#p_menu {
	width: 800px;
	background-color: #FFFFFF;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	clear:none;
	list-style-type: none;
	/*タブ背景画像*/
	background-image: url(/standard-images/default/menu_bg_default.jpg);
	background-repeat: repeat;
}
ul#p_menulist{
	text-indent: 0px;
	margin: 0px;
	padding: 0px 30px;
	float:left;
	clear:none;
	list-style-type: none;
}
li.btn_menu {
	float: left;
	clear:none;
	height: 20px;
	width: 100px;
	font-size:0.85em;
	font-weight: bold;
	/*タブ文字色（デフォルト）*/
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
}
a.btn_menu {
	float: left;
	text-decoration:none;
	height: 15px;
	width: 80px;
	font-weight: bold;
	/*タブ文字色（デフォルト）*/
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	padding-right: 15px;
	padding-left: 5px;
	/*タブ画像（デフォルト）*/
	background-image: url(/standard-images/default/btn_menu_off_default.jpg);
	padding-top: 5px;
	margin: 0px;
}
a.btn_menu:hover,a.btn_menu_on {
	float: left;
	text-decoration:none;
	height: 15px;
	width: 80px;
	font-weight: bold;
	/*タブ文字色（マウスオーバー）*/
	color: #00FFFF;
	text-align: center;
	vertical-align: bottom;
	padding-right: 15px;
	padding-left: 5px;
	/*タブ画像（マウスオーバー）*/
	background-image: url(/standard-images/default/btn_menu_on_default.jpg);
	padding-top: 5px;
	margin: 0px;
}
/*-----------above for template menu-----------*/
/*------below for template entry button--------*/
.entry_btn_01{
	float: left;
	/*エントリーボタン画像（小）*/	
	background-image: url(/standard-images/default/entry_default_01.gif);
	width:117px;
	height:13px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	vertical-align:middle;
	background-repeat: no-repeat;
}
.entry_btn_02{
	float: left;
	/*エントリーボタン画像（大）*/
	background-image: url(/standard-images/default/entry_default_02.gif);
	width:200px;
	height:13px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	vertical-align:middle;
}
/*------above for template entry button--------*/

