*{
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
} 

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x; 
	color: #000000;
	background-color:#ffffff;
}

img {	
	border: 0px;

}

a img{
	border: 0px;
	margin:0px;
	padding:0px;
}

#makebanner{
	width:785px;
	background-image:url(../images/make_banner_bg.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	
}

div.id input{
	height:19px;
	width:94px;
}

div.pw input{
	height:19px;
	width:94px;
}
/*************************
					ここからheader
							**************************/

#header{
	width:785px;
	margin:0px auto;
	background-image:url(../images/make_banner_bg.jpg);
	background-repeat:repeat-y;
}
#header img{
	vertical-align:bottom;
}
#header_inner{
	margin:0px 7px;
	width:780px;
	height:185px;
	background-image:url(../header/header.jpg);
	vertical-align:bottom;
	background-color:#000099;
}
#login_form{
	width:780px;
	height:27px;
	background-image:url(../header/colorido_login_form.jpg);
}


#contents_wrapper{
	margin:0px auto;
	clear:both;
	width:780px;
	height:auto;
}

/*************************
					ここからグローバルナヴィ
							**************************/
#g_navi{
	width:780px;
	height:30px;
}

ul.list{
	list-style:none;
	margin:0px;
	padding:0px;
}

.list_li{
	float:left;
	margin:0px;
	padding:0px;
}

#home{
	float:left;
	margin:0px;
	padding:0px;
}
#company{
	float:left;
	margin:0px;
	padding:0px;
}
#useinfo{
	float:left;
	margin:0px;
	padding:0px;
}
#basket{
	float:left;
	margin:0px;
	padding:0px;
}
#order{
	float:left;
	margin:0px;
	padding:0px;
}
/*************************
					ここから左側
							**************************/

#left{
	float:left;
	width:150px;
	margin-bottom:20px;
	margin-left:3px;
	*margin-left:2px;
}

#category_area{
	width:150px;
	height:auto;		
}

.left_top{
	width:150px;
	height:30px;
}

.left_mid{
	width:150px;
	height:auto;
	background-image:url(../left/left_mid_bg.gif) ;
	background-repeat:repeat-y;
}

.left_bottom{
	width:150px;
	height:15px;
	background-image:url(../left/left_bottom_bg.gif);
	background-repeat:no-repeat;
}

#search_area{
	width:150px;
	height:auto;
}

.left_banner{
	width:150px;
	height:auto;
}

#contact_area{
	margin-top:4px;
	width:150px;
	height:auto;
}

#price_area{
	margin:10px 0px;
	width:150px;
	height:auto;		
}
.txt_contact{
	width:150px;
	height:auto;
	background-image:url(../left/left_mid_bg.gif) ;
	background-repeat:repeat-y;
	color:#ffffff;

}
.txt_contact a{
	color:#00CCFF;
}
/*************************
					ここから中央
							**************************/
/*
#main_contents{
	height:100%;
	text-align: left;
	background-color:#FFFFFF;
}
*/



#center{
	margin-left:10px;
	*margin-left:2px;
	float:left;
	width:445px;
}
#category_banner{
	margin-top:10px;
	width:445px;

}
.center_top{
	width:445px;

}
.center_mid_outer{
	background-image:url(../center/center_mid_bg.jpg);
	background-repeat:no-repeat;
}
.center_mid{
  	background-image:url(../center/centerer_mid.gif);
 	background-repeat:repeat-y;
	width:445px;
}
.center_bottom{
	background-image:url(../center/center_bottom.gif);
	background-repeat:no-repeat;
	width:445px;
	height:10px;
}

#recommend_area{
	margin-top:10px;
}

#new_area{

}

#info_area{
	margin-top:10px;
}

/***********右側***********/
#right{
	float:left;
	width: 165px;
	height:100%;
}
#right_inner{
margin-left:10px;
*margin-left:8px;
}

.right_top{
	width:165px;
}
.right_mid{
	text-align:center;
	width:165px;
	height:auto;
}

.right_bottom{
	width:160px;
	height:10px;
}
#mobile_area{
	width: 165px;
	margin-bottom:10px;
}
#spe_area{
	width: 165px;
	margin-bottom:10px;
}

#banner_area{
	width: 165px;
	margin-bottom:10px;
}
.clear {
	clear: both;
}

/***********footer***********/
#footer{
	margin-left:3px;
	width:780px;
	margin-top:20px;
	height:auto;
	clear: both;
}

#copy{
	text-align:right;
	width:780px;
	height:70px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.txt_01{
	font-size:12px;
	color:#333333;
	line-height:160%;
}

.txt_center{
	text-align:center;
}

.txt_right{
	text-align:right;
}

.txt_left{
	text-align:left;
}

.col_l_10{
	padding-left:10px;
}
.font01{
color:#363636;
}

.padding_top5{
	padding-top:5px;
}


/****以下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=70);
-moz-opacity: 0.5;
opacity: 0.5;
}


