@charset "utf-8";


/*  メニュー  */
#menu {
	width: 210px;
	background-color: #F0F0F0;
}

#menu ul {
	background:url(../images/left/kugiri.jpg) left bottom no-repeat;
	padding-bottom:20px;
	
}

#menu ul li {
	font-size:11px;
	padding:15px 10px 15px 56px;
}

#menu ul li a {
	color: #333;
	text-decoration:none;
}

#menu ul li a:visited {
	color: #333;
}

#menu ul li a:hover {
	color: #333;
}


#push {
	background:#E9F1EA;
	border: solid 1px #999999;
	margin-bottom:10px;
	text-align:center;
	padding:0 0 5px;
}

#push a img {
	width:180px;
	height:180px;
	
}

#push a {
	text-decoration:none;
	color:#333;
	
}

#push a span {
	display:block;
	padding:0 10px;
	
}

#push a span.name {
	font-size:12px;	
}

#push a span.price {
	font-size:12px;
	color:#993300;
}

/*  アイコン  */
.ltops {
	background:url(../images/left/ltops.png) 4px center no-repeat;
}

.lshirts {
	background:url(../images/left/lshirts.png) 4px center no-repeat;
}

.ljacket {
	background:url(../images/left/ljacket.png) 4px center no-repeat;
}

.lcardigan {
	background:url(../images/left/lcardigan.png) 4px center no-repeat;
}

.lonepiece {
	background:url(../images/left/lonepiece.png) 4px center no-repeat;
}

.lskirt {
	background:url(../images/left/lskirt.png) 4px center no-repeat;
}

.lpants {
	background:url(../images/left/lpants.png) 4px center no-repeat;
}

.lleggings {
	background:url(../images/left/lleggings.png) 4px center no-repeat;
}

.lshoes {
	background:url(../images/left/lshoes.png) 4px center no-repeat;
}

.lgoods {
	background:url(../images/left/lgoods.png) 4px center no-repeat;
}

.lbag {
	background:url(../images/left/lbag.png) 4px center no-repeat;
}

.dpants {
	background:url(../images/left/dpants.png) 4px center no-repeat;
}
.djacket {
	background:url(../images/left/djacket.png) 4px center no-repeat;
}

.dskirt {
	background:url(../images/left/dskirt.png) 4px center no-repeat;
}

.dshirts {
	background:url(../images/left/dshirts.png) 4px center no-repeat;
}

.kouter {
	background:url(../images/left/kouter.png) 4px center no-repeat;
}

.ktops {
	background:url(../images/left/ktops.png) 4px center no-repeat;
}

.kpants {
	background:url(../images/left/kpants.png) 4px center no-repeat;
}

.kskirt {
	background:url(../images/left/kskirt.png) 4px center no-repeat;
}

.konepiece {
	background:url(../images/left/konepiece.png) 4px center no-repeat;
}

.kleggings {
	background:url(../images/left/kleggings.png) 4px center no-repeat;
}

.konepiece {
	background:url(../images/left/konepiece.png) 4px center no-repeat;
}

.ksetup {
	background:url(../images/left/ksetup.png) 4px center no-repeat;
}

.kgoods {
	background:url(../images/left/kgoods.png) 4px center no-repeat;
}

.cosme {
	background:url(../images/left/cosme.png) 4px center no-repeat;
}

.fragrance {
	background:url(../images/left/fragrance.png) 4px center no-repeat;
}

.menu_l {
	background:url(../images/left/menu_l.png) 4px center no-repeat;
}



/*  カレンダー  */

#calendar {
	width: 210px;
	overflow:hidden;
    display:inline;
    float:right;
    margin:0 0 20px;
}

.calendar_m {
	width: 210px;
	font-size:12px;
	margin:0 0 5px 0;
	text-align:center;
}

.calendar_day {
	width: 210px;
	font-size:10px;
	margin-bottom:15px;
}

.calendar_day td {
	padding:5px 3px;
}

.calendar_head{
	font-size:10px;
}

.calendar_pink{
	color:#FB0045;
}


