/*全体*/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0;
	margin: 0;
	text-align: center;
	line-height:1.4;
	font-size:14px;
}

img {
	border: 0;
}

h1 {
	font-size: 100px;
}

.alL {text-align:left;}
.alR {text-align:right;}

.flL {float:left;}
.flR {float:right;}

.fs16 {font-size:16px;}
.fs30 {font-size:30px; font-weight:bold;}

.fsblue {
color:#0698B7;
font-weight:bold;
}
.fspink { color:#FF6666; }

.maA { margin:10px 0; }
.maB { margin:20px 0; }


#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

/*ヘッダー*/
#header {
	width: 800px;
	overflow: hidden;
}

.top_banner {
	width: 635px;
	height: 130px;
	margin: 80px auto 0 auto;
}
.home {
text-align:left;
font-size:1px;
overflow:hidden;
}
.home a {
background:url(../images/home.jpg) no-repeat;
display:block;
width:191px;
height:28px;
text-indent:-9999px;
margin:10px 0;
}

.pan {
text-align:left;
margin:8px 0;
}

/*コンテンツ*/
#container {
	width: 800px;
	overflow: hidden;
}

#contentArea {
margin:20px 0;
border:1px solid #EEE;
padding:15px;
text-align:left;
}

#contentArea dt{
font-size:16px;
font-weight:bold;
margin:15px 10px 10px 0;
}

#contentArea dl{
overflow:hidden;
clear:both;
}


.thumb {
width:165px;
height:165px;
border:1px solid #CCC;
float:left;
padding:3px;
}


/*ボタン*/
#button {
	width: 720px;
	height: 180px;
	overflow: hidden;
	margin: 150px auto 0 auto;
}

.button1 a {
	width: 240px;
	height: 180px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	background: url(../images/beginner.jpg) no-repeat;
	display: block;
}

.button2 a {
	width: 240px;
	height: 180px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	background: url(../images/general.jpg) no-repeat;
	display: block;
}

.button3 a {
	width: 240px;
	height: 180px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	background: url(../images/advanced.jpg) no-repeat;
	display: block;
}

.course_guidance {
	width:474px;
	margin: 70px auto;
	overflow:hidden;
}

.course_banner li {
float:left;
width: 143px;
height: 143px;
margin:15px 15px 0 0;
background: url(../images/white.jpg) no-repeat;
list-style:none;
line-height:130px;
}

.course_banner a {
	width: 143px;
	height: 143px;
	display: block;
	text-decoration:none;
	color:#333;
	font-size:40px;
}


#b01 a {
}

#b02 a {
	background: url(../images/white.jpg) no-repeat;
}

#b03 a {
	background: url(../images/white.jpg) no-repeat;
}

/*コンテンツEND*/



/*フッター*/
#footer {
	width: 850px;
	height: 200px;
	overflow: hidden;
}

/*フッターEND*/