@charset "UTF-8";
/*
Theme Name: お問い合わせ
*/

/*全体の設定*/
* {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
}
/*リンク画像の枠を消す、テキストのセンターに配置*/
img {
	border-width: 0px;
	vertical-align: middle;
}
body {
	font-size: 12px;
	line-height:18px;
	font-family:"Verdana","ＭＳ Ｐゴシック", Osaka;
	color: #555555;
	text-align: center;
	background:#FFFFFF
}

/*標準のリンク*/
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
b{
	color: #FF0000;
	font-weight: normal;
}

/*レイアウト枠：全体の枠と横幅・背景色*/
#page {
	margin: 10px auto;
	width: 700px;
	text-align: left;
}
/*ヘッダー*/
#header {
	height:60px;
	margin-bottom:10px
}
#header p,#header h2{
	margin-top:10px;
}
#header p#modoru{
	text-align:right;
	margin:-30px 0 27px 0;
	font-size:10px;
	line-height:10px;
}
* html #header p#modoru{margin:-20px 0 17px 0;}

/*基礎から*/
#kiso{
margin:10px 0 10px 0
}

/*バナー*/
#ban{
	width:700px;
}
 
#ban li{
	float:left;
	padding:20px 0px 20px 0;
	}
#ban li.migi{
	float:left;
	padding:20px 20px 20px 0;
	}

#kiso .a_box{
width:340px;
height:190px;
margin-right:20px;
float:left;
}
#kiso .b_box{
width:340px;
height:170px;
float:right;
}
*html #kiso .b_box{
width:340px;
height:170px;
float:right;
margin-top:15px
}

#check{
margin-bottom:20px;
}

#check table{
margin-top:10px;
}

#check dl{
margin-top:-10px;
padding:0 15px 15px 15px;
font-size: 12px;
line-height:18px;
}

#check .a_box{
width:340px;
height:190px;
margin-right:20px;
float:left;
}
#check .b_box{
width:340px;
height:550px;
float:right;
}

#nagare{
margin:20px 0;
}

/*マンツーマン指導*/
h2 img{
margin-bottom:8px;
}

#bn{
text-align:center;
}

#eigo .a_box{
width:250px;
margin:10px 20px 0 0;
float:left;
}
#eigo .b_box{
width:430px;
margin-top:10px;
float:right;
}
#eigo .b_box img{
margin-bottom:10px;
}
#eigo .eigoimg img{
float:right;
margin-left:10px;
margin-top:-50px;
}
#eigo .b_box td{
font-size: 12px;
line-height:18px;
}

#eigo .b_box td.hidari{
padding:10px;
}
#koe .haba{
margin-bottom:5px;
}


/*コピーライト*/
#copyright{
	font-size:10px;
	text-align:center;
}
#copyright a{
	color:#000000
}
