/*　全体指定----------------------------------　*/

@charset "Shift_JIS";
a:link    {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:hover   {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active  { color: #FFFFFF; text-decoration: none }

h1,h2,h3,h4,h5,h6 {
margin-top: 0px;
margin-bottom: 0px;
font-size: 1em;
font-weight: normal;

}

dl,dt,dd,ul,li,p{
	margin: 0px;
	padding: 0px;
}


/*　メイン背景画像・ボックス指定--------------------------------　*/

body {
	background-image: url(img/back_img.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #FFFFFF;
}


#main_body {
	width: 800px;
	background-color: #0F0F0F;
	padding-bottom: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	height: auto;
}

/*　ヘッダー指定--------------------------------　*/

#header_box {
	background: url(img/header.jpg) 0% 0% no-repeat;
	height: 67px;
}

#header_box img {
	margin-top: 12px;
	margin-left: 15px;
	float: left;
}

#sitemap {
	height: 10px;
	width: 90px;
	padding-top: 43px;
	font-weight: bold;
	font-size: 80%;
	float: right;
}
#sitemap a:link    {
font-weight: bold;
}
#sitemap a:visited {
font-weight: bold;
}
#sitemap a:hover   {
font-weight: bold;
}
/*　メインメニュー指定--------------------------------　*/

#menu {
	margin-top: 32px;
	height: 210px;
	margin-left: 11px;
	width: 790px;
	margin-bottom: 20px;
}

#menu ul {
	margin-top: 10px;
	}
	
#menu li {
	line-height: 1.8em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-left: 20px;
	}


/*　メインメニュー　各カテゴリリスト設定　--------------------------------　*/

#AR {
	float: left;
	background:url(img/common/ar_menu_back.gif) 0% 100% no-repeat;
	height: 210px;
	width: 152px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#AR li {
	list-style-image: url(img/common/ar_mark.gif);
}

#Event {
	float: left;
	background: url(img/common/event_menu_back.gif) 0% 100% no-repeat;
	height: 210px;
	width: 156px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	}
	
#Event li {
	list-style-image: url(img/common/event_mark.gif);
}

#Video {
	float: left;
	background: url(img/common/video_menu_back.gif) 0% 100% no-repeat;
	height: 210px;
	width: 156px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	}

#Video li {
	list-style-image: url(img/common/video_mark.gif);

}
#Corporate {
	float: left;
	background: url(img/common/corporate_menu_back.gif) 0% 100% no-repeat;
	height: 210px;
	width: 156px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	}
	
#Corporate li {
	list-style-image: url(img/common/corporate_mark.gif);
}

#Contact {
	float: left;
	background: url(img/common/contact_menu_back.gif) 0% 100% no-repeat;
	height: 210px;
	width: 156px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	}
	
#Contact li {
	list-style-image: url(img/common/contact_mark.gif);
}


/*　2階層目以降　サイドメニュー指定　--------------------------------　*/
#sub_ar    {
	background:url(img/common/ar_menu_back_sub.jpg) bottom no-repeat;
	padding-bottom: 10px;
	height: 80px;
}
#sub_ar  li{list-style-image: url(img/common/ar_mark.gif)       ;list-style-type: none;margin-left: 30px;font-size: 12px;line-height: 1.7em;}

#sub_ev    {
	background:url(img/common/event_menu_back_sub.jpg) bottom no-repeat;
	padding-bottom: 10px;
	height: 80px;
}
#sub_ev  li{list-style-image: url(img/common/event_mark.gif)    ;list-style-type: none;margin-left: 30px;font-size: 12px;line-height: 1.7em;}

#sub_vi    {
	background:url(img/common/video_menu_back_sub.jpg) bottom no-repeat; padding-bottom: 10px;
	height: 100px;
}
#sub_vi  li{list-style-image: url(img/common/video_mark.gif)    ;list-style-type: none;margin-left: 30px;font-size: 12px;line-height: 1.7em;}

#sub_cor   {
	background:url(img/common/corp_menu_back_sub.jpg) bottom no-repeat;
	padding-bottom: 10px;
	height: 120px;
}
#sub_cor li{list-style-image: url(img/common/corporate_mark.gif);list-style-type: none;margin-left: 30px;font-size: 12px;line-height: 1.7em;}

#sub_con   {
	background:url(img/common/contact_menu_back_sub.jpg) bottom no-repeat;
	padding-bottom: 10px;
	height: 110px;
}
#sub_con li{list-style-image: url(img/common/contact_mark.gif)  ;list-style-type: none;margin-left: 30px;font-size: 12px;line-height: 1.7em;}



#info {
	margin-top: 20px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 10px;
}

/*　トップページ　ニュースリリース指定　--------------------------------　*/
#news{
	width: 484px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.5em;
}
/*　トップページ　マスターTV　--------------------------------　*/
#tv{
	width: 277px;
	float: left;
	margin-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 1.5em;
}
/*　フッター設定　--------------------------------　*/

#footer_box {
	width: 780px;
	margin-left: 10px;
	margin-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#footer_box p {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 9px;
}


/*　全ページ共通 とりあえず置いてみた。削除可 */
.to_top_link {font-size:9px;margin-right:30px;}




/* 中身-------------------------------- */

#data_box {
	width: 800px;
	background-color: #0F0F0F;
}


#bottom_menu {
	width: 189px;
	margin-top: 35px;
	float: left;
}

#bottom_menu li {
	margin-left: 20px;
}

#contents {
	width: 580px;
	float: right;
	margin-top: 35px;
	font-size:80%;
	line-height:1.5em;
	padding-right:5px;
}

#contents h4{
	font-size:20px;
	border-left:4px solid #666;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:bold;
	padding-top: 3px;
}
#contents h5{
	font-size: 15px;
	margin-bottom: 5px;
}
#contents .ar_talent h5{
	font-size: 15px;
	margin-bottom: 0px;
}
#contents p {
	line-height: 2em;
}

.personal {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.5em;
}
.personal_name {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
}
/*中身*/
/*ヘッダここでリセット？*/
#sitemap:after { 
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
/*Mac IE5.x用ここでリセット？
---------------------------------------*/
#sitemap {
display:inline-block;
}



/*TOPメニューここでリセット？*/
#menu:after { 
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
/*Mac IE5.x用ここでリセット？
---------------------------------------*/
#menu {
display:inline-block;
}

/*本体ここでリセット？*/
#info:after { 
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
/*Mac IE5.x用ここでリセット？
---------------------------------------*/
#info {
display:inline-block;
}


/*コンテンツ中身ここでリセット？*/
#data_box:after { 
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
/*Mac IE5.x用ここでリセット？
---------------------------------------*/
#data_box {
display:inline-block;
}

/*本体ここでリセット？*/
#main_body:after { 
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
/*Mac IE5.x用ここでリセット？
---------------------------------------*/
#main_body {
display:inline-block;
}
