﻿@charset "UTF-8";


/*** 段組 レイアウト***/
#wrapper{
	background: url(../img/material/back02.gif) center repeat-y;
}

/*** ナビ ***/
.nav{
	text-align: right;
	font-size: 80%;
	padding-right: 15px;
}
.archive_link{
	text-align: right;
	font-size: 80%;
}
/*** 過去の公演 ***/
#archive{
	padding: 20px 15px;
}
#archive ol li{
	text-align: center;
	padding: 1em 0.5em;
	list-style-type: none;
	float: left;
}
#archive ol li a{
	display: block;
	border-right: black solid 2px;
	border-bottom: black solid 2px;
	width: 145px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	color: white;
	background: olive;
}
#archive ol li a:hover{
	border-right: 0px;
	border-bottom: 0px;
	border-top: black solid 2px;
	border-left: black solid 2px;
	background: seagreen;
}
dl.cast_archive{
	text-align: center;
	float: left;
	width: 150px;
	height: 150px;
}
dd.acter{
	font-size: 90%;
	color: chocolate;
	height: 17px;
	background: url(../img/material/actor.gif) center;
}
dd.play{
	font-size: 85%;
	padding: 0px 5px;
	height: 50px;
	background: url(../img/material/play.gif) center;
}
.keyarchive{
	float: right;
	background: white;
	width: 450px;
}
/*** テーブル ***/
table{
	font-size: 90%;
	width: 640px;
	margin: 15px 20px;
}
caption{
	font-size: 140%;
	color: maroon;
}
.archive_table{
	border: olive double 3px;
}
.archive_table th,.archive_table td{
	text-align: center;
	border: olive solid 1px;
}
h3{
	clear: left;
}
p{
	padding: 0.3em 20px;
}
