* {
	margin: 0;
	padding: 0;
	font-family: 'Meiryo', 'Verdana', sans-serif;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache",false, true));
}

body {
	text-align: center;
	background: url(null) fixed #fff;
}

#container {
	width: 100%;
	text-align: left;
	margin : 0 auto;
}

/*ここからコピーする*/
#header {
	background: url("image/shado.png") no-repeat bottom;
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	/* IE6対策 */
	_position: absolute; 
	_top: expression(eval(document.documentElement.scrollTop+0)+'px');
}

#header .inner {
	width: 984px;
	height: 60px;
	margin: 0 auto;
}

#logo{
	width: 260px;
	height: 50px;
	xbackground-color:#fff;
	float: left;
	margin-top:5px;
	overflow: hidden;
}

#logo .inner a{
	width: 260px;
	height: 40px;
	margin: 0 15px;
	background-color:#0c0;
	text-indent: -9999em;
	display:block;
	background: url("image/logo.png") no-repeat ;
	overflow: hidden;
}
/*ここまで*/

#sidemenu{
	width: 620px;
	float: right;
	height: 30px;
	margin-top: 10px;
	xbackground-color:#fcc;
}

#sidemenu li{
	height: 30px;
	xmargin-left:5px;
	display: inline;
	float: left;
	padding: 0 5px;
	font-size:15px;
}

#sidemenu li.top a{
	width: 50px;
	height: 30px;
	background-color:#fcc;
	text-indent: -9999em;
	display:block;
	background: url("image/botan_top_a.png") no-repeat left;
	overflow: hidden;
}

#sidemenu li.top a:hover{
	background: url("image/botan_top_b.png") no-repeat left;
}

#sidemenu li.lesson a{
	width: 70px;
	height: 30px;
	background-color:#fcc;
	text-indent: -9999em;
	display:block;
	background: url("image/botan_lesson_a.png") no-repeat left;
	overflow: hidden;
}
#sidemenu li.lesson a:hover{
	background: url("image/botan_lesson_b.png") no-repeat left;
}

#sidemenu li.bridal a{
	width: 70px;
	height: 30px;
	background-color:#fcc;
	text-indent: -9999em;
	display:block;
	background: url("image/botan_bridal_a.png") no-repeat left;
	overflow: hidden;
}
#sidemenu li.bridal a:hover{
	background: url("image/botan_bridal_b.png") no-repeat left;
}

#sidemenu li.shop a{
	width: 55px;
	height: 30px;
	background-color:#fcc;
	text-indent: -9999em;
	display:block;
	background: url("image/botan_shop_b.png") no-repeat left;
	overflow: hidden;
}
#sidemenu li.shop a:hover{
	background: url("image/botan_shop_b.png") no-repeat left;
}

#sidemenu li.gallery a{
	width: 75px;
	height: 30px;
	background-color:#fcc;
	text-indent: -9999em;
	display:block;
	background: url("image/botan_gallery_a.png") no-repeat left;
	overflow: hidden;
}
#sidemenu li.gallery a:hover{
	background: url("image/botan_gallery_b.png") no-repeat left;
}


#sidemenu li.information a{
	width: 110px;
	height: 30px;
	background-color:#fcc;
	text-indent: -9999em;
	display:block;
	background: url("image/botan_info_a.png") no-repeat left;
	overflow: hidden;
}
#sidemenu li.information a:hover{
	background: url("image/botan_info_b.png") no-repeat left;
}

#sidemenu li.whatisnew a{
	width: 105px;
	height: 30px;
	background-color:#fcc;
	text-indent: -9999em;
	display:block;
	background: url("image/botan_what_a.png") no-repeat left;
	overflow: hidden;
}
#sidemenu li.whatisnew a:hover{
	background: url("image/botan_what_b.png") no-repeat left;
}


#footer{
	color: #666;
	width: 100%;
	height: 25px;
	position: fixed;
	bottom: 0;
	z-index: 101;
	/* IE6対策 */
	_position: absolute;
    	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-25)+'px');
    	font-size:65%;
    	text-align:center;
	background: url("image/shado02.png") no-repeat top;
}

#footer .inner {
	width: 984px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
}

#footer p{
	padding-top:5px;
}

#main {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 25px;
}

/* ここから下を各ページの#inをもってくる */
/* 中身 */
#in{
	width: 100%;
	xheight: 450px;
	xbackground-color:#ECF2FF;
	xborder-top: 1px solid #c0c0c0;
	xborder-bottom: 1px solid #c0c0c0;
	overflow: hidden;
	background: url("image/shop_03.png") no-repeat top;
}

#in .inner02{
	width: 984px;
	margin: 0 auto;
	text-align: left;
	xbackground: url("image/kadobottom.png") no-repeat bottom;
	xbackground-color:#ECF2FF;
}

#in .inner{
	width: 850px;
	xheight:300px;
	margin-left:67px;
	margin-top:5px;
	margin-bottom:20px;
	xbackground-color:#fff;
	xborder: 1px solid #c0c0c0;
	overflow: hidden;
}

#in .migi{
	width: 250px;
	xbackground-color:#0c0;
	float:left;
	overflow: hidden;
	text-align: left;
}

#in .migiinner{
	width: 230px;
	margin-left:10px;
	xbackground-color:#fff;
	list-style-type: none;
}

#in .migiinner ul{
	list-style-type: none;
}

#in .migi .big{
	width: 200px;
	height: 130px;
	xbackground-color:#f00;
	overflow: hidden;
	margin-left:15px;
	margin-top:5px;
}

#in .migi h3{
	width: 230px;
	font-size:130%;
	color:#6A1D72;
	line-height: 1.1em;
	xbackground-color:#f00;
	text-align:center;
	margin-bottom:10px;
}

#in .migi span{
	font-size:60%;
	color:#696969;
}

#in .hidari{
	width: 600px;
	xbackground-color:#0cc;
	float:right;
	overflow: hidden;
}
#in .hidari .txt{
	width: 550px;
	margin-left:25px;
	font-size:80%;
	color: #696969;
	line-height: 1.5em;
}
#in .hidari .sab h4{
	xbackground-color:#f1d9ed;
	width: 550px;
	margin-top:10px;
	margin-left:25px;
	font-size:80%;
	color: #6a1d72;
	line-height: 1.5em;
	xborder-bottom: 1px solid #d3d3d3;
	xoverflow: hidden;
	font-weight: normal;
}

#in .hidari .miniinfo{
	clear:left;
	width: 550px;
	xbackground-color:#fcc;
	overflow: hidden;
	xmargin-top: 8px;
	margin-left:25px;
	font-size:80%;
	line-height: 1.5em;
	xpadding:1em;
	color:#696969;
	xborder: 3px double #d3d3d3;
}


#in .hidari table{
	width: 550px;
	xbackground-color:#fcc;
	color:#696969;
	font-size:90%;
	line-height: 1.5em;
	margin: 5px 0;
}

#in .hidari table th{
	width: 20%;
	padding: 5px;
	xborder: 1px solid #d3d3d3;
	background-color:#f1d9ed;
}

#in .hidari table td{
	width: 80%;
	padding: 5px;
	border: 1px solid #d3d3d3;
}

#in .hidari .omake{
	font-size:85%;
	line-height: 1.5em;
}

#in .hidari .omake2{
	margin-top:10px;
	padding:5px 2px;
	background-color:#FBF1F9;
}

/* バックネクスト */
#backnext{
	width: 140px;
        height: 30px;
	xbackground-color:#0c0;
	margin-left:85%;
	margin-top:10px;
}

#backnext .back a{
	width: 70px;
	height: 30px;
	float: left;
	xbackground-color:#0c8;
	background: url("image/BACK.png") no-repeat;
	text-indent: -9999em;
	display:block;
	overflow: hidden;
}

#backnext .next a{
	width: 70px;
	height: 30px;
	float: right;
	xbackground-color:#0c8;
	background: url("image/NEXT.png") no-repeat;
	text-indent: -9999em;
	display:block;
	overflow: hidden;
}
