body{
	margin:0px auto;
	background-color:#EBE5E5;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-y;
}
img{
	border:none;
}
#left a:link,a:visited,a:active {
	color: #000000;
	background-color:transparent;
	text-decoration: none;
}
#left a:hover {
	color: #000000;
	background-color:transparent;
	text-decoration: underline;
}
#right a:link,a:visited,a:active {
	color: #660000;
	background-color:transparent;
	text-decoration: none;
}
#right a:hover {
	color: #660000;
	background-color:transparent;
	text-decoration: underline;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}

#container{
	width:911px;
}

#header{
	width:911px;
	height:146px;
}
#header h1{
	margin:0px;
}
#middle{
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-y;
	width:800px;
	text-align:left;
}

/*
   ----------------------------------------------

	左側

   ----------------------------------------------
*/
#middle #left{
	width:200px;
	float:left;
	margin-bottom:20px;
}
#left h3 {
	margin:0px;
}
#left ul{
	list-style-type:none;
	font-size:90%;
	background-color:#ffffff;
	width:200px;
	line-height:1.6;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
}
#left p{
	margin:0px 0px 10px 0px;

}
#left ul li{
	margin:5px 0px 0px 15px;
	width:175px;
	border-bottom:1px solid #cccccc;
}

#left form{
	margin:5px 0px 0px 15px;
}
#left .e-mushi{
	width:160px;
	height:60px;
	margin:0px 0px 0px 5px;
}
/*
   ----------------------------------------------

	右側

   ----------------------------------------------
*/

#right{
	width:500px;
	margin-bottom:20px;
	float:right;
}
#right #entries{
	background-color:#ffffff;
}
#middle #right .entry{
	width:500px;
}
#middle #right #entries h2#archive-title{
	color:#660000;
	font-size:90%;
	margin:0px;
	padding:5px 0px;
}
#middle #right #entries h2.date-header{
	color:#000000;
	font-size:90%;
	text-align:right;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#middle #right #entries h2.entry-header{
	color:#660000;
	width:500px;
	margin-left:10px;
	padding:5px 0px;
	border-top:2px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
#middle #right #entries h3.entry-header{
	color:#660000;
	width:500px;
	margin-left:10px;
	padding:3px 0px;
	border-top:2px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
#middle #right .entry p{
	padding-left:25px;
	margin-bottom:50px;
}
#middle #right .entry ul{
	list-style-type:none;
	line-height:1.2;
}
#middle #right .entry td{
	line-height:1.2;
}
.entry p.entry-footer{
	width:420px;
	font-size:90%;
	text-align:right;
	border-top:1px solid #cccccc;
	margin-left:50px;
	padding-top:5px;
}

/*
   ----------------------------------------------

	フッター

   ----------------------------------------------
*/

#copyright{
	color:#000000;
	border-top:2px solid #cccccc;
	font-size:80%;
	margin:15px auto;
	padding-top:15px;
}