body{
	margin:0px auto;
	background-color:#ffffff;
}
img{
	border:none;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
#left a:link,
#left a:visited,
#left a:active {
	color: #000000;
	background-color:transparent;
	text-decoration: none;
}
#left a:hover {
	color: #000000;
	background-color:transparent;
	text-decoration: underline;
}
#right a:link,
#right a:visited,
#right a:active {
	color: #660000;
	background-color:transparent;
	text-decoration: none;
}
#right a:hover {
	color: #660000;
	background-color:transparent;
	text-decoration: underline;
}
#container{
	text-align:center;
}

#header{
	height:107px;
	margin:0px auto;
}
#header h1{
	margin:0px;
}
#middle{
	width:800px;
	text-align:left;
	margin:0px auto;
}

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

	左側

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

#middle #left {
	width:240px;
	float:left;
	margin-top:5px;
	margin-bottom:20px;
}
#left form {
	margin:0px 0px 20px 0px;
	padding:0px;
}
#left input {
	margin:0px;
	padding:0px;
}
#left h3 {
	margin:0px;
}
#left ul {
	list-style-type:none;
	font-size:90%;
	width:200px;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}
#left ul li {
	background-image:url(images/li_01.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
	line-height:2;
	margin:0px;
	border-bottom:1px dashed #F0BEC1;
}

#left p{
	margin:0px 0px 10px 0px;
}
#left .e-mushi{
	width:160px;
	height:60px;
	margin-bottom:10px;
}
#left #mailmagazine{
	margin:5px 0px 10px 0px;
	padding:0px;
	width:215px;
	border:1px solid #cccccc;
	background-color:#ffffff;
}
#left #mailmagazine h4 {
	margin:0px 0px 0px 10px;
}
#left #mailmagazine form {
	margin:0px;
	padding:0px;

}
#left #mailmagazine label {
	padding-left:15px;
}
#left #mailmagazine input#form-mailaddress,
#left #mailmagazine input#form-name {
	font-size:110%;
	width:175px;
	margin:0px 0px 0px 10px;
}
#left #mailmagazine input#submit{
	margin:3px 0px 5px 60px;
	text-align:center;
}
/*
#left #mailmagazine{
	width:211px;
	border-left:2px solid #e8e8e8;
	border-right:2px solid #d2d2d2;
}
*/
#left #mailmg-under{
	background-image:url(images/mailmaga_waku2.jpg);
	background-repeat:no-repeat;
	width:215px;
	height:10px;
}
#banner img{
	margin:3px;
}
/*
   ----------------------------------------------

	右側

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

#right{
	width:556px;
	float:right;
	margin-bottom:20px;
}
#right #entries a,
#right #entries a:hover{
	color:#660000;
	text-decoration: none;
}
#middle #right #entries h2.entry-header,
#middle #right #entries h3.entry-header {
	background-image:url(images/right_top.gif);
	background-repeat:no-repeat;
	width:556px;
	min-height:11px;
	padding:10px 0px 0px 20px;
/*
	color:#000000;
*/
}
#middle #right .entry {
	background-image:url(images/right_bg.gif);
	background-repeat:repeat-y;
	width:556px;
}
#middle #right .entry ul {
	margin:0px 0px 0px auto ;
	padding-bottom:15px;
}
#middle #right .entry ul li {
	list-style-type:none;
	list-style-image:url(images/li_01.gif);
	list-style-position:outside;
}
#middle #right .entry p {
	line-height:1.5;
	padding:0px 15px 0px 25px;
	margin-left:15px;
	margin-bottom:0px;
}
#middle #right p.qa-top{
	font-size:85%;
}
#middle #right .entry hr {
	width:80%;
	text-align:center;
	border-style: dashed none none none;
	border-top-width: 1px;
	border-top-color: #000000;
	height: 1px;
}
.entry p.entry-footer{
	width:460px;
	font-size:80%;
	text-align:right;
	border-top:1px dashed #E39E1F;
}
#right .comments-open-header,
#right .trackbacks-header {
	margin-left:15px;
	font-size:100%;
}
#right form{
	padding:0px;
	margin:0px;
}
.comments-open-footer{
	margin:0px 0px 0px 30px;
}
.entry-bottom{
	background-image:url(images/right_bottom.gif);
	background-repeat:no-repeat;
	width:556px;
	height:10px;
	margin-bottom:30px;
}
#right .top{
	text-align:right;
}
#search-box h3{
	margin-left:15px;
}

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

	フッター

   ----------------------------------------------
*/
#footer{
	text-align:center;
	clear:both;
}
#footer #copyright{
	color:#ffffff;
	background-color:#990000;
	font-size:80%;
	padding:10px;
	width:800px;
	clear:both;
	margin:15px auto;
}