/*
Skin Name: habilleuses 2Col RightSidebar
Skin URI: http://indigo-design.org/habi/
Description: habilleuses blog
Author: Takeshi Igarashi
Author URI: http://indigo-design.org/
Version: 0.5
Global Navigation: N
*/
@import url('../style.css');

body {
	background: #EFEAD4;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a:link {
	color: #CC3300;
}
a:hover {
	color: #0000CC;
}
a:visited {
	color: #CC3300;
}
a:active {
	color: #CC0000;
}
div#wrapper {
	width: 726px;
	margin: 0 auto;
	background-image: url(index_bg.gif);
	background-repeat: repeat-y;
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", serif;
	font-size: 80%;
}
div#header {
	width: 630px;
	height: 180px;
	margin: 0 0 30px 47px;
	padding: 0;
	text-align: left;
}
h1#blog-title img {
	margin: 33px 0 32px 0;
}
div#blog-description {
	background-image: url(index_head_banner.jpg);
	background-repeat: no-repeat;
	text-indent: -100em;
	overflow: hidden;
	width: 630px;
	height: 90px;
}
div#container {
	float: left;
	width: 435px;
	margin: 0 0 0 47px;
	padding: 0;
}
div#content, div.sidebar {
	padding: 0;
}
div.sidebar {
	float: right;
	width: 180px;
	margin: 0 49px 0 0;
	overflow: hidden;
}
div.sidebar h3 {
	margin-bottom: 0.5em;
}
div.sidebar ul ul li{
	list-style: none;
}
li.home-link h3 {
}
li.shop-link h3 {
	background-image: url(index_shopping.gif);
	background-repeat: no-repeat;
	height: 16px;
	text-indent: -100em;
}
li.shop-link img {
	margin: 0 0 0 -1em;
}
li.pagenav h3 {
	background-image: url(index_page.gif);
	background-repeat: no-repeat;
	height: 16px;
	text-indent: -100em;
}
li.category-links h3 {
	background-image: url(index_category.gif);
	background-repeat: no-repeat;
	height: 16px;
	text-indent: -100em;
}
li.archive-links h3 {
	background-image: url(index_archives.gif);
	background-repeat: no-repeat;
	height: 16px;
	text-indent: -100em;
}
li#linkcat-1 h3 {
	background-image: url(index_link1.gif);
	background-repeat: no-repeat;
	height: 16px;
	text-indent: -100em;
}
li#linkcat-2 h3 {
	background-image: url(index_link2.gif);
	background-repeat: no-repeat;
	height: 16px;
	text-indent: -100em;
}
li.feed-links h3 {
	background-image: url(index_rss.gif);
	background-repeat: no-repeat;
	height: 16px;
	text-indent: -100em;
}
li.meta-links h3 {
	background-image: url(index_meta.gif);
	background-repeat: no-repeat;
	height: 16px;
	text-indent: -100em;
}
div#secondary	{
	clear: right;
}
div#footer {
	clear: both;
}



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* hide from MacIE \*/
* html .clearfix {
	height: 1%;
}
.clerfix {
	display: block;
}
/* end */