body{
	margin:0px auto;
	background-color:#f4f4f4;
}
a:link,a:visited,a:active {
	color: #333333;
	background-color:transparent;
	text-decoration: none;
}
a:hover {
	color: #333333;
	background-color:transparent;
	text-decoration: underline;
}

img{
	border:none;
}


.float_l{
	float:left;
}
.float_r{
	float:right;
}

#container{
	text-align:center;
}

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

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

	右側

   ----------------------------------------------
*/
#middle #right{
	float:left;
	width:265px;
	margin-bottom:20px;
}
#right h3 {
	margin:0px;
	padding:0px;
}
#right input#search{
	border:1px solid #99ccff;
}
#right .menu{
	background-image:url(images/right_bg.gif);
	background-repeat:repeat-y;
	margin:0px;
	padding:5px 0px 5px 20px;
}
#right ul{
 	font-size:90%;
	width:231px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
	list-style-type:none;
}

#right ul li{
	background-image:url(images/li_01.gif);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:1;
	border-bottom:1px dashed #cccccc;
	padding:5px 0px 5px 15px;
	margin:0px 0px 0px 0px;
}

#banner{
	background-image:url(images/right_bottom.gif);
	background-repeat:no-repeat;
	padding:20px 0px 0px 20px;
}

#right p{
	margin:0px 0px 10px 0px;

}
#right .e-mushi{
	margin-top:5px;
	margin-left:10px;
}
#right #banner img{
	margin:3px;
}


#right #mailmagazine{
	margin:5px 0px 0px 30px;
	padding:0px;
	width:215px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#ffffff;
}
#right #mailmagazine h4 {
	margin:0px 0px 0px 10px;
}
#right #mailmagazine form {
	margin:0px;
	padding:0px;

}
#right #mailmagazine label {
	padding-left:15px;
}
#right #mailmagazine input#form-mailaddress,
#right #mailmagazine input#form-name {
	font-size:110%;
	width:175px;
	margin:0px 0px 0px 10px;
}
#right #mailmagazine input#submit{
	margin:3px 0px 5px 60px;
	text-align:center;
}

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

	左側

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

#left{
	width:525px;
	float:left;
	margin-bottom:20px;
}
#left #entries{
	width:525px;
	margin-right:10px;
}
#middle #left .entry p{
	line-height:1.5;
}
#middle #left #entries .entry .entry-header{
	font-size:110%;
	border-bottom:2px solid #7C2422;
	margin:0px;
	padding:0px;
}
#middle #left .entry-content{
	border-top:1px solid #7C2422;
	margin:5px 0px 0px 0px;
	padding:10px 0px 20px 0px;
}

.entry p.entry-footer{
	clear:both;
	border-top:1px solid #7C2422;
	text-align:right;
	margin:5px 0px 30px 0px;
}

#leftbottom{
	background-image:url(images/right_bottom.gif);
	background-repeat:no-repeat;
	width:500px;
	height:10px;
	float:right;

}


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

	フッター

   ----------------------------------------------
*/
#footer{
	text-align:center;
	clear:both;
}
#footer #copyright{
	background-image:url(images/foot_bg.gif);
	background-repeat:repeat-x;
	color:#ffffff;
	background-color:#7c2422;
	clear:both;
	margin:15px auto;
	padding:20px;
}