@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

html{
	margin:0px;
	padding:0px;
	height: 100%;

}

body {
	margin:0px;
	padding:0px;
	background-repeat:repeat-y; 
	color: #000000;
	background-color:#f3efe3;
}

img {	
	border: 0px;
}

a img{
	border: 0px;
}

#makebanner{
	background-color:#ffffff;
	width:780px;
}
/*************************
					ここからheader
							**************************/

.header{
	width:780px;
	height:105px;
	margin:0px;
	background-color:#FFFFFF;
	padding-bottom:10px;
}

/*************************
					ここからグローバルナヴィ
							**************************/
							
ul navi{
	list-style:none;
	margin:0px;
	padding:0px;
	clear: both;
}

ul li{
float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}

/*************************
					ここから左側
							**************************/

#left{
	width:150px;
	padding-right:5px;
	height: 100%;
	background-color:#FFFFFF;
}

#category{
	margin-top:5px;
	width:150px;
	height:auto;
	background-color:#fcd3fc;
	background-image:url(file:///C|/Documents%20and%20Settings/sato-m/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/list_end.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
		
}

#calendar{
	margin-top:5px;
	width:150px;
	height:auto;
	background-color:#fcd3fc;
	
}
#contact{
	margin-top:5px;
	width:150px;
	height:auto;
	background-color:#fcd3fc;
	
}

/*************************
					ここから中央
							**************************/



#main_wrapper{
	width: 625px;
	height:100%;
	text-align: left;
	background-color:#FFFFFF;
}

#main_centere{
	float:left;
	width: 460px;
	margint:0px;
	background-color:#ffffff;
	padding-right:5px;
}

#right{
	float: left;
	width: 160px;
	text-align: left;
	height:100%;
	background-color:#FFFFFF;
}

#news{
	width: 160px;
	background-color:#fcd3fc;
	margin-bottom:5px;
}

#info{
	width: 160px;
	background-color:#fcd3fc;
	margin-bottom:5px;
}

#spe{
	width: 160px;
	background-color:#fcd3fc;
	margin-bottom:5px;
}

#shop{
	width: 160px;
	background-color:#fcd3fc;
	margin-bottom:5px;
}

.clear {

	clear: both;

}

#copy{
	text-align:right;
	padding:10px;
	background-color:#FFF;
	
}


