@charset "UTF-8";

/*============================================================
//
//  目次---------------------
//  　・コンテンツレイアウト
//
//==========================================================*/

/*============================================================
//  ヘッダー
//==========================================================*/


#object{
	width:100%;
	min-height:100%;
	position: relative;
}
#object .white{
	width:50%;
	background:#FFF;
	float:left;
}
#object .white h1{
	width:478px;
	height:350px;
	background:url(/image/official_white.jpg) no-repeat;
	text-indent:-9999px;
	margin-left:auto;
	margin-top:30px;
}
#object .white h1 a{
	width:478px;
	height:350px;
	display:block;
}

#object .white h1 a:hover{
	width:478px;
	height:350px;
	background:url(/image/official_white_on.jpg) no-repeat;
	display:block;
}

#object .white .schedule{
	width:458px;
	padding:10px 0 0 20px;
	margin-left:auto;
	color:#333;
}
#object .white .schedule a:link{
	color:#83673E;
	text-decoration:none;
}
#object .white .schedule a:hover{
	color:#83673E;
	text-decoration:underline;
}
#object .white .schedule a:visited{
	color:#333;
	text-decoration:none;
}
#object .white li{
	list-style-position: inside;
}
#object .white .contact{
	width:458px;
	padding:10px 0 0 20px;
	margin-left:auto;
	color:#333;
}
#object .white .contact a:link{
	color:#83673E;
	text-decoration:none;
}
#object .black{
	width:49%;
	background:#000;
	float:right;
}
#object .black h2{
	width:412px;
	height:700px;
	background:url(/image/official_black.jpg) no-repeat;
	text-indent:-9999px;
	margin-top:30px;
}
#object .black h2 a{
	width:412px;
	height:700px;
	display:block;
}

