/*#ffd700 #ffe98d*/


/*全体ボックス*/
#container {
	width: 850px;
	margin: 40px auto 20px;
}


/*=============== コンテンツ（フロート対策に高さを設定してある） ===============*/
#contents {
	width: 700px;
	margin: auto;
	text-align: center;
}

#contents h1 {
	font-size: 16px;
	border: 1px solid #222222;
	color: red;
	padding: 20px 0 15px;
	margin-bottom: 30px;
}
#contents p {
	font-size: 12px;
	line-height: 25px;
	margin: 20px 0;
}
#contents table {
	border-collapse: collapse;
	margin: 15px auto;
	width: 250px;
}
#contents #info_right .cast tr td, #contents #info_right .cast tr th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
}
#contents #info_right .cast tr th {
	background-color: #FFF;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0FF;
	border-left-color: #0FF;
}

#contents th,#contents td {
	border: 1px solid #000000;
	padding: 2px 5px;
}
#contents th {
	background-color: #ffd700;
}



#contents p.size14 {
	font-weight: bold;
	font-size: 14px;
}

/*=============== 右のテクスト部分 ===============*/
#info_right {
	float: right;
	width: 400px;
}
/*=============== 左の画像部分 ===============*/
#info_left {
	float: left;
	width: 300px;
}
#info_left h2 {
	width: 300px;
	height: 425px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background-image: url(img/kimi_art.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/*=============== musubiでフロートを戻す ===============*/
#musubi {
	clear: both;
	text-align: center;
	margin: 40px auto;
}



#container a:link,#container a:visited {
	text-decoration: underline;
	color: blue;
	}
#container a:hover {
	text-decoration: none;
	color: blue;
}
#container a:active {
	text-decoration: underline;
	color: blue;
}

.red {
	color: #F00;
}

