

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:149px;
	margin:0px auto;
}
#header_inner{
	width:780px;
	height:149px;
	background-image:url(../header/header.jpg);
}



#contents_wrapper{
	margin:0px auto;
	clear:both;
	width:780px;
	height:auto;
}

/*************************
					ここからグローバルナヴィ
							**************************/
#g_navi{
	width:780px;
	height:39px;
	background-color:#FFF;
	padding-bottom:10px;
}

ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul li{
	float:left;
	margin:0px;
	padding:0px;
}

/*************************
					ここから左側
							**************************/



#left{
	float:left;
	width:150px;
	padding-top:10px;
	*padding-top:0px;
margin-bottom:20px;
/*	margin-right:10px;/*
	height: 100%;
}


#category_area{
/*	padding-top:10px;*/
	margin-right:10px;
	width:150px;
	height:auto;		
}


.left_top{
	width:150px;
	height:30px;
}

.left_mid{
	width:150px;
	height:auto;
	background-image:url(../left/left_mid_bg.jpg) ;
	background-repeat:repeat-y;
}

.left_bottom{
	width:150px;
	height:8px;
	background-image:url(../left/left_bottom_bg.jpg);
	background-repeat:no-repeat;
}


#serch_area{
	margin-top:10px;
	width:150px;
	height:auto;

}


#calendar_area{
	width:150px;
	height:auto;		
}

#contact_area{
/*	margin-top:10px;*/
	width:150px;
	height:auto;
}

/*************************
					ここから中央
							**************************/



#main_contents{
	padding-top:10px;
	*padding-top:0px;
	float:left;
	width: 630px;
	height:100%;
	text-align: left;
	background-color:#FFFFFF;
}

#center{
	float:left;
	width:445px;
	padding-right:10px;
}

.center_top{
	width:445px;
}
.center_mid{
	width:445px;
}
.center_bottom{
	width:445px;
}

#banner_area{
	width:445px;
	height:154px;
}

#recommend_area{
	margin-top:10px;
}

#info_area{
	margin-top:10px;
}

#new_area{
	margin-top:10px;
}
/***********右側***********/
#right{
	float: left;
	width: 160px;
	height:100%;
}

.right_mid{
	width:165px;
	height:auto;
	background-color:#f3fcd8;	
	background-image:url(../right/right_mid_bg.jpg) ;
	background-repeat:repeat-y;
}

.right_bottom{
	width:165px;
	height:3px;
	background-image:url(../right/right_bottom_bg.jpg);
	background-repeat:no-repeat;
}



#spe_area{
	width: 165px;
	margin-bottom:10px;
}

#news_area{
	width: 165px;
	margin-bottom:5px;
}
#banner_area{
	width: 165px;
	margin-bottom:5px;
}

#info_area{
	width: 165px;
	margin-bottom:5px;
}


.clear {

	clear: both;

}

#copy{
	text-align:right;
	width:780px;
	height:78px;
	margin-top:20px;

	background-image:url(../footer/footer.jpg);
	background-repeat:no-repeat;
	
}







/****以下clearfix***/
/***(X)HTMLで親要素（ボックス）にclass="clearfix"を入れます。**/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* CSS Document */
/****以下マウスオーバーした時に透過させるCSS***/
/***透過させたい画像のhreafに対してクラスで指定します**/

.Banner{
display:block;
}

a.Banner img{
filter:alpha(opacity=100);
 -moz-opacity: 1.0;
opacity: 1.0;
}

a.Banner:hover img{
filter:alpha(opacity=80);
-moz-opacity: 0.5;
opacity: 0.5;
}


