* {
	margin: 0;
	padding: 0;
}

/*----------------------------------------------------------------------
基本レイアウト
----------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	line-height: 140%;
	color: #444444;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	font-size: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	}

#wrapper {
	width: 950px;
	height: 700px;
	background-color: #ffffff;
	text-align: center;
	margin: 0 auto;
}


/*----------------------------------------------------------------------
あらかじめ定義するもの
----------------------------------------------------------------------*/

img {
	border: none;

}

.clearfix:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}


/*----------------------------------------------------------------------
ie6の横スクロールを消す
----------------------------------------------------------------------*/

html{
	overflow-y: scroll;

} 


/*----------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------*/

#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 250px;

}


#header .logo {
	text-align: left;
	padding: 28px 0 0 17px;

}



/*----------------------------------------------------------------------
メインナビ
----------------------------------------------------------------------*/

#navi {
	/*background-image: url(../images/navi_bg.gif);
	background-repeat: no-repeat;*/
	width: 950px;
	height: 60px;


}


#navi ul {
	list-style-type: none;
	padding-left: 0px;


}

#navi ul li {
	float: left;
	padding: 0 0px 0 0;

}


#navi ul li a {
	text-decoration: none;
	text-indent: -9999px;
	text-align: center;
	overflow: hidden;
	display: block;
	height: 60px;
	padding: 0;

}


.meika a {
	background: url(../images/top_meika.gif) 0 0 no-repeat;
	width: 316px;
}

.meika a:hover {
	background: url(../images/top_meika_h.gif) 0 0 no-repeat;

}


.shop a {
	background: url(../images/top_shop.gif) 0 0 no-repeat;
	width: 316px;
}

.shop a:hover {
	background: url(../images/top_shop_h.gif) 0 0 no-repeat;

}


.contact a {
	background: url(../images/top_contact.gif) 0 0 no-repeat;
	width: 318px;
}

.contact a:hover {
	background: url(../images/top_contact_h.gif) 0 0 no-repeat;

}



/*----------------------------------------------------------------------
メインエリア
----------------------------------------------------------------------*/

#contents {
	text-align: center;
	margin: 30px auto;


}


/*----------------------------------------------------------------------
メインエリア(新着情報)
----------------------------------------------------------------------*/

#contents #new {
	float: left;
	padding: 0 0px 20px 15px;

}


#contents #new .new_title {
	background-image: url(../images/top_new.gif);
	background-repeat: no-repeat;
	width: 275px;
	height: 36px;

}


#contents #new .new_area {
	border: 1px solid #dddddd;
	width: 233px;
	height: 353px;
	padding: 20px;
	margin-top: 10px;
	background-color: #FFF4F7;
	/*background-color: #F5F8FF;*//*うす氷*/


}

#contents #new .new_area .new_table {
	text-align: center;
	margin: 0 auto;

}

#contents #new .new_area .new_table .n_image {
	text-align: center;
	padding: 10px 0 0 0;

}

#contents #new .new_area .new_table .n_image a {


}

#contents #new .new_area .new_table .n_image a:hover {
	position: relative;
	top: 1px;
	left: 1px;


}


#contents #new .new_area .new_table .n_limit {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #A65E9A;
	padding: 1px 0 0px 0;
	margin: 0 auto;

}



#contents #new .new_area .new_table .n_title {
	text-align: left;
	font-size: 105%;
	font-weight: bold;
	color: #fe7e9f;
	border-bottom: 1px solid #fe7e9f;
	padding: 15px 0 0 5px;

}


#contents #new .new_area .new_table .n_detail {
	text-align: left;
	font-size: 80%;
	line-height: 170%;
	padding: 8px 0 5px 5px;

}



#contents #new .new_area .new_table .n_link {
	text-align: right;
	padding: 5px 5px 0 0;
	font-size: 90%;

}



/*花つづり（春）
#contents #new .new_area .new_table .n_title {
	text-align: left;
	font-size: 105%;
	font-weight: bold;
	color: #FB7E9E;
	border-bottom: 1px solid #FB7E9E;
	padding: 15px 0 0 5px;

}


#contents #new .new_area .new_table .n_detail {
	text-align: left;
	font-size: 80%;
	line-height: 170%;
	padding: 8px 0 5px 5px;

}



#contents #new .new_area .new_table .n_link {
	text-align: right;
	padding: 5px 5px 0 0;
	font-size: 90%;

}
*/


/*うす氷（冬）
#contents #new .new_area .new_table .n_title {
	text-align: left;
	font-size: 105%;
	font-weight: bold;
	color: #b2cced;
	border-bottom: 1px solid #b2cced;
	padding: 15px 0 0 5px;

}


#contents #new .new_area .new_table .n_detail {
	text-align: left;
	font-size: 80%;
	line-height: 160%;
	padding: 8px 0 5px 5px;

}



#contents #new .new_area .new_table .n_link {
	text-align: right;
	padding: 5px 5px 0 0;
	font-size: 90%;

}


/*#contents #new .new_area .new_table .n_link a {
	font-size: 95%;
	color: #44982D;
	text-decoration: underline;
	
}

#contents #new .new_area .new_table .n_link a:hover {
	color: #68BC51;
	text-decoration: none;
	

}
*/


/*----------------------------------------------------------------------
メインエリア(商品一覧)
----------------------------------------------------------------------*/


#contents #com_list {
	float: right;
	padding: 0 0 10px 0;


}


#contents #com_list .com_title {
	background-image: url(../images/top_com.gif);
	background-repeat: no-repeat;
	width: 625px;
	height: 36px;
	padding: 0 12px 0 0;


}



#contents #com_list #main_com {
	padding: 10px 0;


}


#contents #com_list #sub_com {
	clear: both;
	padding: 11px 0;

}



/*----------------------------------------------------------------------
サブナビ
----------------------------------------------------------------------*/

#subnavi {
	clear: both;
	height: 28px;


}


#subnavi ul {
	list-style-type: none;
	padding-left: 5px;


}

#subnavi ul li {
	float: left;
	padding: 0 18px;


}


#subnavi ul li a {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	text-decoration: none;
	font-size: 90%;
	color: #444444;

}

#subnavi ul li a:hover {
	text-decoration: none;
	color: #9f5a92;

}


/*----------------------------------------------------------------------
ページトップに戻るアンカーの設定
----------------------------------------------------------------------*/

.gototop {
	clear: both;
	text-align: right;
	padding: 10px 15px 0px 0px;
	margin: 10px 0px 20px 0px;

}

.gototop a {
	font-size: 70%;
	text-decoration: none;
	color: #999999;
	border: 1px solid #999999;
	padding: 4px 11px 4px 6px;
	
}

.gototop a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #999999;
	padding: 4px 11px 4px 6px;
	background-color: #999999;
	
}


/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/

#footer {
	clear: both;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: right;
	font-size: 70%;
	letter-spacing: 0.01em;
	padding: 2px 0 0 0;
	width: 950px;
	height: 28px;

}



















