

body {
  font-family: メイリオ, Meiryo, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 13px;
	color: #555555;
    margin: 0;
}






/*リンク色指定*/

a:link {
color: #444444;
text-decoration: none;}
a:visited {
color: #444444;
text-decoration: none;}
a:hover {
color: #999999;
text-decoration: underline;}
a:active {/*クリック中*/
color:#444444;　
}





.margin_b10 {
	margin-bottom:10px;	
}

.margin_t5 {
	margin-top:5px;	
}

   

/*レフトメニュー*/


#left_menu{ 
	width: 180px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

div.cate{width:178px;
height:30px;
background-color:#1B1B1B;
color:#fbfbfb;
text-align:center;
margin-top:5px;
padding-top:10px;
font-size:15px;
font-family: 'Josefin Sans', sans-serif;
}


ul {
list-style: none;
margin: 15px;
padding: 0px;
width:178px;}

li{list-style:none;
margin-bottom:5px;}



/*--------色別------------*/


ul.color {
list-style: none;
margin-top:5px;
margin-left:3px;
width:178px;}

li.color_list{
	margin-left:4px;
	list-style:none;
    float:left;

}


.box3 {
	width:24px;
	height:24px;
}

/*--------------/色別------*/


/*バナーエリア*/

#banner_area {
	width: 180px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}


#facebook_link{
	height: 395px;
	margin-bottom:10px;	
}


#rss {
	width: 180px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}



#brand_area {
	width: 180px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	background-color:#efefef;
}

#brand_area img{width:155px;
height:auto;
margin-left:12px;
margin-right:12px;}


#brand_comment{width:155px;
height:auto;
margin-left:12px;
margin-right:12px;
text-align:center;}

#brand_comment img{width:auto;
height:auto;}


dl dt{margin-bottom:15px;}

dt.cate_img{margin-top:30px;}


.clear { clear:both;
margin-bottom:10px;}  
.clear hr { display:none; }  



/*リストliの・を消す場合*/
/*#accordion2 li {list-style:none; } */


/*リストliのカテゴリ詳細メニュー、テキストの下にドット線を付けたい場合*/
/*.accordion_content li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}*/
