@charset "shift_jis";

/* Suara
---------------------------------------
(C)F.I.X. Records All Rights Reserved.
	http://www.fixrecords.com/
*/

/* ==========================================================================
 1.基本設定
========================================================================== */
@import url("common/init.css");	/* 初期設定 */


/* ==========================================================================
 3.デザイン-汎用
========================================================================== */
@import url("common/design.css");	/* デザイン-汎用 */
@import url("common/localnavi.css");	/* ローカルナビ・詳細 */
@import url("common/division2.css");	/* ２分割デザイン共通 */


/* ==========================================================================
 4.デザイン-専用
========================================================================== */


/* --------------------------------------------------------------------------
 題名<h2> */
h2 {
	background:url(info/h2.gif);
}
/* 個別設定 */
#new h2 span {background-image:url(info/h2_new.gif);}
#eve h2 span {background-image:url(info/h2_eve.gif);}
#rel h2 span {background-image:url(info/h2_rel.gif);}
#liv h2 span {background-image:url(info/h2_liv.gif);}
#med h2 span {background-image:url(info/h2_med.gif);}
#ani h2 span {background-image:url(info/h2_ani.gif);}
#gam h2 span {background-image:url(info/h2_gam.gif);}
#mag h2 span {background-image:url(info/h2_mag.gif);}
#oth h2 span {background-image:url(common/h2_oth.gif);}
#sch h2 span {background-image:url(info/h2_sch.gif);}


#bgPhoto {
	background:url(info/bg.jpg) 1px 101px no-repeat;
}


h2.month {
	clear:both;
	margin:0px 12px 8px;
	width:495px;
	height:18px;
	background:url(info/h2_month.gif) 0 17px no-repeat;

	text-indent:7px;
	font-size:10pt;
	font-weight:bold;
}

#sch #areaDetail br {
	clear:both;
}

#btn_sch {
	margin:426px auto 30px 12px;
	width:110px;
	height:18px;
}

#areaLeft .up {
	background:url(common/up.gif) 100% 0 no-repeat;
}

#btn_sch a {
	display:block;
	width:100px;
	height:18px;
	background:url(info/btn_sch.gif) no-repeat;
	text-indent:-9999px;
}

#btn_sch a:hover {
	background-position:0 -18px;
}



/* ------------------------------------------------------------------右エリア
*/

/* 詳細・題名<h3> 【追記】*/
#areaDetail h3 {
	width:495px;
	height:18px;
}

#new #areaDetail h3 ,
#sch #areaDetail h3 {
	margin-bottom:4px;
}


/* aタグ */
#areaDetail h3 a {
	float:left;
	margin-left:84px;	/* icon:76px + margin:8px */
	color:#ffb022;
	font-weight:bold;
}
#new #areaDetail h3 a:hover {
	color:#ff2232;
}

/* 掲載日 */
#areaDetail h3 span {
	float:right;
	color:#fff;
	font-weight:normal;
}

/* 開催日 */
#sch #areaDetail h3 span {
	float:left;
	width:100px;
}


/* UPマーク */
#areaDetail h3 span.up {
	padding-right:11px;
	background:url(common/up.gif) 100% 0 no-repeat;
}

/* アイコン */
#eve h3 ,h3.eve {background-image:url(info/icon_eve.gif)!important;}
#rel h3 ,h3.rel {background-image:url(info/icon_rel.gif);}
#liv h3 ,h3.liv {background-image:url(info/icon_liv.gif);}
#med h3 ,h3.med {background-image:url(info/icon_med.gif);}
#ani h3 ,h3.ani {background-image:url(info/icon_ani.gif);}
#gam h3 ,h3.gam {background-image:url(info/icon_gam.gif);}
#mag h3 ,h3.mag {background-image:url(info/icon_mag.gif);}
#oth h3 ,h3.oth {background-image:url(common/icon_oth.gif);}



/* [EOF] */