@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";
	background-color: #FFF;
	background-color: #CCC;
	background-color: #00659A;
	color:#444;
	text-align: center;
	line-height: 100%;
}

/* 基本リンクカラー */
a:link {
	color: #1C3B68;
	text-decoration: underline;
	}
a:visited {
	color: #1C3B68;
	text-decoration: underline;
	}
a:hover {
	color: #F6C;
	color: #F69;
	color: #F63;
	text-decoration: underline;
	}
a:active {
	color: #F6C;
	color: #F69;
	color: #F00;
	text-decoration: underline;
	}

/* 全体 */
#container {
	width: 726px;
	width: 740px;
	margin: 0 auto 0 auto;
	padding: 0;
	/*padding-top: 1px;  これを指定しないとNetscapeで問題あり？ */
	background: #FFFFFF url(../pic/back_shadow6.jpg) repeat-y top center;
}

#container2 {
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 0;
	padding-top: 1px; /* これを指定しないとNetscapeで問題あり？ */
	/*border-left: solid 1px #666;
	border-right: solid 1px #666;*/
}

#top {
	margin-top: 15px;
	margin-top: 12px;
	/*margin-left: 15px;*/
	width: 700px;
	/*width: 670px;*/
	height: 270px;
	text-align: left;
	position: relative;
	/*background: #018ABE url(../pic/title_back.jpg) no-repeat top center;*/
}

#top #top2 {
	margin-left: 15px;
	width: 670px;
	height: 270px;
	background: #018ABE url(../pic/title_back.jpg) no-repeat top center;
}

/* H1レベル-タイトル */
#top h1 {
	position: absolute;
	top: 102px;
	left: 425px;
	left: 432px;
	left: 426px;
	font-size: 14px;
	/*margin-bottom: 14px;*/
}

#top p.term {
	position: absolute;
	top: 190px;
	left: 433px;
	left: 440px;
	left: 434px;
	font-size: 12px;
}

#top p.time {
	position: absolute;
	top: 210px;
	left: 409px;
	left: 416px;
	left: 410px;
	font-size: 12px;
}

#top p.laputa_link {
	position: absolute;
	top: 242px;
	left: 560px;
	left: 567px;
	left: 561px;
	font-size: 12px;
}

/*#top .jikan {
	font-size: 12px;
	color: #1C3B68;
	margin-bottom: 8px;
}*/

/* 作品ラインナップ、リンク */
.lineup {
	margin: 5px auto 10px auto;
	padding: 0;
	width: 680px;
	/*width: 620px;*/
	text-align: left;
}

.lineup ul {
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
	list-style-type: none;
	/*display: inline;*/
}

.lineup li {
	display: inline;
	/*margin-right: 10px;*/
	margin-left: 11px;
	/*padding-left: 5px;
	padding-right: 5px;
	border-right: solid 1px #666;*/
}

.lineup a:link {
	text-decoration: none;
	}
.lineup a:visited {
	text-decoration: none;
	}
.lineup a:hover {
	text-decoration: underline;
	}
.lineup a:active {
	text-decoration: underline;
	}

#main {
	text-align: left;
	/*background-color: #BBB;*/
	padding: 0px 40px 10px 40px;
	padding: 0px 35px 10px 40px;
}

/* 上映作品解説 */
.works {
	width: 620px;
	/*margin-right: 40px;
	margin-left: 0px;
	margin-bottom: 100px;
	padding-top:9px;*/
	/*border-top: solid 2px #999999;*/
	margin-bottom: 30px;
}

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

.text {
	/*width: 435px;*/
	width: 434px;
	float: left;
}

.date {
	margin: 0px 0px 2px 0px;
	font-size: 12px;
	float: right;
}

.title {
	margin: 0px 0px 3px 0px;
	font-family: "Osaka", "MS UI Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #1C3B68;
}

.data {
	clear: right;
	margin: 0px 0px 6px 0px;
	padding-bottom: 6px;
	border-bottom: solid 1px #1C3B68;
}

.staff {
	margin: 0px 0px 6px 0px;
	padding-bottom: 6px;
	border-bottom: solid 1px #1C3B68;
}

.kaisetsu {
	margin: 0px 0px 1px 0px;
	font-family: "Osaka", "MS UI Gothic";
	font-size: 12px;
	line-height:18px;
}

.to_top {
	margin: 0px 0px 10px 0px;
	font-family: "Osaka", "MS UI Gothic";
	font-size: 12px;
	text-align: right;
}

/* 料金、インフォメーション */
.info {
	width: 620px;
}

#info h3 {
	width: 620px;
	font-family: "Osaka", "MS UI Gothic";
	font-size: 12px;
	line-height:18px;
	font-weight: normal;
	color:#1C3B68;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom:solid 1px #1C3B68;
}

#info p {
	font-family: "Osaka", "MS UI Gothic";
	font-size: 12px;
	line-height:18px;
	/*color:#CC0033;*/
	margin-top:0em;
	margin-bottom:1em;
}

#info ul {
	margin: 4px 0 10px 20px;
	padding: 0;
	font-size: 12px;
	line-height:18px;
}

/* ログ取得＆カウンターボックス */
.o_counter {
	/*width:230px;*/
	margin:0;
	padding:0;
}

.clear-l {
	clear: left;
	padding-bottom: 10px; /* margin-bottomではMozillaで無効 */
}

