@import url(common.css);

/************/

h3 {
	margin-bottom: 50px;
}

p.upperMsg {
	margin: 10px;
	font-size: 80%;
	line-height: 150%;
	text-align: center;
}

.noticeBox {
	clear: both;
	margin: 20px 30px 40px;
	padding: 10px 15px;
	background-color: #FFFFFF;
	border: 3px double #800000;
}

.noticeBox p {
	font-size: 80%;
	line-height: 150%;
}

.noticeBox a {
	color: #A74A60;
	font-weight: bold;
}


/*** profile ***/
ul#profile {
	margin-left: 30px;
	list-style-type: none;
}

ul#profile li {
	float: left;
	display: inline;
	width: 250px;
	margin: 0 15px 10px 0;
}

.profileThumb {
	float: left;
	display: inline;
	margin-right: 8px;
}

.profileThumb a img {
	border: 3px double #CCCCCC;
}

.profileThumb a:hover img {
	border: 3px double #E191A5;
}

ul#profile h4 {
	margin: 4px 0 6px;
	font-size: 80%;
}

ul#profile h4 a {
	padding: 2px 5px;
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
}

p.size {
	font-size: 80%;
}

#recruitBox {
	clear: both;
	margin: 20px 40px 40px;
	padding: 6px;
	text-align: center;
	background-color: #FFFFFF;
	border: 3px double #800000;
}

#recruitBox p {
	font-size: 80%;
	line-height: 150%;
}

#recruitBox a {
	font-weight: bold;
}

/*** profile (each profile page) ***/
#profileLeft {
	float: left;
	width: 290px;
	margin: 0 0 20px 10px;
	_margin: 0 0 20px 5px;
}

#profileRight {
	float: right;
	width: 260px;
	margin: 0 20px 20px 0;
	_margin: 0 10px 20px 0;
}

#profilePictBox {
	margin-bottom: 20px;
}

#profilePictBox img {
	padding: 0;
	border: 3px double #CCCCCC;
}

ul#selector {
	margin: 0 18px 20px;
	list-style-type: none;
}

ul#selector li {
	float: left;
	display: inline;
	margin: 0 1px;
}

ul#selector li a {
	text-decoration: none;
}

p.announce {
	margin: 0 1em;
	font-size: 80%;
	line-height: 140%;
}

dl#profileList dt {
	margin-bottom: 4px;
	padding: 0 0 2px 10px;
	font-size: 80%;
	font-weight: bold;
	color: #621F3E;
	border-bottom: 1px dotted #B39F8F;
	background: url(../images/leader_cont.gif) 0 2px no-repeat;
}

dl#profileList dd {
	margin: 0 10px 15px;
	font-size: 80%;
	line-height: 140%;
}


/*** course, system, regulation ***/
dl.system {
	margin: 20px 50px;
}

dl.system dt {
	margin-bottom: 10px;
	padding-bottom: 3px;
	padding: 0 1px 3px;
	color: #621F3E;
	font-size: 90%;
	line-height: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #B39F8F;
}

dl.system dd {
	margin: 0 15px 20px;
	font-size: 80%;
	line-height: 140%;
}

#courseBox {
	margin: 20px 50px 40px;
}

#courseBox p {
	margin: 0 5px 15px;
	padding-left: 10px;
	font-size: 80%;
	line-height: 120%;
	background: url(../images/leader_price.gif) 0 3px no-repeat;
}

ul#courseTop {
	margin: 0 3px 20px;
	list-style-type: none;
}

ul#courseTop li {
	margin-bottom: 0.5em;
	padding-left: 13px;
	font-size: 80%;
	line-height: 120%;
	background: url(../images/leader_course.gif) 0 4px no-repeat;
}

ul#courseTop li a {
	font-weight: bold;
}

.courseDetail {
	margin: 10px 50px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
}

.courseDetail h4 {
	height: 19px;
	margin-bottom: 10px;
	padding: 5px 12px 0;
	color: #E4D9D0;
	font-size: 85%;
	background: url(../images/bar_h2_top_news.jpg) 0 0 no-repeat;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
}

.courseDetail p {
	margin: 0 15px 0.5em;
	font-size: 80%;
	line-height: 120%;
}

.courseDetail ul {
	margin: 0 15px 15px;
	list-style-type: none;
}

.courseDetail li {
	margin-bottom: 0.5em;
	padding-left: 10px;
	font-size: 80%;
	line-height: 120%;
	background: url(../images/leader_price.gif) 0 3px no-repeat;
}

.courseDetail dl {
	margin: 0 15px 15px;
}

.courseDetail dt {
	margin: 10px 0 6px;
	padding-bottom: 2px;
	font-size: 80%;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
}

.courseDetail dd {
	margin-top: 0.5em;
	font-size: 80%;
	line-height: 120%;
}

p.courseCaution {
	margin-bottom: 15px;
}

.courseImg {
	margin: 0 15px 15px;
}


/*** gallery ***/
ul#gallery {
	margin: 0 50px 40px;
	list-style-type: none;
}

ul#gallery li {
	display: block;
	margin: 0 15px 20px 0;
}

.galleryThumb {
	float: left;
	display: inline;
	margin-right: 8px;
	margin-bottom: 10px;
}

.galleryThumb a img {
	border: 3px double #CCCCCC;
}

.galleryThumb a:hover img {
	border: 3px double #E191A5;
}

ul#gallery h4 {
	margin: 2px 0 10px;
	font-size: 90%;
}

h4.new {
	height: 15px;
	padding-right: 45px;
	background: url(../images/icon_new.gif) right 0 no-repeat;
}

#gallery p {
	font-size: 80%;
	line-height: 130%;
}


/*** gallery (each gallery page) ***/
#galleryBox {
	margin: 20px 20px 40px;
}

#galleryPhoto {
	height: 435px;
	margin-bottom: 10px;
	text-align: center;
}

#galleryPhoto img {
	margin-bottom: 5px;
	padding: 0;
	border: 3px double #CCCCCC;
}

#galleryPhoto textarea {
	width: 90%;
	height: 2.5em;
	padding: 2px 4px;
	font-size: 80%;
	line-height: 120%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	overflow: auto;
}

ul#galleryList {
	margin: 0 40px;
	list-style-type: none;
}

ul#galleryList li {
	float: left;
	display: inline;
	width: 90px;
	height: 90px;
	margin: 0 1px 3px;
	text-align: center;
}

#galleryList a img {
	border: 3px double #CCCCCC;
}

#galleryList a:hover img {
	border: 3px double #E191A5;
}


/*** costume ***/
ol#costume {
	margin: 0 50px 40px;
}

ol#costume li {
	margin: 0 15px 5px 0;
	font-size: 90%;
}


/*** movie ***/
ul#movie {
	margin: 0 50px 40px;
	list-style-type: none;
}

ul#movie li {
	display: block;
	margin: 0 15px 20px 0;
}

.movieThumb {
	float: left;
	display: inline;
	margin-right: 8px;
	margin-bottom: 10px;
}

.movieThumb a img {
	border: 3px double #CCCCCC;
}

.movieThumb a:hover img {
	border: 3px double #E191A5;
}

ul#movie h4 {
	margin: 2px 0 10px;
	font-size: 90%;
}

#movie p {
	font-size: 80%;
	line-height: 130%;
}

#swfBox {
	margin: 20px 70px 40px;
	text-align: center;
}


/*** recruit ***/
dl#recruit {
	margin: 20px 50px 40px;
}

dl#recruit dt {
	margin-bottom: 6px;
	padding: 0 3px 2px;
	font-size: 85%;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
}

dl#recruit dd {
	margin: 0 3px 1.5em;
	font-size: 80%;
	line-height: 140%;
}


/*** link ***/
ul#linkBanner {
	margin: 20px 50px 40px;
	list-style-type: none;
}

ul#linkBanner li {
	float: left;
	display: inline;
	width: 214px;
	height: 50px;
	margin: 0 1px 1px;
	text-align: center;
}

li.noImg {
	width: 200px!important;
	height: 27px!important;
	margin: 0 7px 9px!important;
	padding-top: 13px;
	font-size: 90%;
	background-color: #2F1514;
	border: 1px double #CCCCCC;
}


/*** linkBanner_BW ***/
ul#banner_bw {
	margin: 20px 20px 40px;
	_margin: 20px 80px 40px;
	list-style-type: none;
}

ul#banner_bw li {
	float: left;
	display: inline;
	height: 110px;
	margin: 0 10px 5px;
	font-size: 80%;
	text-align: center;
}

ul#banner_bw li img {
	display: block;
	margin-bottom: 2px;
}


/*** contact(inquiry) ***/
#inquiryBox {
	margin: 20px 40px 40px;
	padding: 15px 20px;
	background-color: #E6E6E6;
	border: 1px solid #800000;
}

#inquiryBox h4 {
	margin-bottom: 20px;
	padding-bottom: 4px;
	font-size: 95%;
	border-bottom: 1px dotted #CCCCCC;
}

#inquiryBox p {
	font-size: 80%;
	line-height: 150%;
}

dl#formInput {
	margin: 20px 10px;
}

dl#formInput dt {
	margin-bottom: 3px;
	font-size: 80%;
	text-decoration: underline;
}

dl#formInput dd {
	margin: 0 10px 10px;
	font-size: 80%;
	line-height: 120%;
}

dl#formInput dd input, dl#formInput dd textarea {
	padding: 1px;
}

dl#formInput dd input:focus, dl#formInput dd textarea:focus {
	background-color: #FFFFCC;
}

span.attention {
	margin: 0 3px;
	color: #CC0000;
}

.footerCommand {
	padding: 5px 10px 5px;
	font-size: 75%;
	text-align: center;
}

.footerCommand input {
	margin: 0 5px 5px;
}

.footerCommand a {
	padding: 0 2px 5px;
}


