@charset "utf-8";

/*	Stylesheet for Asmik Ace Entertainment Inc.
 *	Copyright (C)2007 アスミック・エース エンタテインメント株式会社 / Asmik Ace Entertainment, Inc. All Rights Reserved.
*/ 
@import "base.css";

/*----ヘッダーの基本設定TOP用----*/
#header{
	width:770px; height:374px;
	margin:0;
	padding:0px;
	background-image:url(../common_img/head1.gif);
	background-repeat:no-repeat;
	position:relative;
}

#header h1{
	text-indent:-9999px;
}


/*----メインナビゲーション共通----*/
/*----通常TOPページ、下マージン20px----*/
#mainNavi{
	position:relative;
	background-image:url(../common_img/main_navi.gif);
	background-repeat:no-repeat;
	height:39px;
	width:742px;
    margin: 0 14px 20px 14px;
	background-color:#FFFFFF;
}


/*TOP　メインSWF*/
#swf1 {
	position:absolute;
	width:770px;
	height:344px;
	top: 30px;
	padding:0 15px;
	margin:0;
}

/*TOP　左枠*/
#area_info {
	width:242px;
	padding: 0 0 0 15px;
	margin:0;
	background-color:#FFFFFF;
	float:left;
}

/*TOP　NEWSのSWF*/
#swf_news {
	width:242px;
	height:280px;
	margin:0 0 6px 0;
	padding: 0;
}

/*TOP　左ナビ　基本設定*/
#subNavi {
	width:242px;
	height:266px;
	margin:0;
	padding:0;
}

/*TOP　左ナビ　作品リスト*/
a#works {
	display:block;
	text-indent:-9999px;
	width:242px;
	height:48px;
	background: url(../common_img/btn_works1.gif) no-repeat;
	margin:0 0 5px 0;
	padding:0;
}

a#works:hover {
	width:242px; height:48px;
	background: url(../common_img/btn_works2.gif) no-repeat;
}

/*TOP　左ナビ　TVオンエア情報*/
a#tv {
	display:block;
	text-indent:-9999px;
	width:242px;
	height:48px;
	background: url(../common_img/btn_tv1.gif) no-repeat;
	margin:0 0 5px 0;
	padding:0;
}

a#tv:hover {
	width:242px; height:48px;
	background: url(../common_img/btn_tv2.gif) no-repeat;
}

/*TOP　左ナビ　関連商品情報*/
a#merchandising {
	display:block;
	text-indent:-9999px;
	width:242px;
	height:48px;
	background: url(../common_img/btn_merchandising1.gif) no-repeat;
	margin:0 0 5px 0;
	padding:0;
}

a#merchandising:hover {
	width:242px; height:48px;
	background: url(../common_img/btn_merchandising2.gif) no-repeat;
}

/*TOP　左ナビ　音楽情報*/
a#music {
	display:block;
	text-indent:-9999px;
	width:242px;
	height:48px;
	background: url(../common_img/btn_music1.gif) no-repeat;
	margin:0 0 5px 0;
	padding:0;
}

a#music:hover {
	width:242px; height:48px;
	background: url(../common_img/btn_music2.gif) no-repeat;
}

/*TOP　左ナビ　企業情報*/
a#aboutus {
	display:block;
	text-indent:-9999px;
	width:242px;
	height:48px;
	background: url(../common_img/btn_aboutus1.gif) no-repeat;
	margin:0 0 6px 0;
	padding:0;
}

a#aboutus:hover {
	width:242px; height:48px;
	background: url(../common_img/btn_aboutus2.gif) no-repeat;
}

/*TOP　hot topics*/
#hot_topics {
	width:242px;
	margin:0;
	padding: 0 0 0 0;
	background: url(../common_img/hot_topics_bg.gif) ;
}

#hot_topics_text {
	color:#666666;
	font-size:12px;
	padding: 8px;
	line-height:1.3;
} 

/*TOP　右枠*/

#area_swf {
	width:492px!important;
	width:507px;
	float:right;
	padding:0 15px 0 0;
	margin:0;
	background-color:#FFFFFF;
}


