/*基本セレクタ*/
body {
	font-size: 100%;
	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: #3693BA;
}
td{
	font-size:12px;
}	
/*コンテナ*/
#container {
	width: 756px;
	position: relative;
	margin: 0;
	background-color: #FFF;
}

/*導入領域*/
#intro {
	height: 110px;
}
#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: 1px;
	list-style-type: none;
	height: 30px;
	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: 0 18px 0 18px;
}

#about {
    width: 459px;
	float: right;
	background-image: url(./images/bg_col.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 18px;
}
#about div {
}
#about h2 {
	background-image: url(model/title_model.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#about h2 span {
	display: none;
}
#about h3 {
	margin-left: 10px;
	padding: 10px;
	font-size: 13px;
	color: #3693BA;
	font-family: Lucida Grande,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック, sans-serif;
	line-height: 150%;	
}
#about p {
	line-height: 150%;
}

#ex {
    width: 459px;
	float: right;
	background-image: url(../images/bg_col.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 18px;
}
#ex div {
	color: #000000;
	padding: 8px;
}
#ex h2 {
	background-image: url(../images/tit_ex.gif);
	background-repeat: no-repeat;
	margin-bottom: 8px;
	height: 21px;
}
#ex h2 span {
	display: none;
}
#ex p {
	line-height: 150%;
}

#ex1,#ex2,#ex3,#ex4,#ex5,#ex6 {
	float: right;
	margin: 10px;
	border: 1px solid #3693BA;
	width: 400px;
	min-height: 250px;
}


#ex1 h3,#ex2 h3,#ex3 h3,#ex4 h3,#ex5 h3,#ex6 h3 {
	padding: 10px;
	font-size: 16px;
	color: #3693BA;
	font-family: Lucida Grande,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック, sans-serif;
}

#ex1 h4,#ex2 h4,#ex3 h4,#ex4 h4,#ex5 h4,#ex6 h4 {
	font-size: 12px;
	font-weight: bolder;
	font-family: "ＭＳ ゴシック", "Osaka‐等幅";
	color: #AE957F;
	padding-left:10px;
}

#ex1 h5,#ex2 h5,#ex3 h5,#ex4 h5,#ex5 h5,#ex6 h5 {
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka‐等幅";
	font-weight: bolder;
	color: #AE957F;
	margin-top: 10px;
	padding-left:10px;
}

#ex1 p,#ex2 p,#ex3 p,#ex4 p,#ex5 p,#ex6 p {
	font-size: 11px;
	color: #333333;
	padding-left:10px;
	padding-bottom:5px;
}

#exfinemake {
	float: right;
	margin: 10px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #aa8f78;;
	width: 400px;
}

#exfinemake h3 {
	margin-left: 5px;
	font-size: 14px;
	color: #aa8f78;
	font-family: Lucida Grande,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック, sans-serif;
	line-height: 120%;
}
#exfinemake h4 {
	padding-left:10px;
}

#exfinemake p {
    margin: 5px;
	padding-left:12px;
	text-align: left;
	font-size: 12px;
	line-height: 150%;	
}


#peculiarity1 {
	float: right;
	margin: 10px;
	background-image: url(./images/tit_peculiarity1.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 420px;
	min-height: 80px;
}

#peculiarity2 {
	float: right;
	margin: 10px;
	background-image: url(./images/tit_peculiarity2.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 420px;
	min-height: 80px;
}

#peculiarity3 {
	float: right;
	margin: 10px;
	background-image: url(./images/tit_peculiarity3.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 420px;
	min-height: 80px;
}

#peculiarity1 h3,#peculiarity2 h3,#peculiarity3 h3 {
	font-size: 12px;
	color: #3693BA;
	font-family: Lucida Grande,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック, sans-serif;
}

#peculiarity1 p,#peculiarity2 p,#peculiarity3 p {
	margin-top:10px;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 150%;	
}
#society {
	float: right;
	background-image: url(./images/tit_society.gif);
	background-repeat: no-repeat;
	margin: 10px;
	width: 420px;
	height: 20px;
}

#td {
	float: right;
	margin: 0px 10px 10px;
	width: 420px;
}


.td-text {
	font-size: 12px;
}



#information {
	width: 243px;
	float: left;
	margin-bottom: 24px;
}
ul#leftmenu {
  margin: 0;
  padding: 0;
  float: left;
  width: 243px;
  list-style: none;
  background-color: #eee9e2;
}
ul#leftmenu li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: Lucida Grande,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック, sans-serif;
}
ul#leftmenu li span {
  display: block;
  margin: 1px;
  font-size: 12px;
  font-weight: bold;
  font-family: Lucida Grande,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック, sans-serif;
}
li#b01 a { background: url(about/b01.jpg) 12px 8px no-repeat; }
li#b02 a { background: url(about/b02.jpg) 12px 8px no-repeat; }
li#b03 a { background: url(about/b03.jpg) 12px 8px no-repeat; }
li#b04 a { background: url(about/b04.jpg) 12px 8px no-repeat; }
li#b05 a { background: url(about/b05.jpg) 12px 8px no-repeat; }
li#b06 a { background: url(about/b06.jpg) 12px 8px no-repeat; }
li#b07 a { background: url(about/b07.jpg) 12px 8px no-repeat; }

ul#leftmenu li a {
  display: block;
  min-height: 40px;
  padding: 15px 5px 0px 72px;
  border-bottom: 1px dotted #ffffff;
  text-decoration: none;
  color: #aa8f78;
  background-color: #dcd3c5;
}
ul#leftmenu li a:hover {
  color: #794c2c;
  background-color: #eee9e2;
}
ul#leftmenu li#c11 a {
  border-bottom: none;
}
/* Hides from IE-mac \*/
* html ul#leftmenu li a, * html ul#leftmenu li {
  height: 40px;
  line-height: 1.5;
}
/* End hide from IE-mac */
/* line-heightはli間の隙間をなくするために指定 */


#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; 
}
