body {
	background-color: #FFFFFF;
	margin: 0px;
}

a {
	text-decoration:none;
}

a img {
    border-style:none;
}

.alpha a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}

/*-------ヘッダー--------*/

#header {
	width:100%;
	height:100px;
}

#header div {
	width:970px;
	height:40px;
	margin:0 auto;
	padding:0;
	border-bottom:1px solid #DDD;
}

#header div.header-left {
	float:left;
	width:485px;
	text-align:left;
}

#header div.header-right {
	float:left;
	width:485px;
	text-align:right;
}

#header ul {
	width:970px;
	text-align: center;
	margin:0 auto;
	padding:0;
}

#header li {
	display:inline-block;
}

.morikubo-logo {
	margin:10px 0 0 20px;
}

.btn-header {
	margin:10px 20px 0 0;
}

/*-------コンテンツメニュー--------*/

#main {
	width:100%;
}

#main div {
	text-align:center;
	margin:0 auto;
}

#main div.haccpimage img {
	width: 970px;
}

#main .text24 {
	font-size:22px;
	margin:40px 0 40px 0;
}

#main ul {
	font-size:0;
	width:830px;
	margin:0 auto;
	padding:0;
}

#main ul img { width:248px; }

#main li {
	display:inline-block;
	text-align:center;
	margin:0 10px 0 10px;
}

#main li img.btntitle {
	margin:20px 0 30px 0;
}

/*-------セミナーニュース--------*/

#seminar-news {
	width:100%;
	text-align: center;
	background-color:#FFFAF5;
	margin:20px 0 0 0;
	padding:40px 0 40px 0;
}

#seminar-news img {
	max-width: 970px;
	margin:0 auto 40px auto;
}

#seminar-news div {
	width:950px;
	height:30px;
	font-size:14px;
	line-height:18px;
	text-align: left;
	border-bottom:dotted 1px #CCC;
	margin:0 auto 40px auto;
}

/*-------ページトップ--------*/

#pagetop {
	text-align:center;
	margin:40px 0 40px 0;
}

#pagetop img { width:60px; }

/*-------フッター--------*/

#footer1 {
	width:100%;
}

#footer1 div {
	width:950px;
	text-align:center;
	margin:0 auto;
}

#footer1 div.logo {
	float:left;
	width:430px;
	font-size:11px;
	text-align:left;
}

#footer1 div.logo img {
	margin:0 0 10px 0;
}

#footer1 div.info {
	float:left;
	width:520px;
	font-size:14px;
	text-align:left;
}

#footer1 div.info img {
	margin:5px 0 0 0;
}

#footer2 {
	width:100%;
	/*height:100px;*/
	background-image:url(images/footer_back.png);
	background-repeat:repeat-x;
	background-color:#476337;
	margin:40px 0 0 0;
}

#footer2 div {
	text-align:center;
	margin:0 auto;
}

#footer2 div img {
	width:100%;
	margin:0 0 40px 0;
}

.clear {
	clear:both;
}
