@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: class.css
description: クラス紹介専用スタイルシート

1.トップ
2.クラス詳細

///////////////////////////////////////////////////////// */

/* ===========  1.トップ  =========== */
.class01 {
	width: 310px;
	float: left;
	margin-right: 20px;
}

.class02 {
	width: 310px;
	float: left;
}

.classTitle {
	border-bottom: 4px solid #0060b6;
	padding-bottom: 2px;
}

.classDetail01 {
	width: 90px;
	float: left;
	margin-right: 10px;
}

.classDetail02 {
	width: 210px;
	float: left;
}

.classDetail02 p {
	line-height: 1.4;
}

.honbu01 {
	width: 340px;
	float: left;
	margin-right: 20px;
}

.honbu02 {
	width: 280px;
	float: left;
}

.koshi01 {
	width: 240px;
	float: left;
	margin-right: 20px;
}

.koshi02 {
	width: 380px;
	float: left;
}

.koshi02 p {
	line-height: 1.4;
}

/*クラス詳細を見る*/
a.classLink {
	padding-left: 16px;
	padding-top: 0px;
	_padding-top: 0;
	background: url(../../common/images/link_arrow.gif) left top no-repeat;
	font-weight: bold;
}

a:link.classLink {
	color: #0060b1;
	font-weight: bold;
	text-decoration: none;
}

a:visited.classLink {
	color: #0060b1;
	font-weight: bold;
	text-decoration: none;
}

a:active.classLink {
	color: #3997e6;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.classLink {
	color: #3997e6;
	font-weight: bold;
	text-decoration: underline;
}

/* ===========  2.クラス詳細  =========== */

.intro {
	position: relative;
}

.linkClass {
	position: absolute;
	top: 3px;
	right: 0;
	_right: 20px;
}

a.linkClassStyle {
	padding-left: 8px;
	padding-top: 0px;
	background: url(../../images/hd02_topics.gif) left 2px no-repeat;
	font-weight: bold;
}

a:link.linkClassStyle {
	color: #0060b6;
	font-weight: bold;
	text-decoration: none;
}

a:visited.linkClassStyle {
	color: #0060b6;
	font-weight: bold;
	text-decoration: none;
}

a:active.linkClassStyle {
	color: #3997e6;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.linkClassStyle {
	color: #3997e6;
	font-weight: bold;
	text-decoration: underline;
}

/*写真とテキストのフロート*/
.contentsPhoto {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.contentsTxt {
	float: left;
	width: 420px;
}

.contentsTxt p {
	line-height: 1.6;
}

dl.list-class {
	width: 420px;
	margin-top: -5px;
}

dl.list-class dt {
	width: 60px;
	float: left;
}

dl.list-class dd {
	padding-left: 70px;

}

/*地図*/
.map01 {
	float: left;
	width: 420px;
	margin-right: 20px;
}

.map02 {
	float: left;
	width: 200px;
}

.map02 p {
	line-height: 1.4;
}
