@import url("base.css");

body {
	background:url(../img/bg_body.gif) repeat-y #fff;
	margin:0;
	padding:0;
	color:#333333;
	font-size:100%;
	line-height:130%;
	font-family:"ＭＳ ゴシック", "Osaka−等幅";
}

/*---------------ヘッダ---------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	margin:0;
	background:url(../img/header_tt_fm.gif) no-repeat;
	width:900px;
}

#header dl, #header dt, #header dd {
	margin:0;
	padding:0;
}

#header #site-logo {
	margin:0;
	padding:0;
}

#header #site-logo .cName {
	position:relative;
	height:70px;
	display:block;
	width:580px;
	float:left;
	margin:0;
	padding:0;
	text-indent:-5000px;
	text-decoration: none;
}

#header #site-logo .cNameIn {
	display:block;
	width:200px;
	height:24px;
	margin:0;
	padding:0;
	position:relative;
	float:right;
	text-indent:-5000px;
	text-decoration: none;
}

/* ヘッダー タブ切り替え */
#site-menu {
	position:relative;
	top:23px;
	float:right;
	height:23px;
	width:210px;
}

#site-menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#site-menu li {
	float:left;
}

#site-menu a {
	width:100px;
	height: 23px;
	display: block;
	text-decoration: none;
}

#tab-1 {
	margin:0;
	padding:0 2px 0 0;
	left:0px;
	width:100px;
	height:23px;
	background:url(../img/header_tab_pp_off.gif) no-repeat;
	text-indent:-5000px;
}

#tab-2 {
	margin:0;
	padding:0 2px 0 0;
	left:0px;
	width:100px;
	height:23px;
	background:url(../img/header_tab_flow.gif) no-repeat;
	text-indent:-5000px;
}

#tab-1 a:hover, #tab-1 li a:visited:hover {
	background: transparent url(../img/header_tab_pp.gif) 0px no-repeat;
}
/*#tab-2 a:hover, #tab-2 a:visited:hover {
	background: transparent url(../img/header_tab_flow_off.gif) 0px no-repeat;
}*/

/* ヘッダー カテゴリーメニュー */
#menu-btn {
	position:absolute;
	top:70px;
	left:0px;
	height:32px;
	font-size:12px;
	line-height:20px;
	width:900px;
	background-color:#5a5a5a;
}

#menu-btn ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu-btn li {
	float:left;
	margin-top:4px;
	text-align:center;
}

#menu-btn li a.cmTab {
	height: 24px;
	width:134px;
	padding-top:4px;
	display: block;
	text-decoration: none;
	color:#000000;
	background:url(../img/header_btn.gif) no-repeat;
}

#menu-btn li a.cmTab:hover, #menu-btn li a.cmTab:visited:hover {
	height: 24px;
	width:134px;
	padding-top:4px;
	display: block;
	text-decoration: none;
	color:#ffffff;
/*	color:#4bbff7;*/
	background:url(../img/header_btn_on.gif) no-repeat;
}

#menu-btn li a.cmTab-on {
	height: 24px;
	width:134px;
	padding-top:4px;
	display: block;
	text-decoration: none;
color:#4bbff7;
/*	color:#ffffff;*/
	background:url(../img/header_btn_on.gif) no-repeat;
}

#menu-btn li a.cmTab-on:hover, #menu-btn li a.cmTab-on:visited:hover {
	height: 24px;
	width:134px;
	padding-top:4px;
	display: block;
	text-decoration: none;
	color:#ffffff;
	background:url(../img/header_btn_on.gif) no-repeat;
}


/*カテゴリータイトル*/

#header dd#headline_title {
	position:absolute;
	top:105px;
	left:0px;
	width:892px;
	background-color:#000000;
	color:#4bbff7;
	font-size:10px;
	padding-right:8px;
	padding-top:2px;
	display:block;
	text-align:right;
}
