@charset "utf-8";

/**common***********************************/
body {
	text-align:center;
	background: url("../img/bg.gif") repeat 0 0;
	margin:0 auto;
	padding:0;
}

#container {
	width:1100px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

h1 {
	height:15px;
	font-size:11px;
	font-weight:normal;
	margin:5px 0 5px 0;
	text-align:center;
}

.mleft30{margin-left:30px;}
/***flash**********************************/

#flashbox {
	width:1100px;
	height:745px;
	margin:0 auto;
}

/**footer***********************************/

#footer {
width:1100px;
padding:0;
margin:0 auto;
text-align:center;
overflow:hidden;
}
#footer p {
font-size:75%;
line-height:1.5;
padding:0;
margin:0 auto 5px 0;
}

/**produce***********************************/
#produce{
width:917px;
height:440px;
background:url("../img/produce_back.gif") no-repeat bottom;
margin:10px auto;
	color:#362305;
	font-size:90%;
	line-height:1.6;
	text-align:left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#produce_left{
width:200px;
margin:50px 0 20px 30px;
float:left;
text-align:center;
display:inline;
}
#produce_right{
width:640px;
margin:30px 30px 20px 0;
float:right;
display:inline;
}
.indent{text-indent:1em;}
