﻿a, a * {
	-moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s; transition: .2s; display:block;
}
* { padding:0; margin:0; }
img { border:0; }

body {
	width:100%;
	position:relative;
}


#menu {
	width:100%;
}
ul {
	list-style:none;
}
.menu li p, #news li p {
	background:url(../img/coordinate/menu_bk.gif);
	border:1px solid #fff;
	height:38px;
	font-size:12px;
	font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "游明朝", serif;
	color:#fff;
	line-height:38px;
	padding:0;
	margin:0;
	letter-spacing:2px;
	text-indent:19px;
}
.menu li a {
	font-size:12px;
	font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "游明朝", serif;
	letter-spacing:1px;
	color:#666;
	text-indent:36px;
	line-height:42px;
	text-decoration:none;
	background-image:url(../img/coordinate/list_bk.png);
	background-repeat:no-repeat;
	background-position:20px 50%;

}
.menu li a:hover {
	text-decoration:underline;
	color:#ce5051;
	background-color:#fbfaf8;
	letter-spacing:3px;
}
.mzmenu li a:hover {
	letter-spacing:2px;
	font-size:11px;
	background-position:22px 15px;
}
.menu li {
	border-bottom:1px solid #ccc;
	background:#fff;
}
.menu {
	max-width:100%;
	border:1px solid #ccc;
	border-bottom:0;
	margin:0 0 24px 0;
}
#news {
	max-width:100%;
	border:1px solid #ccc;
	background-color:#fff;
	margin:0 0 24px 0;
}
#news li {
	border-bottom:1px dashed #ccc;
	clear:both;
}
#news .last {
	border:0;
}
#news li a {
	text-decoration:none;
	height:60px;
	padding:12px;
	color:#666;
	overflow:hidden;
}
#news li a img {
	width:30%;
	float:left;
	-moz-box-shadow:gray 2px 2px 2px 0;
	-webkit-box-shadow:gray 2px 2px 2px 0;
	box-shadow:gray 2px 2px 2px 0;
}
#news li a span {
	width:67%;
	padding:0;
	float:right;
	line-height:19px;
	display:block;
	cursor:pointer;
	font-size:11px;
	font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "游明朝", serif;
}
#news li a span strong {
	font:12px Arial, Helvetica, sans-serif;
	line-height:22px;
	letter-spacing:2px;
}
#news li a:hover {
	background:#fbfaf8;
	color:#ce5051;
}
.newsold ul .day {
	color:#666;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:2px;
	text-align:right;
	height:12px;
}
.newsold ul li a:hover span {
	color:#993300;
}
.newsold ul li a:hover, .menub:hover {
	border:1px solid #993300;
}
.menub {
	display:block;
	max-width:100%;
	padding:1px;
	border:1px solid #ccc;
	background-color:#fff;
	margin:0 0 24px 0;
}
.menub img {
	width:100%;
}

