@charset "utf-8";

/*========================

いずみ日記

========================*/

/*------------------------
常にインクルードするCSS
------------------------*/

@import "reset.css";
@import "base.css";

/*------------------------
レイアウト
------------------------*/


body {
	margin:0;
	padding:0;
	color: #333;
	font:13px/1.6 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	*font-size:small; /* IE 7 */
	*font:x-small; /* IE 6以下 */
	background:url(../blog/img/back.jpg) repeat-y center ;
	background-color:#ffffff;
	}
	
/*------------------------
ブログ枠
------------------------*/
	
#blog_wrap{
    width:1263px;
	margin:0px auto;
	background:url(../blog/img/head.jpg) no-repeat center top;
	height:1000px;
}


#blog_in{
    width:920px;
    margin-left:126px;
}

/*------------------------
左メニュー
------------------------*/

#blog_navi{
width:240px;
float:left;
}


#blog_navi_in{
width:240px;
margin:50px auto 0;

}


#blog_navi_in2{
width:200px;
margin-left:30px;
background:url(../blog/img/navi_back2.jpg) repeat-y;
}



#blog_navi_bottom{
width:240px;
height:20px;
margin:0px;
}



#calendar{
width:175px;
margin-left:13px;

}

#entry{
width:175px;
margin-left:13px;

}


#information{
width:175px;
margin-left:13px;
}


/*------------------------
ブログコンテンツ
------------------------*/

#blog_contents{
width:650px;
margin-top:300px;
padding:0px;
float:right;
}


/*------------------------
記事
------------------------*/

#contents_in{
width:650px;
margin:0px auto;

}



.title{
　　width:650px;
	height:35px;
	margin:5px auto 0;
	padding:0px;
	text-indent:10px;
	line-height:220%;
	font-size:107%;
	font-weight:bold;
	color:#fff;
	background:url(../blog/img/title.jpg) no-repeat;
}

.article{
width:630px;
margin:15px auto;

}

	
.img_right {
	width:200px;
	margin:0 0 0 10px;
	padding:0;
	float:right;
	clear:both;
	}
	
	
.img_left {
	width:200px;
	margin:0 10px 0 0;
	padding:0;
	float:left;
	clear:both;
	}	

	
/*------------------------
日付
------------------------*/
.day{
width:640px;
margin:3px auto 0;
text-align:right;
}
