﻿/* @override http://www.nba-cha-cha.com/skins/top/top_style.css */

/* CSS Document */


/* タグ属性 */

body{
	background-color:#FFCCFF;
	color:#333333;
}

h1,h2,h3,h4,h5,h6{font-weight:normal;}

a{border:0}

img{border:0}

/* Main ID */
#main{
	margin-top:20px;
	width:800px;
	font-size:14px;
	background-color:#FFFFFF;
	color:inherit;
}

#header{
	width:inherit;
}

#content{
	padding:15px 15px 10px 15px;
	width:770px;
	text-align: left;
}
#pickup {
	float:right;
}
#news{
	border:1px solid #8C0D11;
	background-color: #D8C594;
	color:inherit;
	text-align:left;
	width:768px;
	margin: 0 0 10px;
	height: 200px;
	overflow: auto;
}

#castsblog{
	width:483px;
	text-align:left;
	border:#8C0D11 1px solid;
	background:url(images/blogs_bg.gif) repeat #666666;
	color:inherit;
}

#side{
	width:275px;
	margin-left: 10px;
}
#footer{
	background:url(images/footer_bg.gif) repeat-x #8C0D11;
	height:23px;
	color:#FFFFFF;
	font-size:12px;
	padding-top:7px;
}

/* Main CLASS */
.casttitle{
	border-bottom:1px #666666 dotted;
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size:15px;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:5px;
}

.cast{
	width:460px;
	height:150px;
	text-align:left;
	margin:0 10px 5px 10px;
	border:#8C0D11 solid 1px;
	background:#FFFFCC;
	color:inherit;
}

/* id header 下 */
#header h2.title, #header h1.title{
	display:none;
}
#header img{
	width:800px;
	height:150px;
	margin:0;
	border:0;
}

/* id news 下 */
#news div{
	padding:0 5px 5px 5px;
}
#news img{
	width:101px;
	height:36px;
}

/* id side 下 */
#side img{
	margin-bottom:5px;
}
/* class castsblog 下 */
.castsblog{
	width:99px;
	height:32px;
	margin:5px 0px 5px 0px;
}

/* class cast 下 */
.cast img{
	width:100px;
	height:150px;
	float: left;
	margin-right:5px;
}

/* class casttitle 下 */
.casttitle a{
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size:16px;
	background-color:inherit;
	color:#8C0D11;
}

/* class */
.title_red{
	background-color:inherit;
	color:#8C0D11;
	font-weight:bold;
}
.title_sub_red{
	color:#8C0D11;
	margin-top:10px;
	padding:0 0 0 0px;
	width:400px;
}
.title_sub_gold{
	color:#D8C594;
	margin-top:10px;
	padding:0 0 0 0px;
	width:350px;
}
.title_sub_img{
	width:115px;
	float:left;
}
.float_clear{
	clear:none;
}
.authorlink{
	font-size:12px;
	background-color:inherit;
	color:#999;
}