@charset "utf-8";
/* ALL RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr {
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
addr,acronym {
	border: 0;
	font-variant: normal;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select {
	*font-size: 100%;
}
table {
	font-size:inherit;
	font: 100%;
}
hr {
	display: none;
}
br.clear {
	clear: both;
	display: block;
	font: 0pt/0pt sans-serif;
}
html {
	overflow-y: scroll;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.btn_alpha a {
	-ms-filter: 'alpha(opacity=100)';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.btn_alpha a:hover img{
	-ms-filter: 'alpha(opacity=50)';
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.btn_alpha2 a {
	-ms-filter: 'alpha(opacity=100)';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.btn_alpha2 a:hover img{
	-ms-filter: 'alpha(opacity=70)';
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*BASE SET
-------------------------------------*/
body {
	color: #444;
	font-family: Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3" ,Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
	background-color: #fff;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover,a:active {
	color: #FF6600;
	text-decoration: underline;
}
a:active, a:focus{
	outline: none;
}
/*CONTAINER
-------------------------------------*/
#container {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
/*HEADER
-------------------------------------*/
#header {
	float: right;
	width: 225px;
	height: 30px;
	margin-top: 68px;
}
#header h1 a{
	display: block;
	width: 225px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/mk_logo.png) no-repeat;
}
/*MAIN
-------------------------------------*/
#main {
	clear: both;
	width: 900px;
}
/*MENU
-------------------------------------*/
#menu {
	width: 900px;
	height: 47px;
	position: absolute;
	top: 0px;
}
#menu ul {
	list-style: none;
}
#menu li a {
	display: block;
	text-indent: -9999px;
}
#menu ul li {
	float: left;
}
#menu a {
	background-image: url(../images/menu.png);
} 
#mc1 a{background-position: 0px 0px; width: 124px; height: 47px;}
#mc1 a:hover{background-position: 0px -94px;}
#mc2 a{background-position: -124px 0px; width: 112px; height: 47px;}
#mc2 a:hover{background-position: -124px -94px;}
#mc3 a{background-position: -236px 0px; width: 113px; height: 47px;}
#mc3 a:hover{background-position: -236px -94px;}
#mc4 a{background-position: -349px 0px; width: 112px; height: 47px;}
#mc4 a:hover{background-position: -349px -94px;}
#mc5 a{background-position: -461px 0px; width: 113px; height: 47px;}
#mc5 a:hover{background-position: -461px -94px;}
#mc6 a{background-position: -574px 0px; width: 103px; height: 47px;}
#mc6 a:hover{background-position: -574px -94px;}
#mc7 a{background-position: -677px 0px; width: 110px; height: 47px;}
#mc7 a:hover{background-position: -677px -94px;}
#mc8 a{background-position: -787px 0px; width: 113px; height: 47px;}
#mc8 a:hover{background-position: -787px -94px;}

/*FOOTER
-------------------------------------*/
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 3px #DBCFC8 solid;
}
#footer_menu {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
#footer_menu ul, #footer_menu li{
	display: inline;
	list-style: none;
}
#footer_menu li{
	padding: 0 8px;
}
#copyright {
	margin-top: 10px;
	font-size: 0.85em;
}
.line {
	border-left: 1px #999999 solid;
}