@charset "UTF-8";
/* ---------------------------------------------
初期設定
--------------------------------------------- */
html {
	overflow-y: scroll;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

h1 {
	margin: 0px auto;
	width: 800px;
	padding: 0px 5px 1px;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border: 0px;
	line-height: 0px;
}

table p {
    font-size:9pt;
    }

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font: normal normal 75%/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background: #B3E1FF url(../images/bg.jpg) repeat-x left top;
	color: #333;
}

a,
a:link,
a:visited {
	color: #3399FF;
	text-decoration: none;
}

a:hover,
a:active {
	color: #FF6600;
}

/* ---------------------------------------------
BOX設定
--------------------------------------------- */
html>body #stage {
	position: relative;
	margin: 0 auto;
	width: 810px;
	background: url(../images/shadow.png) repeat-y left top;
}

*html body #stage {
	position: relative;
	margin: 0 auto;
	width: 810px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/shadow.png", sizingMethod="scale");
}

#wrapper {
	margin: 0 auto;
	width: 780px;
	padding: 0 15px;
	text-align: left;
}


#top_cont {
	width: 810px;
	padding: 5px 0 0;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
}

#title {
	width: 810px;
	margin: 0px auto;
}

/* ---------------------------------------------
他クラス設定
--------------------------------------------- */
.clear {
	clear: both;
}

.page-up {
	width:100%;
	text-align: right;
	margin: 5px 0 0px;
	padding: 5px 0 3px;
	background: #EEE;
	line-height: 100%;

}

.red {
	font-size: 84%;
	color: #F00;
}

.mini {
	font-size: 84%;
	color: #666;
	font-weight: normal;
}

/* ---------------------------------------------
タイトル設定
--------------------------------------------- */
#title {
	font-size: 100%;
	background: url(../images/title_bg.jpg) no-repeat right top;
}

#title table {
	font-size: 100%;
}

#title th {
	text-align: left;
}

#title td {
	vertical-align: middle;
	font-size: 100%;
	line-height: 150%;
	color: #FFF;
	font-weight: bold;
}

#title p {
	font-size: 117%;
	padding: 10px 15px 0;
}

/* ---------------------------------------------
コンテンツ設定
--------------------------------------------- */
#content {
	width: 740px;
	margin: 0 20px 20px;
	padding-top: 15px;
}

h2 {
	margin: 0px;
	padding: 0px;
	height: 55px;
}

h3 {
	font-size: 117%;
	margin-bottom: 5px;
	padding-left: 19px;
	padding-bottom: 5px;
	background: url(../images/arrow.gif) no-repeat left 1px;
	border-bottom: solid 1px #CCC;
}

#content p {
	margin: 0 0 20px 0;
	padding: 5px 8px;
	border: solid 1px #CCC;
	background: #F5F5F5;
}

#text {
	margin-bottom: 10px;
	border-collapse: collapse;
	font-size: 100%;
	line-height: 150%;
}

#text td.top {
	width: 740px;
	height: 15px;
	background: url(../images/text_top.gif) no-repeat left top;
}

#text td.bottom {
	height: 15px;
	background: url(../images/text_bottom.gif) no-repeat left top;
}


#text th {
	padding: 0px 15px;
	font-size: 117%;
	background: url(../images/text.gif) repeat-y left top;
	text-align: center;
	color: #39F;
}

#content p.white {
	background: #FFF;
	border: solid 0px;
	padding-left: 19px;
}

#content1,
#content2,
#content3 {
	margin: 0 0 10px;
	padding: 20px 10px 0;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* ---------------------------------------------
概要設定
--------------------------------------------- */
#outline {
	width: 718px;
	border: solid 1px #ccc;
	border-collapse: collapse;
	font-size:100%;
	margin-bottom: 20px;
	line-height: 150%;
}

#outline th {
	border: solid 1px #ccc;
	text-align: center;
	padding: 10px;
	width: 80px;
	background: #EEE;
}

#outline td {
	border: solid 1px #ccc;
	padding: 10px;
}

#outline2 {
	width: 718px;
	border: solid 1px #ccc;
	border-collapse: collapse;
	font-size:100%;
	margin-bottom: 20px;
	line-height: 150%;
}

#outline2 th {
	border: solid 1px #ccc;
	text-align: center;
	padding: 10px;
	width: 130px;
	background: #EEE;
}

#outline2 td {
	border: solid 1px #ccc;
	padding: 10px;
	color:#F60;
	font-weight: bold;
}

#cell {
	font-size: 100%;
	margin-bottom: 20px;
	line-height: 20px;
}

#cell th {
	width: 300px;
	text-align: left;
	padding: 0 10px 0 0;
	line-height: 200%;
}

#cell th h3 {
	margin: 0;
	padding-left: 19px;
	padding-bottom: 2px;
	background: url(../images/arrow.gif) no-repeat left 3px;
}

#cell td {
	vertical-align: top;
	padding: 0 5px 0 19px;
	background: url(../images/line.gif) left top;
	line-height: 200%;
}

#cell td.none {
	width: 10px;
	background: none;
	padding: 0;
}

#photo {
	font-size: 100%;
	margin-bottom: 20px;
	line-height: 150%;
	margin-left: 19px;
}

#photo th {
	color: #FF3366;
}

#program {
	font-size: 84%;
	line-height: 150%;
	margin-bottom: 20px;
	text-align: center;
	border-collapse: collapse;
}

#program td {
	border: solid 1px #CCC;
	padding: 5px;
}

#program td.none {
	width: 10px;
	padding: 0;
	border: solid 0px;
}

.orange {
	color:#F60;
	margin-bottom: 5px;
	font-size: 84%;
}

.orange span.box {
	display: inline;
	width: 50px;
	height: 16px;
	border: solid 1px #CCC;
	background: #F69;
}

#program td.cell0 {background:#FFF;width:54px;}
#program td.cell1 {background:#FFA;}
#program td.cell3 {background:#CF6;}
#program td.cell4 {background:#FF6;}
#program td.cell5 {background:#EEE;}

#tell {
	margin-bottom:  20px;
	font-size: 100%;
	margin-left: 19px;
}

.st1 {
	color: #FF0066;
}

.st2 {
	color:#3366FF
}

.st3 {
	color: #57B9B1;
}

.st3 span {
	color: #57B9B1;
}

#member {
	float: right;
	width: 345px;
	margin: 0;
	border-left: solid 1px #5fa09a;
	border-bottom: solid 1px #5fa09a;
	font-size: 100%;
}

#member th {
	width: auto;
	border-left: none;
	border-bottom: none;
	border-right: solid 1px #5fa09a;
	border-top: solid 1px #5fa09a;
	background: #b0ddd9;
	color: #497A6F;
	padding: 5px;
	line-height: 150%;
}

#member td {
	border-left: none;
	border-bottom: none;
	border-right: solid 1px #5fa09a;
	border-top: solid 1px #5fa09a;
	padding: 5px;
	line-height: 150%;
	color: #497A6F;
}

#member td.line1 {
	text-align: center;
}

#member td.mini {
	font-size: 84%;
	background: #EDF8F7;
	padding: 2px 5px 1px;
	color: #666;
}

#member td.name {
	font-weight: bold;
}

#outline td img {
	margin: 5px 0 0;
	padding: 5px;
	border: solid 1px #5fa09a;
}

#member .yel td {

}