@charset "shift_jis";


/* formatting style
----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}
.clearfix:after{
	content:".";
	clear:both;
	display:block;
	line-height:0;
	height:0;
	visibility:hidden;
}
.clearfix{
	zoom:1;
}
body{
	font-size: 12px;
	line-height: 1.4;
	color:#333333;
	background-color:#FFFFFF;
}

/* for WinIE6*/
* html body {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	vertical-align:baseline;
}
/* for WinIE7*/
*:first-child+html body { 
	font-size: 75%;
	font-family: "メイリオ","ＭＳ Ｐゴシック";
}
/* for WinIE8*/
html>/**/body {
	font-size: 75%;
	font-family: "メイリオ","ＭＳ Ｐゴシック";
}
/* for modern browser not WinIE8(Safari,FireFox)*/
html:not(:target) body {
	font-size: 12px;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}




/* link styles
----------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
dl.deliciousType dd.arrow a:link {
	color: #78314D;
	text-decoration: none;
}
dl.deliciousType dd.arrow a:visited {
	color: #78314D;
	text-decoration: none;
}
dl.deliciousType dd.arrow a:hover {
	color: #78314D;
	text-decoration: underline;
}





/* basic layout
----------------------------------*/
#container {
	width: 900px;
	margin: 15px auto;
}
#container_top{
	background-image:url(../img/container_top.gif);
	background-position:0 100%;
	background-repeat:no-repeat;
	width:900px;
	height:11px;
}
#container_middle{
	background-image:url(../img/container_middle.gif);
	background-position:0 0;
	background-repeat:repeat-y;
	width:900px;
}
#container_bottom{
	background-image:url(../img/container_bottom.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:900px;
	height:11px;
}
#header {
	width:896px;
	padding:0px 2px;
}
#header_blog {
	width:900px;
}
#header_blog02 {
	width:900px;
	padding-bottom:30px;
}
#wrapper {
	width:850px;
	padding:0px 21px 25px 29px;
}
#wrapper_blog {
	width:900px;
	padding-bottom:20px;
}
#footer {
	width:896px;
	height:100px;
	padding:0px 2px;
	background-image:url(../img/footer_bg.gif);
	background-position:5% 100%;
	background-repeat:no-repeat;
	position:relative;
}
#footer_blog {
	width:900px;
}






/* header styles
----------------------------------*/
#headerArea{
	width:896px;
}
#logo{
	float:left;
	width:402px;
	padding-top:10px;
	padding-left:15px;
}
#tagline{
	float:left;
	font-size:130%;
	color: #78314D;
	font-weight:bold;
	margin-top:30px;
	padding-left:10px;
}
#header_date{
	float:left;
	background-image:url(../img/header_date_bg.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	width:101px;
	height:80px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:36px;
	margin-left:14px;
	line-height:1.2;
}
#post{
	float:left;
	width:60px;
	padding-top:10px;
	padding-left:8px;
}
#h_day{
	font-size:200%;
}
#h_week{
	font-size:150%;
}
#header_border{
	padding-top:7px;
}
#header_visual{
	padding-top:10px;
}




/* wrapper styles
----------------------------------*/
#mainMenu_blog{
	padding:0px 21px 15px 29px;
}





/* footer styles
----------------------------------*/
#footer_logo{
	position:absolute;
	left:20px;
	top:24px;
}
ul#footer_navi{
	padding-top:10px;
	margin-right:15px;
	font-size:80%;
	text-align:right;
}
ul#footer_navi li{
	list-style-type:none;
	display:inline;
}
#copy{
	font-size:70%;
	text-align:right;
	margin-top:65px;
	margin-right:15px;
	color: #78314D;
}
#copy_blog{
	font-size:70%;
	text-align:center;
	margin-top:30px;
	margin-right:15px;
}