/* ---------------------------
BODY：ボディ
--------------------------- */
body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
}
body,td,th {
	font-size: 12px;
	line-height: 145%;
	letter-spacing: 1px;
	color: #330000;
}

/* ---------------------------
h2：
--------------------------- */
h2{
	font-size: 14px;
	color: #282D8B;
}


/* ---------------------------
A：リンク
--------------------------- */
a {	text-decoration: none;
	color:#3D74A3;}
	
a:hover{text-decoration:underline;}
.a:hover{text-decoration:none;}


/* ---------------------------
TOP:コース表示部分
--------------------------- */
#div_c01 {
	background-image: url();
	background-repeat: no-repeat;
	height: 165px;
	width: 155px;
	background-position: 0px 0px;
	text-align: left;
	letter-spacing: 1px;
}
#div_c01 h5 {
	padding-right: 7px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight: lighter;
	font-size: 12px;
	padding-top: 60px;
	padding-left: 7px;
	letter-spacing: 1px;
	text-align: left;
}


#div_c02 {
	background-image: url(../images/class02.gif);
	background-repeat: no-repeat;
	height: 165px;
	width: 155px;
	background-position: 0px 0px;
	text-align: left;
	letter-spacing: 1px;
}
#div_c02 h5 {
	padding-right: 7px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight: lighter;
	font-size: 12px;
	padding-top: 60px;
	padding-left: 7px;
	letter-spacing: 1px;
	text-align: left;
}


#div_c03 {
	background-image: url(../images/class03.gif);
	background-repeat: no-repeat;
	height: 165px;
	width: 155px;
	background-position: 0px 0px;
	text-align: left;
	letter-spacing: 1px;
}
#div_c03 h5 {
	padding-right: 7px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight: lighter;
	font-size: 12px;
	padding-top: 60px;
	padding-left: 7px;
	letter-spacing: 1px;
	text-align: left;
}

/* ---------------------------
コピーライト
--------------------------- */
.copy {
	font-size: 10px;
	color: #999999;
}

/* ---------------------------
タイトル
--------------------------- */
.div_sub {
	background-image: url();
	background-repeat: no-repeat;
	height: 40px;
	background-position: 0px 0px;
}
.div_sub h2 {
	padding: 8px 0px 0px 30px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;

}.div_sub h3 {
	margin: -100px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-top: -100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 250px;

}
.div_sub02 {
	background-image: url();
	background-repeat: no-repeat;
	height: 40px;
	background-position: 0px 0px;
}
.div_sub02 h2 {
	padding: 8px 0px 0px 35px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.1em;

}

/* ---------------------------
線
--------------------------- */
.div_line {
	background-image: url();
	background-repeat: repeat-x;
	height: 20px;
	background-position: 0px 0px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.top {
	width: auto;
	padding-left: 25px;
}

/* ---------------------------
矢印
--------------------------- */
.div_arrow {
	background-image: url();
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: auto;
}
.div_arrow h4 {
	font-weight: lighter;
	padding-left: 20px;
	padding-top: 3px;
	height: auto;
	width: auto;
	font-size: 12px;
	display: inline;
}

/* ---------------------------

--------------------------- */
#div_nyuukai {
	background-image: url();
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
}
#div_nyuukai h5 {
	font-weight: bold;
	height: auto;
	width: auto;
	font-size: 20px;
	display: inline;
	background-position: left;
	padding: 0px 0px 10px 120px;
}
/* ---------------------------

--------------------------- */
.name_title {
	color: #84C963;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #84C963;
	background-color: #F7FBF4;
	text-align: left;
	vertical-align: middle;
	height: 35px;
}
.name_small {
	font-size: 10px;
	color: #333333;
}
/* ---------------------------
テキスト関係
--------------------------- */
.tab10 {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.orange {
	color: #FFA851;
}
.txt_16 {
	font-size: 16px;
	font-weight: bold;
}
.red {
	color: #CC3300;
}
.txt14 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.green {
	color: #91BE58;
	font-weight: bold;
}
h3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFA851;
	border-bottom-color: #FFA851;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	text-indent: 1em;
	color: #666666;
	font-weight: bold;
}
h3 span {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFA851;
	border-bottom-color: #FFA851;
	display: block;
	font-size: 16px;
	line-height: 24px;
}
h4 {
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
	text-align: left;
	display: block;
	height: 30px;
	background-image: url(../free/images/mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDEDE;
	margin-left: 20px;
	color: #BF3C55;
	font-weight: bold;
}
#free p {
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: left;
	text-indent: 1em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#free img {
	border: 2px dotted #FF0000;
	background-color: #FF9900;
	padding: 1px;
	margin-right: 10px;
	margin-left: 10px;
}

