@charset "euc-jp";
/* CSS Document */

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */


/*----------------------------------------
  UI
------------------------------------------ */

#content{

	/*width:600px;*/
	_overflow:auto; 	/*触るな危険*/
	height:100%;		/*触るな危険IEでスクロールバーが消える*/
	z-index:2;		/*触るな危険（２番目）に線画する*/
	margin-left:190px;

}


#header{
	width:610px;

}

#main{
	width:600px;
	margin-top:10px;
	margin-left:10px;

}


#footer{
	width:610px;
	height:25px;
	margin-bottom:10px;
	background-image:url(../img/common/sita-bar.jpg);
	background-repeat:no-repeat;
}

#menu{
	width:185px;
	position:fixed;		/*触るな危険IE以外スクロールバー*/
	_position:absolute;  	/*触るな危険IEスクロールバー*/
	z-index:3; 		/*触るな危険一番上（３番目）に線画する*/
	top:5px;  		/*●ナビ位置　お好きな数字をどうぞ*/
	left:0px; 		/*●width外す。autoにするとオペラ変*/
	height:98%;
	overflow:auto;
}

/*------------------------------------
   共通UI
---------------------------------------*/
.clearfix:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

img{
	border:0;
}

.fleft{
	float:left;
}
.fright{
	float:right;
}
.clear{
	clear:both;
}

/*------------------------------------
　ヘッダー
--------------------------------------*/
h1{
	margin-top:5px;
	margin-bottom:3px;
	color:#666666;
	font-size:10px;
}
#head_Hidari{
	float:left;
	width:280px;
	margin-bottom:5px;
}

#head_Migi{
	float:right;
	width:320px;
	padding-top:5px;
	text-align:right;
}

#head_Migi p{
	margin-top:5px;
	margin-bottom:15px;
	color:#666666;
	font-size:12px;
	line-height:200%;
}

#head_Migi form{
	margin-bottom:5px;
	color:#666666;
	font-size:12px;
}

#headcom{
	width:610px;
	height:20px;
	padding-top:3px;
	padding-left:10px;
	background-image:url(../img/common/ue-bar.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:x-small;
}

/*------------------------------------
　　メイン
--------------------------------------*/
/*#main p{
	margin-left:5px;
	font-size:12px;
	color:#333333;
	line-height:130%;
}
*/
/*------------------------------------
   メニュー
--------------------------------------*/
#menu ul{
	margin-left:0;
	line-height:150%;

}
#menu h2{
	height:19px;
	_height:25px;
	margin:0px;
	padding:6px 0 0 25px;
	background-image:url(../img/common/menuch.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

#menu h3{
	margin:0;
}


#menu li{
	list-style-type:none;
	width:145px;
	margin-top:0;
	padding-left:10px;
	border-bottom:1px dotted #666666;
}

/*商品カテゴリ一覧*/
#treeMenu1{
	margin-top:0;
	margin-bottom:5px;
	border-left:5px solid #2BBBCE;
}

#treeMenu2{
	margin-top:0;
	margin-bottom:5px;
	border-left:5px solid #CC3399;
}

#treeMenu3{
	margin-top:0;
	margin-bottom:5px;
	border-left:5px solid #FF6600;
}

#treeMenu4{
	margin-top:0;
	margin-bottom:5px;
	border-left:5px solid #80BD00;
}

#treeMenu5{
	margin-top:0;
	margin-bottom:5px;
	border-left:5px solid #CC3333;
}

.cateM a{
	color:#666666;
	font-size:12px;
	_width:145px;
	display:block;
	text-decoration:none;
}

.cateM a:hover{
	color:#FF6633;
	text-decoration:underline;
}
/*その他メニュー*/
.sonotaM a{
	display:block;
	width:145px;
	height:20px;
	_height:40px;    /*IE6*/
	padding:23px 0 0 13px;
	margin-top:5px;
	_margin-top:10px; /*IE6*/
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}
/*ページ色つけ*/
.pageflg{
	background-color:#FFFFCC;
}

#topM{
	background-image:url(../img/common/mtop.gif);
	background-repeat:no-repeat;
}
#accM{
	background-image:url(../img/common/maccess.gif);
	background-repeat:no-repeat;
}
#renM{
	background-image:url(../img/common/mlental.gif);
	background-repeat:no-repeat;
}
#mituM{
	background-image:url(../img/common/mmitumori.gif);
	background-repeat:no-repeat;
}
#zenM{
	background-image:url(../img/common/mzenkoku.gif);
	background-repeat:no-repeat;
}

/*-----------------------------------------
　　フッター
-------------------------------------------*/
#footer p{
	display:inline;
	margin-top:5px;
	padding:15px;
	color:#FFFFFF;
	font-size:10px;
}
#footer ul{
	display:inline;
	margin-left:15px;
}
#footer li{
	display:inline;
	border-left:1px solid #FFFFFF;
	list-style-type:none;
	font-size:12px;
	padding:3px 3px 3px 10px;
}
#footer a{
	text-decoration:none;

	color:#FFFFFF;
}
#footer a:hover{
	text-decoration:underline;
}

/*-----------------------------------------
　　共通文字など
-------------------------------------------*/
strong{
	font-weight:bold;
}

.akamoji{
	color:#FF6666;
}

.size_M{
	font-size:medium;
	_font-size:16px;
}

.textalign_center{
	text-align:center;
}

.textalign_right{
	text-align:right;
}

.margin_bottom{
	margin-bottom:15px;
}

.fontweight_bold{
	font-weight:bold;
}
/*-----------------------------------------
　　商品税込表示(商品ページ共通)
-------------------------------------------*/
.zeikomi{
	text-align:right;
	font-size:12px;
	color:#FF6633;
}

.nedan a:link, .nedan a:visited, .nedan a:hover,.nedan a:active {
	color:#FF6633;
	font-size:14px;
	text-decoration:none;

} 

