@charset "UTF-8";
/* CSS Document */
body{
	background-image:url(../img/home/home_bg.jpg);
	background-repeat:repeat-x;
}
.flash{
	clear:both;
	background-image: url(../img/home/flash.jpg);
	background-repeat: no-repeat;
	height: 311px;
	width: 980px;
	background-position: center top;
	margin: auto;
	text-align: center;
	padding-top: 31px;
}
.note{
	color:#FF0000;
}
form{
	padding-left:30px;
	margin:0px;
}

/*お知らせ*/
.oshirase{
	width:480px;
	float:left;
	background-color: #FFFFFF;
	background-image: url(../img/textbg_footer.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 60px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E3DCCB;
	border-bottom-color: #E3DCCB;
	border-left-color: #F2F2F2;
}
.container .oshirase h2 {
	background-image: url(../img/home/oshirase.gif);
	text-indent: -9999px;
	height: 50px;
	background-repeat: no-repeat;
	padding: 0px;
}


.container .oshirase ol {
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	margin-left: 15px;
	list-style-type: decimal;
}

* html body .container .oshirase ol{
	margin-left: 60px;
}


/*こだわり*/


.kodawari{
	width:480px;
	float:right;
	background-color: #FFFFFF;
	background-image: url(../img/textbg_footer.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 60px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E3DCCB;
	border-bottom-color: #E3DCCB;
	border-left-color: #F2F2F2;
}
.container .kodawari h2 {
	background-image: url(../img/home/kodawari.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0px;
	height: 50px;
}
.container .kodawari h3 {
	padding-top: 10px;
	height: 70px;
}
.container .kodawari img {
	padding: 10px;
	float: right;
}


