@charset "UTF-8";

 /* リンク色 */
a:link { text-decoration:none;color:#039 }
a:visited { text-decoration:none;color:#039 }
a:hover { text-decoration:none;color:#f60 }
a:active { text-decoration:none;color:#039 }
a[name]:hover { text-decoration:none;color:#000; }

/*----------------■全体---------------*/

body  {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:  13px;
	line-height:  1.5;
	text-align: left;
	background: #fff url(../image/title_bg.jpg) no-repeat center 100px;
	color: #000;
}
.wrap950 {
	width: 950px;
	margin: 0 auto;
}
ul.list {
	list-style: disc;
	padding-left: 20px;
}
table.tb {
	width: 100%;
}
table.tb th {
	white-space: nowrap;
	padding: 10px 0 10px 20px;
	background: #e7e0d7;
	border-top: 1px dotted #bbb;
}
table.tb td {
	padding: 10px 0 10px 20px;
	border-top: 1px dotted #bbb;
}
strong {
	font-weight: bold;
}

/*----------------■ヘッダー---------------*/
h1  {
}
#hnavi {
	width: 950px;
}
#hnavi li {
	float: left;
}

/*----------------■コンテンツ---------------*/
#bg-img {
	background: url(../image/title.png) no-repeat center top;
	padding: 475px 0 50px 0;
}

#contents {
	width: 950px;
	margin: 0px auto;
}
#snavi {/* メニュー */
	width:190px;
	float: left;
}
#snavi dt{
	margin-bottom: 10px;
}
#snavi dd{
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
#main {/* メイン */
	width:730px;
	float: right;
}

/*----------------■フッター---------------*/
#foot ul {
	width: 940px;
	background: #ddd;
	margin-bottom: 10px;
	padding: 5px;
}
#foot ul li {
	float: left;
	font-size: 11px;
	border-right: 1px solid #999;
	padding: 0 10px;
}

/*----------------■トップ---------------*/
#present_car {
	background: #def;
	padding:0 40px 30px 40px;
	color: #e29;
}
#present_car span{
	font-weight: bold;
}
#present_car li{
	border-top: 1px solid #fff;
	padding: 10px 0;
}

/*----------------■ブログ---------------*/
.blog_mi {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 50px;
}

.blog_navi {
	margin-top: 50px;
	padding: 10px 0;
	background: #9a7762;
	text-align: center;
	color: #fff;
}
.blog_navi a{
	color: #fff;
}

/*----------------■キャスト---------------*/
.cast_dl dt {
	float: left;
	margin-left: 10px;
}
.cast_dl dd {
	display: none;
}
.cast_box {
	background: #fff;
	padding: 30px;
	height: 600px;
}
.cast_box h2{
	font-weight: bold;
	font-size: 16px;
	border-left: 5px solid #9a7762;
	padding: 5px 0 5px 10px;
	color: #9a7762;
	margin-bottom: 15px;
}
.cast_box img{
	float:right;
	margin: 0 0 20px 20px;
}