@charset "Shift_JIS";
*{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	background: transparent;
}

html{
	overflow-y: scroll;
}

body{
	color: #666;
	font-size: small;
	line-height: 1.8;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	background: #000 ;
}

a:link{
	color: #730000;
	text-decoration: none;
}

a:visited{
	color: #730000;
	text-decoration: underline;
}

a:hover{
	color: #f00;
	text-decoration: none;
}

a:active{
	color: #f00;
	text-decoration: none;
}

img{
	border: none;
}

li{
	list-style: none;
}

#container{
	width: 843px;
	background: url(http://www.etincelle.co.jp/img/blog/bg_container.gif);
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------------------------------*/
/* header */
/* ------------------------------------------------------*/
#header{
	height: 123px;
	background: url(http://etincelle.co.jp/img/blog/batako.jpg) no-repeat;
	text-indent: -9999px;
}

h1{
	height: 123px;
}

h1 a{
	display: block;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------*/
/* menu */
/* ------------------------------------------------------*/
#menu{
	clear: both;
	width: 160px;
	float: left;
	margin-left: 15px;
	color: #fff;
	padding-bottom: 30px;
}
* html #menu{
	clear: both;
	width: 159px;
	float: left;
	margin-left: 8px;
	color: #fff;
	padding-bottom: 30px;
}

#menu a:link{color: #fff;text-decoration: unerline;}
#menu a:visited{color: #fff;text-decoration: unerline;}
#menu a:hover{color: #fff;text-decoration: none;}
#menu a:active{color: #fff;text-decoration: none;}


#menu p,
#menu li{
	font-size: x-small;
	padding: 0 5px;
}
h3{
	font-size: small;
	background: #555;
	padding: 0 5px;
	margin: 20px 0 10px 0;
}



#h3_1st{
	margin-top: 0;
}

.p_author{
	margin: 5px;
}

#calendar{
	margin: 10px 5px 5px 5px;
	border-collapse: collapse;
}

#calendar th,
#calendar td{
	font-size: x-small;
	border: 1px solid #fff;
	padding: 2px;
	line-height: 1em;
	text-align: center;

}

#calendar th{
	background: #333;
}

#calendar td{
	background: #666;
}

#calendar a:link{
	color: #00cc99;
	text-decoration: none;
}

#calendar a:visited{
	color: #00cc99;
	text-decoration: none;
}

#calendar a:hover{
	color: #fff;
	text-decoration: none;
}

#calendar a:active{
	color: #fff;
	text-decoration: none;
}

/* ------------------------------------------------------*/
/* body */
/* ------------------------------------------------------*/
#body{
	width: 600px;
	float: right;
	margin-right: 33px;
	padding-bottom: 30px;
        background: #FFF;
}
*html #body{
	width: 600px;
	float: right;
	margin-right: 20px;
        margin-left: 13px;
	padding-bottom: 30px;
}



h2{
	font-size: x-large;
	font-weight: bolder;
	line-height: 1em;
	color: #000;
	border-left: 4px solid #730000;
	padding-left: 10px;
	margin: 40px 0 20px 0px ;
}


.data{
	margin-top: 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

.data li{
	font-size: x-small;
	float: left;
	padding: 0 10px;
	border-right: 2px solid #ccc;
	line-height: 1em;
}

#archive{
	text-align: center;
	margin-top: 50px;
        background: #FFF;
}

#body h3{
	font-size: medium;
	font-weight: bolder;
	background: none;
	margin-top: 30px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

ul li.sogo{
  font-size: 0.85em ;
  width: 150px ;
  margin: 0px 0px 5px 0px ;
  }

ul li.sogo a{
    color: #555555 ;
	text-decoration: underline ;
	}

ul li.sogo a:visited{
    color: #888888 ;
	text-decoration: underline ;
	}

ul li.sogo a:hover{
    color: #2b5597 ;
	text-decoration: none ;
	}

ul li.sogo a:active{
    color: #2b5597 ;
	text-decoration: none ;
	}


/* ------------------------------------------------------*/
/* footer */
/* ------------------------------------------------------*/
#footer{
	clear: both;
	height: 88px;
	background: url(http://cl.babagump.co.jp/etincelle_img/bg_footer.gif) no-repeat;
	text-indent: -9999px;
}

/* ------------------------------------------------------*/
/* clearfix huck */
/* ------------------------------------------------------*/
.clearfix{
	display: inline-table;
	zoom:1;
}

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

/* Hides from IE-mac ?*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


