@charset 'shift_jis';

/* 劇塾用CSS */

/* 全体 */
HTML {
	background:		#ffcccc url(img/red_top.jpg) repeat-x left top;
}
BODY {
	text-align:		center;
	margin:			0px;
	padding:		0px;
	background:		url(img/red_bottom.jpg) repeat-x left bottom;
}
IMG {
	border-width:	0px;
}
H1 {
	display:		none;
}

/* コンテナ */
#container {
	background:		#ffffff;
	width:			620px;
	margin:			auto;
	padding:		20px 50px 20px 50px;
	text-align:		left;
	border:			solid 1px #333333;
}

/* 写真 */
.box_photo {
	white-space:	nowrap;
}
.photo {
	background:		#ffffff;
	height:			90px;
}

/* 募集 */
#wanted {
/*
	text-align:		center;
*/
}
#wanted img {
	width:			300px;
}


/* 説明 */
.narrow {
	background:		#ffffcc;
	margin:			0px 50px;
}
.gekijuku {
	font-size:		larger;
	font-weight:	bold;
	color:			#00aa00;
}
.ceed {
	font-size:		larger;
	font-weight:	bold;
	color:			#0000aa;
}

/* 表 */
.contents {
	border-collapse:	collapse;
}
.contents TR {
	border:				dotted 2px #333399;
}
.contents TH {
	background-color:	#fcc5e1;
	width:				150px;
	text-align:			center;
}
.contents TD {
	padding-left:		20px;
}

/* 小タイトル */
#wanted_oneyear H2 {
	color:			#00c000;
}
#wanted_once H2 {
	color:			#0090ff;
}
#wanted_oneyear .contents TR {
	border:				dotted 2px #00c000;
}
#wanted_once .contents TR {
	border:				dotted 2px #0090ff;
}

/* フッタ */
#footer {
	color:				#ffffff;
	background-color:	#ff6600;
	border:				double 5px #aa3300;
	font-weight:		bold;
	text-align:			center;
}

/* 名前 */
.name_6c {
	font-size:		larger;
	color:			#aaffff;
}

