@charset "utf-8";

/*
///////////////////////////////////////////////////////////////////////////////////
//
//  blogレイアウト
//
///////////////////////////////////////////////////////////////////////////////////
*/

#page {
	width: 827px;
	height: 100%;
	position: absolute;
	top: 21px;
}
* html #page {
	top: 11px;
}
* html #ie_outer {
	width: 827px;
	height: 100%;
}
* html .back_w {
	background: #FFFFFF;
	width: 800px;
	height: 100%;
	-moz-opacity: 1.2;
	opacity:.90;
	filter: alpha(opacity=25);
}
#page_inner {
	width: 752px;
	height: 100%;
	margin-left: 25px;
	position: absolute;
}
* html #page_inner {
	width: 752px;
	height: 80%;
	position: absolute;
	top: 10px;
}
#blog_contents {
	background: url(../images/blog/blog_back.png) no-repeat;
	width: 752px;
	height: 100%;
}
* html #blog_contents {
	behavior: url(http://toiro-hair.com/iepngfix.htc);
}
#blog {
	width: 567px;
	height: 100%;
	float: right;
}
#blog_inner {
	height: 100%;
	padding-right: 30px;
	padding-top: 90px;
}
#blog_box {
	width: 510px;
	height: 73%;
	padding-left: 30px;
	overflow: auto;
}
* html #blog_box {
	width: 510px;
	padding-left: 30px;
	height: 390px;
	overflow: auto;
}


/* navi,logo,tab_navi */

* html #navi_box ul {
	margin-left: 0px;	
}
#navi {
	width: 175px;
	float: left;
}
#logo {
	width: 134px;
	height: 78px;
	margin: 20px auto 15px auto;
	padding: 0;
}

/* calendar
---------------------------------------------------- */

#calendar {
	width: 154px;
}
#calendar p {
	font-size: 10px;
	text-align: center;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}
.widget-calendar {
	margin-top: 10px;
}
.widget-calendar table {
	width: 155px;
}
.widget-calendar caption {
	text-align: center;
	font-size: 10px;
}
.widget-calendar p {
	text-align: center;
	line-height: 160%;
	font-size: 10px;
}

.mt-image-center,
.mt-image-none,
.mt-image-left,
.mt-image-right {
	max-width: 100%;
	height:auto;
}
