@charset "shift_jis";


/* formatting style
----------------------------------*/
body{
	font-size: 12px;
	line-height: 1.4;
	color:#333333;
	background-image:url(../img2/body_blog_bg.jpg);
	background-position:0 0;
	background-repeat:repeat;
}


/* basic layout
----------------------------------*/
#container {
	width: 900px;
	margin: 0px auto;
	background-image:none;
}
#header {
	width:900px;
	margin:0 auto;
	background-image:none;
	height:176px;
	position:relative;
}
#wrapper {
	width: 900px;
	margin: 0px auto;
	background-image:none;
	padding-top:15px;
	padding-bottom:23px;
}
#f_container{
	border-top:1px solid #78304D;
	padding-top:10px;
}

#footer {
	width:900px;
	margin: 0px auto;
	height:110px;
	background-image:url(../img2/footer_bg.gif);
	background-position:0 100%;
	background-repeat:no-repeat;
	position:relative;
}
#facebook{
	position:absolute;
	right:0px;
	top:312px;
}


/* header styles
----------------------------------*/
h1{
	position:absolute;
	left:30px;
	top:10px;
	color:#78314D;
	font-weight:normal;
	font-size:80%;
	
}
#header_ichimen{
	position:absolute;
	left:530px;
	top:10px;
	font-size:80%;
}
#header_ichimen a{
	color:#78314D;
	text-decoration:none;
}
#header_ichimen a:hover{
	color:#78314D;
	text-decoration:underline;
}
#headerBox{
}
#logo{
	position:absolute;
	left:60px;
	top:43px;
}
#header_date{
	position:absolute;
	left:403px;
	top:90px;
	color:#78314D;
	text-align:center;
	line-height:1.6;
}
#h_day{
	font-size:170%;
}
#h_week{
	font-size:130%;
}
#header_kakomi{
	position:absolute;
	left:495px;
	top:31px;
	background-image:url(../img2/header_kakomi.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:140px;
	height:122px;
	padding:22px 24px 0;
}	



/* footer styles
----------------------------------*/
#footer_logo{
	position:absolute;
	left:0px;
	top:24px;
}
ul#footer_navi{
	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:75px;
	color: #78314D;
}