* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
html {
	height: 100%;
	width: 100%;
}
body {
	color: #555555;
	font-size:12px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	height: 100%;
	width: 100%;
	letter-spacing:-0.001em;
	-webkit-text-size-adjust:100%;
	background-image:url(../img/header/0hrbg.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#fff;
}

/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
 
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; overflow: hidden; }


/* Basic unit styles */

.b-m10 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; }
.b-m15 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; }
.b-m20 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; }
.b-m25 { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; }
.b-m15cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; clear: both; }
.b-m20cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; clear: both; }
.b-m25cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; clear: both; }
.b-m30cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 30px; margin-left: 0px; clear: both; }
.b-m35cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 35px; margin-left: 0px; clear: both; }
.b-m40cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 40px; margin-left: 0px; clear: both; }
.b-m45cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 45px; margin-left: 0px; clear: both; }
.b-m70cb { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 70px; margin-left: 0px; clear: both; }

.tac { text-align: center; }

.img100 {
	width:100%;
	height:auto;
	display:block;
}

a {
	color:#555555;
	text-decoration:underline;
}

a:hover {
	color:#E95949;
	text-decoration:none;
}

/* Header */

#header {
	width:980px;
	height:150px;
	margin:0 auto;
}
#header h1 {
	width:940px;
	height:30px;
	margin:0 auto;
	font-size:0.7em;
	line-height:30px;
	color:#fff;
	font-weight:normal;
}
#header #hrbody {
	width:980px;
	height:120px;
	display:block;
	background-image:url(../img/header/0hrbodybg.png);
}
#header #hrbody p#hrlogo {
	width:310px;
	height:80px;
	float:left;
}
#header #hrbody p#hrlogo a {
	width:310px;
	height:80px;
	background-image:url(../img/header/0logo.png);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
}
#header #hrbody ul#hrmenu {
	width:270px;
	height:20px;
	display:block;
	padding:15px 0px 45px 364px;
	float:right;
	background-image:url(../img/header/0textm.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#header #hrbody ul#hrmenu li {
	font-size:0.8em;
	line-height:20px;
	list-style:none;
	float:right;
	margin-right:20px;
}
#header #hrbody ul#hrmenu li a {
	color:#333;
	text-decoration:none;
}
#header #hrbody ul#hrmenu li a:hover {
	color:#000;
	text-decoration:underline;
}

/* Menu */
#header #hrbody ul#menubody {
	width:940px;
	height:34px;
	margin:0 auto;
	display:table;
	margin-top:6px;
}
#header #hrbody ul#menubody li {
	width:20%;
	height:34px;
	display:table-cell;
	text-align:center;
	font-size:12px;
	line-height:34px;
	list-style:none;
}
#header #hrbody ul#menubody li a {
	width:auto;
	height:auto;
	margin:0 1px;
	display:block;
	color:#fff;
	text-decoration:none;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #333333 49%, #444444 50%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(49%,#333333), color-stop(50%,#444444), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#333333 49%,#444444 50%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#333333 49%,#444444 50%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#333333 49%,#444444 50%,#666666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#333333 49%,#444444 50%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}

#header #hrbody ul#menubody li a:hover {
	background: #b51b00; /* Old browsers */
	background: -moz-linear-gradient(top,  #b51b00 0%, #7a1200 49%, #660000 50%, #4c0600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b51b00), color-stop(49%,#7a1200), color-stop(50%,#660000), color-stop(100%,#4c0600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b51b00 0%,#7a1200 49%,#660000 50%,#4c0600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b51b00 0%,#7a1200 49%,#660000 50%,#4c0600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b51b00 0%,#7a1200 49%,#660000 50%,#4c0600 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b51b00 0%,#7a1200 49%,#660000 50%,#4c0600 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b51b00', endColorstr='#4c0600',GradientType=0 ); /* IE6-9 */
}

#msp {
	width:940px;
	height:auto;
	background-color:#F5EADB;
	margin:0 auto;
	padding:20px;
}


/* Footer */
#footer {
	width:100%;
	min-width:980px;
	height:70px;
	background-image:url(../img/footer/bg-ftbg.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#footer #ftbody {
	width:980px;
	height:40px;
	margin:0 auto 10px auto;
	padding:10px 0 10px;
	text-align:center;
	background-image:url(../img/footer/bg-ftbody.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
}
#footer #ftbody p {
	font-size:0.8em;
	line-height:20px;
	color:#333;
}
#footer #ftbody p a {
	color:#333;
	text-decoration:none;
	margin:0 1em;
}
#footer #ftbody p a:hover {
	color: #900;
	text-decoration:underline;
}