@charset "utf-8";

@import url("../../css/reset.css");
@import url("../../css/common.css");

/* ================================================

	supporter
	
	index.css
	
================================================ */
body {
	background: url(../../images/common/back_skybldg.jpg) top center no-repeat fixed;
}


/* 	contents
================================================ */
div#contents {
	width: 740px;
	margin: 0 auto;
}

div#contents h3 {
	margin-bottom: 12px;
}


div#contents p {
	margin-bottom: 15px;
	line-height: 1.5;
}


/* 	class
================================================ */
div.class {
	margin-top: 50px;
}


/* 	class_back_top
================================================ */
div.class_back_top {
	clear: both;
	width: 740px;
	margin: 0 auto 10px auto;
	padding-top: 10px;
	background: url(../images/class_back_top.gif) top left no-repeat;
}


/* 	class_back_bottom
================================================ */
div.class_back_bottom {
	width: 740px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(../images/class_back_bottom.gif) bottom left no-repeat;
}


div.class_back_bottom h4 {
	float: left;
	width: 158px;
	padding-left: 20px;
}


div.class_back_bottom ul {
	float: right;
	width: 495px;
	padding-right: 40px;
}

div.class_back_bottom ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/class_icon.gif) top left no-repeat;
	line-height: 1.2;
}


div.class_back_bottom h4.class1 {
	padding-top: 5px;
}

div.class_back_bottom ul.class1 {
	padding-top: 10px;
}

div.class_back_bottom h4.class50 {
	padding-top: 45px;
}


/* caution */
ul.caution {
	clear: both;
}

ul.caution li {
	margin-bottom: 5px;
}


/* 	furikomi
================================================ */
div.furikomi {
	margin-top: 50px;
}

div.furikomi table {
	margin-bottom: 13px;
}


div.furikomi table th {
	padding: 25px;
	background-color: #8C8C8C;
	border: 1px #8C8C8C solid;
}

div.furikomi table td {
	padding: 15px;
	border: 1px #8C8C8C solid;
	line-height: 1.3;
}

div.furikomi table td div {
	margin-top: 12px;
	padding: 12px;
	background-color: #E6E6E6;
}


/* 	furikomisaki
================================================ */
div.furikomisaki {
	margin-top: 35px;
	padding: 15px 20px 20px 20px;
	background-color: #FFF5C7;
}

div.furikomisaki h4 {
	text-align: center;
}

div#container div.furikomisaki p.koza {
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EB6D00;
	text-align: center;
	color: #FFFFFF;
}

div.furikomisaki div {
	padding: 10px 17px 10px 17px;
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
}

div.furikomisaki div h5 {
	margin-bottom: 5px;
}

div#contents div.furikomisaki div p {
	margin-bottom: 0;
}