body {
	background	: #ddeedd;
	font-family	: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.navbar .nav li a {
	text-decoration	: none;
	border-left			: 1px solid rgba(255, 255, 255, .75);
	border-right		: 1px solid rgba(0, 0, 0, .1);
}
h1 {
	font-size		: 14px;
	text-align	: right;
	margin			: 4px 4px 4px 0;
}
div.col {
	margin-top	: 10px;
}
a.outlink{
   background:transparent url(/img/outlink.gif) center right no-repeat;
   padding-right:15px;
}
dl {
	margin-bottom:0px;
}
div.ftinfo {
	border-top	: 1px dashed #cccccc;
}
div.fttitle {
	padding		: 10px 0 0 10px;
}
div.ftask {
	padding		: 10px 0 0 0;
	text-align: center;
}
ul.footnav {
	display			: table;
	table-layout: fixed;
	width				: 100%;
	padding			: 0px;
	margin			: 0px;
}
.footnav li{
	display				: table-cell;
	vertical-align: middle;
}
.footnav li a{
	display					: block;
	text-align			: center;
	padding					: 10px 0px;
	text-decoration	: none;
}
a:hover img.alpha {
  opacity		: 0.9;
  filter		: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
