@charset "utf-8";
/* header,footer共通 */
#mcoheader, #mcofooter {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #000000;
}
#mcoheader a, #mcofooter a {
	color: blue;
	text-decoration: underline;
}
#mcoheader a:hover, #mcofooter a:hover {
	color: red;
}
/* mcoheader */
#mcoheader {
	padding: 10px 0;
	border-bottom: 2px solid #333333;
}
#mcoheader a.mcologo {
	float: left;
}
#mcoheader p {
	clear: none;
	line-height: 24px;
	font-size: 18px;
	padding-left: 70px;
	margin: 0;
}
#mcoheader #header_menu {
	float: right;
	list-style: none;
}
#mcoheader #header_menu li {
	display: inline;
	font-size: 12px;
}
#mcoheader #header_menu li a {
	color: blue;
	padding-left: 12px;
	background: url(http://www.mco.ne.jp/image/sankaku2.gif) no-repeat left center;
}
#mcoheader #header_menu li a:hover {
	color: red;
	background-image: url(http://www.mco.ne.jp/image/sankaku3.gif);
}
/* footer */
#mcofooter {
	border-top: 2px solid #333333;
}
#footer_menu {
	padding: 20px 0 20px 20px;
}
.footer_menu_list {
	float: right;
	padding-left: 20px;
	border-left: 1px solid #999;
}
.footer_menu_list div {
	float: left;
	margin-right: 25px;
}
.footer_menu_list div h2 {
	font-size: 14px;
}
.footer_menu_list div ul, #colophon ul {
	margin-bottom: 0;
	margin-left: 18px;
}
.footer_menu_list div ul, .footer_menu_list div ul li {
	list-style: square outside none;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
.list-indent {
	margin-left:0;
}
.list-indent  li{
	list-style:none;
	text-indent:-1em;
	padding-left:1em;
}
.btn_op > *:hover{
	opacity: 0.8;
}