@charset "shift_jis";
/* CSS Document */
body {
	background-color: #FFF;
}
a {
	text-decoration: none;
	color: #6699FF;
	outline: none;
	overflow: hidden;
}
a:visited {
	text-decoration: none;
	outline: none;
	overflow: hidden;
}
a:hover {
	text-decoration: underline;
	overflow: hidden;
}
a:focus {
	outline: none;
	border-style: none;
	overflow: hidden;
}
.container {
	font-family: "lr SVbN", "MS Gothic", "Osaka|", Osaka-mono, monospace;
	width: 960px;
	margin: auto;
	border: #000 1px solid;
	background-color: #FFF;
}
.home {
	margin: auto;
	font-weight: bold;
	text-align: right;
}
.info {
	margin: auto;
	padding: 10px 100px 20px 100px;
	background-color: #FFF;
	float: left;
}
.info table {
	border-collapse: collapse;
	font-size: 14px;
	border-left: solid #666 1px;
	border-top: solid #666 1px;
    line-height: 1.2em;
}
.info th,
.info td {
	border-right: solid #666 1px;
	border-bottom: solid #666 1px;
	padding: 5px;
	}
.info table .subtable {
	border: none;
	margin-left: -2px;
}
.info table .subtable th,
.info table .subtable td {
	border: none;
}
.subtable tr td {
}

.text {
    line-height: 1.5em;
    padding: 5px;
    margin: 10px 0px 10px 0px;
    text-indent: 1em;
}
.top {
	margin: auto;
}
.title {
	margin: auto;
}
.copy {
	text-align: center;
	font-size: 12px;
	padding: 15px 0;
}
.copy img {
	position: absolute;
	top: 20px;
	right: 10px;
}
.bottom {
	margin: auto;
}
.small {
	font-size: 11px;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.photo {
	padding: 10px;
}
.bt_bg {
	padding-left: 180px;
	margin-bottom: 10px;
}
.bt_bg a {
	background-image: url(images/bt_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	display: block;
	padding: 18px 30px 18px 30px;
	width: 320px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.bt_bg a:hover {
	background-image: url(images/bt_bg_b.gif);
	background-repeat: no-repeat;
	color: #666;
}
/* 2014 */


.content {
	width: 960px;
	float: left;
	padding: 0;
	margin-bottom: 15px;
}
.content ul {
	width: 960px;
	float: left;
	padding: 0;
	margin: 0;
}
.content ul li {
	list-style: none;
	width: 960px;
	text-align: left;
}
.content ul li a,
.content ul li span {
	text-decoration: none;
	text-indent: -9999px;
}
/* links */
.content ul li#link-01 a {
	background: url(images/panel_banner_01.gif) no-repeat;
	display: block;
	width: 960px;
	height: 107px;
	border-style: none;
	outline: none;
}
.content ul li#link-02 a {
	background: url(images/panel_banner_02.gif) no-repeat;
	display: block;
	width: 960px;
	height: 68px;
	border-style: none;
	outline: none;
}
.content ul li#link-03 a {
	background: url(images/panel_banner_03.gif) no-repeat;
	display: block;
	width: 960px;
	height: 62px;
	border-style: none;
	outline: none;
}
.content ul li#link-04 a {
	background: url(images/panel_banner_04.gif) no-repeat;
	display: block;
	width: 960px;
	height: 64px;
	border-style: none;
	outline: none;
}
.content ul li#link-05 a {
	background: url(images/panel_banner_05.gif) no-repeat;
	display: block;
	width: 960px;
	height: 82px;
	border-style: none;
	outline: none;
}
/* links hover */
.content ul li#link-01 a:hover {
	background: url(images/panel_banner_01h.gif) no-repeat;
}
.content ul li#link-02 a:hover {
	background: url(images/panel_banner_02h.gif) no-repeat;
}
.content ul li#link-03 a:hover {
	background: url(images/panel_banner_03h.gif) no-repeat
}
.content ul li#link-04 a:hover {
	background: url(images/panel_banner_04h.gif) no-repeat;
}
.content ul li#link-05 a:hover {
	background: url(images/panel_banner_05h.gif) no-repeat;
}
