@charset "shift_jis";

body, p, form, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
}

img {
	border: 0px none;
}

body {
	font-family: "Osaka", "MS UI Gothic";
	color:#333;
	text-align: center;
	background-color: #EDD1BE;
	background-color: #FFFDE6;
	line-height: 1.0;
}

/* 基本リンクカラー */
a:link {
	color: #DE2547;
	color: #C03;
	text-decoration: underline;
	}
a:visited {
	color: #DE2547;
	color: #C03;
	text-decoration: underline;
	}
a:hover {
	/*color: #FF9;*/
	color: #F60;
	text-decoration: underline;
	}
a:active {
	/*color: #F00;*/
	color: #F00;
	text-decoration: underline;
	}

#container {
	width: 744px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

/* 上映作品解説 */
#kaisetsutop {
	/*width: 672px;
	height: 260px;*/
	height: 120px;
	height: 116px;
	position: relative;
	/*background: #EDD1BE url(../pic/kanban_small_bg.jpg) no-repeat 183px 50px;*/
	/*vertical-align: top;*/
}

#kaisetsutop h1 {
	/*width: 157px;*/
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#kaisetsutop .link {
	text-align: right;
	font-size: 12px;
	padding: 10px 20px 0px 0px;
	padding-top: 0px;
	padding-top: 7px;
	padding-right: 52px;
	/*background-color: #DDD;
	line-height: 1;*/
}

#main {
	padding: 0px 52px 10px 52px;
}

#main h2 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	/*color: #81736D;*/
	padding-bottom: 14px;
}

.box_top {
	background-image: url(../pic/bg_rnd_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.box_middle {
	background-image: url(../pic/bg_rnd_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 22px;
	width: 660px; /* peek-a-boo対策 */
}

.box_bottom {
	background-image: url(../pic/bg_rnd_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 25px 21px 0px 27px;
	padding: 25px 0px 21px 27px;
	padding: 23px 0px 16px 26px;
}

.works {
	width: 640px;
	width: 612px;
	/*background-color: #FFF;*/
	/*margin-bottom: 22px;*/
}

/* クリアフィックス */
.wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.wrapper {display: inline-table;}

/* Hides from IE-mac \*/
* html .wrapper {height: 1%;}
.wrapper {display: block;}
/* End hide from IE-mac */

.photo {
	width: 170px;
	float: left;
	margin-right: 20px;
}

.text {
	width: 420px;
	width: 410px;
	width: 397px;
	/*margin-left: 190px;*/
	float: left;
}

.date {
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 117%; /* IE向け 上辺が切れないように */
	float: right;
}

.heroine-name-bg {
	width: 83px;
	height: 19px;
	margin-bottom: 9px;
	float: left; /* 追加 07.10.10 */
	background-image: url(../pic/heroine_name_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 100%; /* IE向け 上辺が切れないように */
	/* line-height: 0; IE向け 上辺が切れないように */
}

.heroine-name {
	padding-top: 0px;
	padding-top: 2px;
	text-align: center;
	font-size: 12px;
	/* line-height: 100%; IE向け 上辺が切れないように */
	color: #FFF;
}

.title {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 100%; /* IE向け 上辺が切れないように */
	font-weight: normal;
	font-weight: bold;
	color: #F30;
	color: #81736D;
	color: #745;
	/*float: left;  追加 07.10.10 */
	clear: both; /* 上の追加に伴い変更 07.10.10 */
}

.data {
	/*clear: both;  上の追加に伴い変更 07.10.10 */
	/*clear: right;*/
	margin-bottom: 1px;
	padding-bottom: 6px;
	font-size: 12px;
	line-height:18px;
}

.staff {
	margin-bottom: 6px;
	padding-bottom: 6px;
	/*border-bottom: dotted 2px #999999;*/
	border-bottom: solid 1px #AAA;
	font-size: 12px;
	line-height:18px;
}

.kaisetsu {
	margin: 0px 0px 1px 0px;
	font-size: 12px;
	line-height:18px;
}

.to_top {
	font-size: 12px;
	text-align: right;
}

