@charset "UTF-8";
/* CSS Document */

@import "/common/css/2nd-menu-def.css";

/* ヘッダー */
body {
}
#topimg {
	background: url(/00-home/images/00-header_photo-00.png) no-repeat center top;
}

#header {
	height: 260px;
	position: relative;
}
#header #hdwrap {
	padding: 0;
}
#header h1 {
	background: url(/00-home/images/00-header_mmk_logo.png) no-repeat;
	width: 305px;
	height: 85px;
	text-indent: -9999px;
}
#header h2 {
	background: url(/00-home/images/00-header_read-01.png) no-repeat;
	width: 580px;
	height: 40px;
	position: absolute;
	left: 315px;
	top: 5px;
	text-indent: -9999px;
}
#header h3 {
	background: url(/00-home/images/00-header_read-02.png) no-repeat;
	width: 580px;
	height: 35px;
	position: absolute;
	left: 315px;
	top: 45px;
	text-indent: -9999px;
}

#header #inquiry {
	background: url(/common/images/bn-inquirytel-hd.png) no-repeat;
	position: absolute;
	top: 180px;
	text-indent: -9999px;
}
#header #inquiry a {
	display: block;
	height: 72px;
	width: 360px;
}

/* メニュー */

/* コンテンツ */
#contwrap {
	padding: 10px 0;
}

#pop {
	float: left;
	width: 315px;
	margin: 0 0 0 10px !important;
	margin: 0 0 0 5px;
	background: url(/common/images/cm-boxbg_a.png);
	border-radius/**/: 10px;
	-webkit-border-radius/**/: 10px;
	-moz-border-radius/**/: 10px;
}
#pop a#fctop {
	display: block;
	width: 305px;
	height: 100px;
	margin: 5px;
	background: url(/00-home/images/00-pop_1.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#pop #functionlink ul {
	list-style: none;
}
#pop #functionlink ul li {
	float: left;
}
#pop #functionlink ul li a {
	display: block;
	width: 150px;
	height: 115px;
	margin: 0 0 5px 5px;
	text-indent: -9999px;
	overflow: hidden;
}
#pop #functionlink ul li#fc1 a:link,#pop #functionlink ul li#fc1 a:visited {
	background: url(/00-home/images/00-pop_function_link.png) no-repeat;
}
#pop #functionlink ul li#fc1 a:hover {
	background: url(/00-home/images/00-pop_function_link.png) no-repeat 0 -115px;
}
#pop #functionlink ul li#fc2 a:link,#pop #functionlink ul li#fc2 a:visited {
	background: url(/00-home/images/00-pop_function_link.png) no-repeat -150px 0;
}
#pop #functionlink ul li#fc2 a:hover {
	background: url(/00-home/images/00-pop_function_link.png) no-repeat -150px -115px;
}
#pop #functionlink ul li#fc3 a:link,#pop #functionlink ul li#fc3 a:visited {
	background: url(/00-home/images/00-pop_function_link.png) no-repeat -300px 0;
}
#pop #functionlink ul li#fc3 a:hover {
	background: url(/00-home/images/00-pop_function_link.png) no-repeat -300px -115px;
}
#pop #functionlink ul li#fc4 a:link,#pop #functionlink ul li#fc4 a:visited {
	background: url(/00-home/images/00-pop_function_link.png) no-repeat -450px 0;
}
#pop #functionlink ul li#fc4 a:hover {
	background: url(/00-home/images/00-pop_function_link.png) no-repeat -450px -115px;
}
#pop #functionlink ul li#fc5 a:link,#pop #functionlink ul li#fc5 a:visited {
	background: url(/00-home/images/00-pop_function_link.png) no-repeat -600px 0;
}
#pop #functionlink ul li#fc5 a:hover {
	background: url(/00-home/images/00-pop_function_link.png) no-repeat -600px -115px;
}
#pop #functionlink ul li#fc6 a:link,#pop #functionlink ul li#fc6 a:visited {
	background: url(/00-home/images/00-pop_function_link.png) no-repeat -750px 0;
}
#pop #functionlink ul li#fc6 a:hover {
	background: url(/00-home/images/00-pop_function_link.png) no-repeat -750px -115px;
}

#pop a#fcall {
	display: block;
	width: 305px;
	height: 26px;
	margin: 0 5px 5px 5px;
	background: url(/00-home/images/00-pop_3.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#news {
	margin: 0 0 10px 335px !important;
	margin: 0 0 10px 332px;
	width: 313px;
	min-height: 500px;
	height: 100% !important;
	height: 500px;
	background: #f2f7e1 url(/common/images/cm-tablebg_a.png) repeat-x;
}
#news h3 {
	height: 35px;
	background: url(/00-home/images/00-news-title.png) no-repeat;
	text-indent: -9999px;
}
#news #newsentrys {
	padding: 5px 0 5px 0;
}
#news #newsentrys #entrywrap {
	width: 303px;
	height: 445px;
	overflow: scroll;
	overflow-x: hidden;
	margin-top: 0;
	padding: 5px 5px 5px 0;
}
#news dl {
	margin: 0 15px 10px 0;
	background: url(../images/00-news-dotline.png) no-repeat 0 1em;
}
#news dd.nwdate {
	margin-left: 15px;
	font-size: 84%;
	font-weight: bold;
	color: #F60;
}
#news dt.nwtitle {
	margin: 2px 0 0 15px;
	font-size: 84%;
	font-weight: bold;
	color: #360;
}
#news dd.nwdetail {
	margin-left: 30px;
	font-size: 84%;
	line-height: 1.4;
}


