/*基本セレクタ*/
body {
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
	background-image: url(./images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
h1,h2,h3,h4,h5,h6,p,ul,ol {
	margin-top: 0;
	margin-bottom: 0;
}
hr {
	display: none;
}
a {
	color: #000;
}

/*コンテナ*/
#container {
	width: 756px;
	position: relative;
	margin: 0;
	background-color: #FFF;
}

/*導入領域*/
#intro {
	height: 100px;
}
#intro h1,#intro p {
}

#subMenu {
	float: right;
	width: 335px;
}
#subMenu h2 {
	display: none;
}
#subMenu ul {
	margin: 0px; 
	padding: 0px;
}
#subMenu ul li {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-position: inside; 
	list-style-type: none;
}

#heading {
}
#heading h1 {
	height: 60px;
	background-color: #fff;
}
#heading h1 span {
	display: none;
}
#heading h2 span {
	display: none;
}
#summary {
	display: none;
}

/*メニュー*/
#mainMenu {
}
#mainMenu h2 {
	display: none;
}
#mainMenu ul {
	margin-left: 0;
	padding-left: 0;
	float: left;
	position: absolute;
	top: 60px;
	left: 0px;
	list-style-type: none;
	height: 31px;
	width: 756px;
	background-color: #3693BA;
}
#mainMenu li {
	float: left;
}
#mainMenu a {
	text-decoration: none;
}
#link1 a {
	display: block;
	background-image: url(./images/link_about.gif);
	width: 124px;
	height: 31px;
	text-indent: -10000em;
	border-right: 1px solid #FFFFFF;
}
#link2 a {
	display: block;
	background-image: url(./images/link_menu.gif);
	width: 124px;
	height: 31px;
	text-indent: -10000em;
	border-right: 1px solid #FFFFFF;
}
#link3 a {
	display: block;
	background-image: url(./images/link_school.gif);
	width: 124px;
	height: 31px;
	text-indent: -10000em;
	border-right: 1px solid #FFFFFF;
}
#link4 a {
	display: block;
	background-image: url(./images/link_faq.gif);
	width: 124px;
	height: 31px;
	text-indent: -10000em;
	border-right: 1px solid #FFFFFF;
}
#link5 a {
	display: block;
	background-image: url(./images/link_info.gif);
	width: 124px;
	height: 31px;
	text-indent: -10000em;
	border-right: 1px solid #FFFFFF;
}
#link6 a {
	display: block;
	background-image: url(./images/link_contact.gif);
	width: 124px;
	height: 31px;
	text-indent: -10000em;
}


/*　メインコンテンツ
----------------------------------------------- */
#mainContent {
	width: 720px;
	padding: 8px 18px 18px 18px;
	background-color: #FFF;
}


/*　ホームへ
----------------------------------------------- */
#tofinemake {
	width: 720px;
	float: right;
	background-image: url(./images/bg_col.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#tofinemake h2 {
	background-image: url(./images/tit_tofinemake.gif);
	height: 21px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#tomenu {
	width: 720px;
	float: right;
	background-image: url(./images/bg_col.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#tomenu h2 {
	background-image: url(./images/tit_tomenu.gif);
	height: 21px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#toschool {
	width: 720px;
	float: right;
	background-image: url(./images/bg_col.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 20px;;
}
#toschool h2 {
	background-image: url(./images/tit_toschool.gif);
	height: 21px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#tofaq {
	width: 720px;
	float: right;
	background-image: url(./images/bg_col.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#tofaq h2 {
	background-image: url(./images/tit_tofaq.gif);
	height: 21px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#toinfo {
	width: 720px;
	float: right;
	background-image: url(./images/bg_col.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#toinfo h2 {
	background-image: url(./images/tit_toinfo.gif);
	height: 21px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#tocontact,#tocontact2 {
	width: 720px;
	float: right;
	background-image: url(./images/bg_col.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#tocontact h2 {
	background-image: url(./images/tit_tocontact.gif);
	height: 21px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

h2 span {
	display: none;
}
h3 {
	margin: 10px 0 10px 20px; 
	padding: 0 0 0 15px;
	font-size: 12px;
	font-weight: normal;
}


#footer {
	clear: both;
	padding-top: 8px;
	padding-bottom: 20px;
	background-color: #fff;
}
address {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 9px; 
	font-weight: bold; 
	color: #3693BA;
	font-style: normal; 
	text-align: center;
	margin: 0px; 
	padding: 0px; 
}
