﻿@charset "utf-8";

/*	�T�C�g�S�̂̃��C�A�E�g���`���܂��B		*/

.hyde {
	display	:				none;
}

#wrap1 {
	background-image :		url(../images/head_bg.jpg);
	background-position :	top;
	background-repeat :		repeat-x;
}

#wrap2 {
	background-image :		url(../images/foot_bg.jpg);
	background-position :	bottom;
	background-repeat :		repeat-x;
}

#contents {
	width : 				980px;
	margin : 				0 auto;
}

#body {
	float :					right;
	width :					728px;
}

#side {
	float :					right;
				
}


#float_clear {
	clear :					both;
}

#head1 {
	height : 483px;
	background-image : url(top.jpg);
	background-position : top center;
	background-repeat : no-repeat;
}

#foot {
	height :				48px;
	margin:					0 auto;
	padding-top:			30px;
	text-align:				center;
}


<!--side風呂リンクのマウスオーバー-->
a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}


