@charset "utf-8";

/* formatting style

-----------------------------------------------*/



* {

	font-style: normal;

	margin: 0px;

	padding: 0px;

}

body {

	font-size: 75%;

	line-height: 1.6;

	color: #333333;

	background-color: #CCCCCC;

	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}

/* link style

-----------------------------------------------*/

a img {

	border-style: none;

}

a:link {

	color: #0000FF;

	text-decoration: underline;

}

a:visited {

	color: #0000FF;

	text-decoration: underline;

}

a:hover {

	color: #000000;

	text-decoration: none;

}

a:active {

	text-decoration: none;

	position: relative;

	left: +1px;

	top: +1px;

}

/* basic layout

-----------------------------------------------*/
h1 {
	font-size:12px;
	display:inline;
}

#wrapper {

	overflow: auto;

	width: 804px;

	margin: 0 auto;

	border-right: 1px none #666666;

	border-left: 1px none #666666;

	background-color: #FFFFFF;

}



#header {

 overflow: auto;

 width: 100%;

 margin: 0;

 padding: 90px 0 0;

 list-style: none;

 background-image: url("../img/findyourteacherstop.gif");

 background-repeat: no-repeat;

}

#header li {

	float: left;

	overflow: hidden;

	width: 134px;

	height: 38px;

	background-color: #999;

}

#header     li#nHome   {

	border-left: 0px solid #999999;

}

#header li#nAbout {

}

#mainpic {

	float: left;

	width: 320px;

	height: 400px;

	margin: 40px 0 15px;

	padding: 15px 15px 15px 30px;

	background-color: #FFFFFF;

	text-align: right;

}



#main {

	float: right;

	width: 340px;

	height: 400px;

	margin: 40px 0 15px 10;

	padding: 40px 30px 15px;

	background-color: #FFFFFF;

}

#mainfaq {

	float: right;

	width: 340px;

	height: 2000px;

	margin: 40px 0 15px;

	padding: 40px 30px 15px;

	background-color: #FFFFFF;

}

#main #mainmessage {

	font-size: 24px;

	color: #009966;

	padding-bottom: 20px;

	text-align: left;

}

#main #submessage {

	font-size: 14px;

	list-style: none;

	padding-bottom: 30px;

	text-align: left;

}

#mainfaq #faqlist ul{

    list-style:none;

    width:0px;

}

#mainfaq #faqlist li{

    list-style:none;

    padding-left:0px;

    background:url(img/image4.gif) no-repeat center left;

}