@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

.clear {
	CLEAR: both
}

body {
	background-color: #a9d2ff;
	background-image: url(../image/back.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family:"メイリオ",Meiryo,"ＭＳ ゴシック", Osaka, sans-serif;
	color: #666666;
}

a img {
	border: none;
}

div#pageWrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ffffff;
	text-align: left;
}

div#contentsWrapper {
	width: 1000px;
	margin-bottom: 8px;
	background: url(../image/sub_back.gif) repeat-y;
	overflow: auto;
}


div#header {
	width: 1000px;
	height: 200px;
	margin-bottom: 10px;
	background-image: url(../image/header_title.jpg);
}

#header h1 {
	font-size: 12px;
	font-weight: bolder;
	color: #0000FF;
	padding: 5px 0px 0px 28px;
	}


div#mainContents {
	float: right;
	width: 739;
}

div#nav {
	float: left;
	display: inline;
	width: 234px;
	height: 261px;
	margin-top: 10px;
	margin-left: 8px;
	background-image: url(../image/nav.gif);
}

div#contact_box {
	margin-top: 30px;
	background-image:url(../image/contact_bg.gif);
	background-repeat: no-repeat;
	background:position: top center;
	height: 110px;
	padding: 10px 5px 0 5px;
	}

div#nav h3 {
	font-size: 18px;
	font-weight: bolder;
	color: #0000FF;
	margin: 5px 0px 10px 60px
}

div#nav ul {
	list-style-type: none;
}

div#nav ul li {
	margin-top: 6px;
	margin-left: 10px;
	margin-bottom: 3px;
}

div#nav img {
	vertical-align: bottom;
}

div#nav a {
	text-decoration: none;
}

div#footer {
	clear: both;
	width: 1000px;
	height: 50px;
	background-image: url(../image/footer.gif);
}

div#footer p {
	padding: 35px 0 0 10px;
	color: #ffffff;
	font-size: 82%;
}

div.contents {
	position: relative;
	width: 660px;
	margin-top: 30px;
	margin-left: 3px;
	padding: 25px 60px 25px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-image: url(../image/ukurere.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 1.3;
	color: #333333;
	font-size: 83%;
}

div#description p {
	margin: 20px 10px 0;
}

div#course h3 {
	background-image: url(../image/h3_bar.jpg);
	border: 3px double #3399FF;
	color: #FFFFFF;
	font-size: 100%;
	margin: 0.5em 0px;
	padding-left: 4px;
}

h1 {
	padding: 0px 0px 8;
}

h2 {
	position: absolute;
	top: -22px;
	left: -19px;
}

h3 {
	padding: 0px 0px 8;
}

img.selfPortrait {
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
	border: solid 3px #999;
}


p {
	font-size: 90%;
	line-height: 150%;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;

}	

p img {
	float: left;
	margin-right:5px;
	bordaer: solid 1px $666666;
	clear: both;
}

