@charset "UTF-8";


/* 1. main layout
-------------------------------------------*/
body{
	background-image:url(../imgs/bg.gif);
}
#main{
	width:580px;
	margin:0 auto;
	background:url(../imgs/content_bg.gif);
	overflow:hidden;
	line-height:130%;
}



/* トップイメージ
-------------------------------------------*/
#topimage{
	background:url(../imgs/top.jpg);
	width: 500px;
	height: 294px;
	margin:0 auto;
}
/* ----------------------------------------*/


/* メッセージ
-------------------------------------------*/
#b2_news{
	background:url(../imgs/b2_corner.gif);
	width: 470px;
	height: 7px;
	margin:20px auto 0px;
}
.comment2{
	width:420px;
	margin:0 auto;
	overflow:hidden;
}


/* お知らせ
-------------------------------------------*/
#t_news{
	background:url(../imgs/t-news.gif);
	width: 470px;
	height: 24px;
	margin:20px auto 0;
}
#c_news{
	background:#ffffff;
	width: 470px;
	margin:0 auto;
	overflow:hidden;
}

#c_news img{
	margin:10px auto 5px;
}
#b_news{
	background:url(../imgs/b_corner.gif);
	width: 470px;
	height: 7px;
	margin:0 auto 10px;
}
/* ----------------------------------------*/




/* DL
-------------------------------------------*/
#t_dl{
	background:url(../imgs/t-dl.gif);
	width: 470px;
	height: 23px;
	margin:20px auto 0;
}
.comment{
	width:420px;
	margin:0 auto;
	overflow:hidden;
}
.corner_op{
	background:url(../imgs/corner_t_op.gif);
	width: 420px;
	height: 50px;
	margin:10px auto 0;
}
.corner_ed{
	background:url(../imgs/corner_t_ed.gif);
	width: 420px;
	height: 50px;
	margin:10px auto 0;
}
.corner_c{
	background:url(../imgs/corner_c.gif);
	width: 420px;
	margin:0 auto;
}
.photo{
    float: left;
    margin-left: 10px;
    width: 200px;
}
.production{
	width:200px;
	float:right;
}
.words{
	width:400px;
	margin:10px auto 0;
	clear:both;
}
.corner_b{
	background:url(../imgs/corner_b.gif);
	width: 420px;
	height: 14px;
	margin:0 auto;
}
/* ----------------------------------------*/







/* 4.1 of header
-------------------------------------------*/
#header_onsen{
	height:50px;
	background-image: url(../imgs/footer_onsen.gif);
	background-repeat:repeat-x;
	text-align:left;
	min-width:615px;
}


/* 4.3 of footer
-------------------------------------------*/
#footer{
	margin:0px;
	padding:0px;
	height:50px;
	background:url(../imgs/footer_onsen.gif) 0 0 repeat-x;
	min-width:615px;
	clear:both;
}

#footer p{
	margin:0px auto;
	padding:21px 5px 0px 0px;
	width:615px;
	line-height:1.0;
	color:#000;
	text-align:right;
}
