/* CSS Document */

body {
	color:#666;
	font-size:80%;
	line-height:170%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing:0.04em;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}
div.inner {
	width:800px;
	text-align:left;
}

h1 {
	text-indent: -9999px;
	display:inherit;
	float: left;
}
h2 {
	background-image:url(img/bg-h2.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-left:20px;
	height:23px;
}
h3 {
	border-bottom:1px solid #ccc;
}

a:link,a:visited {
	color:#036;
	text-decoration:none;
}
a:hover {
	color:#036;
	text-decoration:underline;
}
img {
	border:0;
}

img.left {
	float:left;
	padding-right:10px;
}

img.right {
	float:right;
	padding-left:10px;
}

dt {
	margin-top:15px;
}

/*----------ヘッドライン-------------*/

div#head {
	background-image:url(img/bg-head.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:75px;
}
div#head ul {
	float: right;
	display:inline;
	list-style: none;
	margin-top:50px;
}
div#head li {
	list-style: none;
	float: left;
}
div#head li a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	background-repeat:no-repeat;
	background-position:bottom;
}
div#head li.lesson a {
	background-image:url(img/navi-lesson.gif);
	width:97px;
}
div#head li.profile a {
	background-image:url(img/navi-profile.gif);
	width:103px;
}
div#head li.mail a {
	background-image:url(img/navi-mail.gif);
	width:103px;
}
div#head li.sitemap a {
	background-image:url(img/navi-sitemap.gif);
	width:98px;
}


/*----------フラッシュ-------------*/

div#image {
	clear:both;
	padding-top:30px;
	padding-bottom:30px;
}


/*----------コンテンツ-------------*/

div#contents {
	clear:both;
	margin-left:20px;
	width:560px;
	float:left;
}


div.menu-left {
	float:left;
	width:160px;
}
div.menu-right {
	width:390px;
	float:right;
}
div#main {
	width:540px;
	float:left;
	margin-top:40px;
}
div#entryimage {
	width:240px;
	float:right;
	text-align:left;
	margin-top:60px;
}

div#entryimage img {
	margin-bottom:10px;
}

div#entryimage ul,div#entryimage li {
	list-style: none;
}

div.entry {
	margin-left:40px;
}
div.border {
	padding:10px;
	border:1px solid #ccc;
}

/*----------ナビゲーション-------------*/

div#side {
	float:right;
	width:200px;
}
div#side img {
	margin-bottom:10px;
}
/*----------フッター-------------*/


div#footer {
	padding-top:20px;
	background:#D8ECD7;
	height:180px;
	clear:both;
	text-align:center;
}

/*----------イベント一覧-------------*/

div.event {
	clear:both;
	padding-bottom:10px;
}
div.event img {
	float:left;
	padding-right:10px;
}

/*----------お問い合わせ-------------*/

table#mail td {
	border-bottom:1px solid #ccc;
}

