@import url(/common/css/form.css);
/*--form--*/
input, textarea{
border:2px #ccc inset;
}
input.bottun{
border:4px #ccc outset;
background-color:#ccc;
}

body {
	background-color: #fff;
	margin:5px 150px;
	font-size:100%;
}
/*
	background-image:url(/oujakan/parts/rust1.jpg);
*/

a:link { color: #f00; }
a:visited { color: #f66; }
a:active { color: #000; }
a:hover { background-color: #fcc; }

ul.outside a:link, a.outside:link { color: #00f; }
ul.outside a:visited, a.outside:visited { color: #66f; }
ul.outside a:active, a.outside:active { color: #000; }
ul.outside a:hover, a.outside:hover { background-color: #ccf; }

.navi{
	text-align: center;
	font-size:smaller;
}

.sign{
	text-align: right;
	font-size:smaller;
}

/* ページタイトル */
h1{
	margin: 1px 1px 5px 1px;
	padding: 0.5em 0.5em;
	border-width: 4px;
	border-style: outset;
	border-color: #f66;
	font-weight: bold;
	color: #000000;
	font-size: 100%;
}

/* 見出し */
h2 {
	margin: 10px 1px 0 0;
	padding: 0.5em 0 0 0;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #000;
	font-weight: bold;
	color: #000000;
	font-size: 100%;
	clear:both;
}

h3{
	background-image:url(/oujakan/parts/star.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:1em 0 0 0;
	padding:0 0 0 17px;
	font-size:larger;
	clear:both;
}

h4{
	font-size:smaller;
}

/* インデックス */
.index {
	margin: 0px 1px 0 100px;
	padding: 0 0.5em;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	color: #000000;
}

div.index h2{
	display:none;
}

/* 小見出し */
h3 {
	font-weight: bold;
	color: #000000;
	font-size: 100%;
}

/* ページ更新日 */
.update{
	text-align: right;
	font-size:smaller;
}

/* 引用元 */
.from{
	text-align: right;
	font-size:smaller;
	color: #333;
}

/* topへ戻る */
.totop{
	margin-top:0;
	margin-bottom:0;
	text-align: right;
	font-size:smaller;
}

/* kugiri */
.kugiri{
	text-align: center;
	font-size:smaller;
	color: #f00;
}

.hidden{
	display: none;
}

.caption{
	font-size: smaller;
	font-style: italic;
	margin: 0 1em 1em 0;
}

ul.inside{
	list-style-image: url(http://www.officek.jp/oujakan/parts/inside.gif);
}

ul.outside{
	list-style-image: url(http://www.officek.jp/oujakan/parts/outside.gif);
}

img{
	display: block;
	margin: 1em 0 0 0;
	border: outset 3px #fff;
}

img.normal{
	display: inline;
	border: 0;
}

/*
.owari{
	background-image:url(/oujakan/parts/owari.gif);
	background-position:center;
	background-repeat:no-repeat;
}
*/

/*--table--*/
table{
	margin:1em 0;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#fff;
}

table.schedule, table.schedule td, table.schedule th,
table.border, table.border td, table.border th
{
	border-color:#666;
}

tr{
	border:none;
}

th, td{
	border-width:0 1px 1px 0;
	padding:3px 5px;
	border-style:solid;
	border-color:#fff;
	vertical-align:top;
}

th{
	text-align:left;
	font-weight:bold;
	white-space:nowrap;
}

.comment{
	color:#666;
	font-size:smaller;
}

p.comment{
	text-align:right;
}

/*--概略--*/
p.outline{
	border:#333 solid 1px;
	padding:1em;
}

.sun{
	color:#f00;
}

.sat{
	color:#00f;
}

em{
	font-weight:bold;
}

/*公演リスト中の「その他の公演」*/
div.sublist{
	margin: 1em 1em 1em 80px;
	padding: 0em 0.5em;
	border: 1px dashed #666;
	color: #000;
	font-size:90%;
}

dt{
font-weight:bold;
}

div.cover{
float:left;
margin-right:1em;
margin-bottom:1em;
padding:7px;
background-color:#eee;
border:#3px #eee inset;
}
