/*------- bace style set -------*/

body{
	background-image:url("img/nuno.gif");
	text-align: center;

	
	/* background-color:#ffcc66; */
}

a:link {
	color:#000000;
}

a:visited {
	color:#CCCCCC;
}

#page{
	width:950px;
	float:center;
	background-color: #ffffff;
	/* text-align:center; */
}
h2{
	padding:0;
	margin:0;
	height:30px;
}
/*------ ヘッダ ----------------------------------------*/
#header {
	width: 950px;
	height: 200px;
	background-image:url("img/header_org3.jpg");
	position:relative;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

/*-- 「波佐見体験塾」のタイトル画像 --*/
.title {
	position:absolute;
	top:10px;
	left:50px;
}

/*-- サブタイトル１ --*/
.sub1 {
	position:absolute;
	top:110px;
	right:250px;
}

/*-- サブタイトル２ --*/
.sub2 {
	position:absolute;
	top:150px;
	right:200px;
}


/*------ サイドバー ------------------------------------*/
#sideber {
	width: 190px;
	background-color:#ffffff; 
	float:left;
}

/*-- 【予約】ボタン --*/
.reserve {
	position: relative;
	top: 20px;


}

/*-- ログインタイトル --*/
.login {
	width:150px;
	height:25px;
	margin-top:10px;
	padding-left: 10px;
	border: 1px;
	border-bottom:0px;
	border-style:solid;
	border-color:#CCCCCC;
	background-color:#ccffcc;
	font-size:14px;
	text-align:center;
	padding-top:5px;
}

/*-- 入力項目 --*/
.form {
	width:150px;
	border: 1px;
	border-style:solid;
	border-color:#CCCCCC;
	font-size:12px;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	line-height:150%;
}

/*-- 忘れた場合 --*/
.what {
	width:150px;
	height:50px;
	border: 1px;
	border-top:0px;
	border-style:solid;
	border-color:#CCCCCC;
	padding-left:5px;
	font-size:10px;
	text-align:left;
	line-height:200%;
}

/*-- リスト点 --*/
.ten {
	margin-top:8px;
}

.button {
	margin-top:5px;
}

/*-- メニュー --*/
.menu {
	margin-top:30px;
}

/*------ メイン ----------------------------------------*/
#contents{
	float:right;
	width:760px;
}

#main_1{
	width:380px;
	height:auto;
	background-color:#ffffff;
	float:left;
	margin-top:10px;
}



#main_2{
	width:380px;
	height:auto;
	background-color:#ffffff;
	float:right;
	margin-top:10px;
}



/*------ フッタ ----------------------------------------*/

#footer{
	width:950px;
	height:30px;
	padding-top: 10px;
	background-color:#ffffff;
	clear:both;
}

.link {
	position:relative;
	top:10px;
	text-align:center;
	font-size:14;
	color:#000000;
}

.toi {
	position:relative;
	top:55px;
	font-size:14;
	text-align:center;
	color:#000000;
}

.copy {
	position:relative;
	top:0px;
	font-family:"Times New Roman",serif;
	font-size:12;
	text-align:center;
	color:#000000;
}


.clearfix:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	font-size:0;
	line-height:0;
	overflow:hidden;
}

.clearfix{
	display:inline-block;
	position:relative; /* for DreamWeaver */
}