/* CSS Document */





ol,ul { 
    list-style:none; 
}

h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
} 

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/bg.jpg) ;
	background-repeat:repeat-x;
	background-color:#ffffff;
        text-align:center; 
}

img {	
	border: 0px;
}

a img{
	border: 0px;
}

#makebanner{
	width:780px;
	background-color:#FFFFFF;
}

div.id input{
	height:19px;
	width:95px;
}

div.pw input{
	height:19px;
	width:95px;
}
/*************************
					ここからheader
							
						**************************/
						
#header{
	width:780px;
	height:128px;
	background-color:#FFFFFF;

}


/*************************
					ここからグローバルナヴィ
							**************************/
#g_navi{
	width:780px;
	height:45px;
	margin-top:3px;
	margin-bottom:0px;
	float:left;
}

ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul li{
	float:left;
	margin:0px;
	padding:0px;
}

ul li a{
	margin:0px;
	padding:0px;
}
/*************************
					ここから左側
							**************************/

#left{
	width:150px;
	margin-bottom:20px;
}

#search_area{
	width:150px;
	height:auto;
	margin:0px 0px 5px 0px;
}

.category_area{
	width:150px;
	height:auto;
	margin-bottom:10px;
}

#login_form{
	background-image:url(../loginform/login_form_bg.jpg) no-repeat;
	width:150px;
	height:159px;
	margin-top:10px;
}

.banner_area{
	width:150px;
	height:auto;		
}

#calendar_area{
	padding-top:10px;
	width:150px;
	height:auto;		
}

#contact_area{
	padding-top:10px;
	width:150px;
	height:auto;		
}
.left_top{
	width:150px;
	height:30px;
}

.left_mid{
	padding-top:10px;
	width:150px;
	height:auto;
	background-color:#FFFFFF;
	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;
}


/*************************
					ここから中央
							**************************/


#main_contents{
	width: 625px;
	height:100%;
	text-align: left;
	background-color:#FFFFFF;
}

#center{
	width:455px;
	float:left;
	margin-top:0px;
	padding:0px;
	background-color:#FFFFFF;
}

.info_area{
	margin-top:10px;
	width:455px;
}

.info_top{
	width:455px;
}
.info_mid{
	width:455px;
	height:150px;
	background-image:url(../center/info_mid_bg.jpg);
	background-repeat:repeat-y;
	overflow:auto;
}

@media screen{
    div class=info_mid{overflow:auto}
}

.info_bottom{
	width:455px;
	height:15px;
	background-image:url(../center/info_bottom_bg.jpg);
}

.txt_are{
	padding:0px;
}

.center_top{
	width:455px;
}
.center_mid{
	width:455px;
	background-image:url(../center/item_mid_bg.jpg);
	background-repeat:repeat-y;
}
.center_bottom{
	width:455px;
	height:15px;
	background-image:url(../center/item_bottom_bg.jpg);
}

#banner_area{
	width:455px;
	height:154px;
}

#recommended_area{
	width:455px;
	margin-top:10px;
}

#newitem_area{
	width:455px;
	margin-top:10px;
}
/*************************
					ここから右側
							**************************/
#right{
}

.right_banner{
	width:165px;
}

.right_login{
	width:165px;
	margin-bottom:5px;
}

#sp_area{
	width:165px;
	margin:10px 0px;
}

.right_top{
	width:165px;
	height:auto;
}

.right_mid{
	width:165px;
	height:auto;
}




.font_link a{
	margin:0px;
	padding:0px 5px 0px 10px;
	text-decoration:none;
	line-height:160%;
	color:#040f6f;
}

.left{
	float:left;
}
.right{
	float:right;
}
.clear {
	clear: both;
}

.txt_01{
	font-size:12px;
	color:#333333;
	line-height:160%;
}

.txt-guide{
	width:285px;
	padding:3px 10px;
	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{
	font-size:11px;
	font-weight:bold;
	color:#666666;
	padding:5px;
	text-decoration:none;
}
/*..font01 a{/*リンクされた文字
color:#666666;
font-style:normal;
text-decoration:none;
}*/
.font01 a:link {/*未訪問のリンク*/
color:#666666;
font-style:normal;
text-decoration:none;
}
.font01 a:visited {/*訪問後のリンク*/
color:#666666;
text-decoration:none;
}
.font01 a:hover {/*マウスをのせたとき*/
color:#dc143c;
font-style:normal;
text-decoration:underline;
}
.font01 a:active {/*クリック中*/
color:#dc143c;
text-decoration:underline;
}*/
.font02{
	font-size:12px;
	color:#666666;
	/*padding:5px*/
	text-decoration:none;
}

.font02 a{/*リンクされた文字*/
color:#666666;
font-style:normal;
text-decoration:none;
}
.font02 a:link {/*未訪問のリンク*/
color:#666666;
font-style:normal;
text-decoration:none;
}
.font02 a:visited {/*訪問後のリンク*/
color:#666666;
text-decoration:none;
}
.font02 a:hover {/*マウスをのせたとき*/
color:#dc143c;
font-style:normal;
text-decoration:underline;
}
.font02 a:active {/*クリック中*/
color:#dc143c;
text-decoration:underline;
}

.font03{
	font-size:12px;
	color:#666666;
	text-decoration:none;

}


/***********footer***********/
#footer{
	width:780px;
	margin-top:20px;
	height:auto;
	clear: both;
	background-color:#FFFFFF;
}

#footer_link{
	text-align:right;
	padding-right:10px;
	padding-bottom:5px;
	*padding-bottom:0px;
}

#copy{
	width:;
	margin:10px 20px 20px 50px;

	
}

/****以下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;
}


