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

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #120d36;
}
body,td,th {
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc3366;
}
a:hover {
	text-decoration: underline;
	color: #ff9999;
}
a:active {
	text-decoration: none;
	color: #ff9999;
}
.index-image {
	background-image: url(parts/index.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddbb55;
	border-right-color: #885533;
	border-bottom-color: #885533;
	border-left-color: #ddbb55;

}
h1 {
	font-size: 14px;
	color: #eecc88;
	font-weight: normal;
	display: inline;
}
.white-frame {
	border: 1px solid #ffffff;
}
.index-link {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	background-color: #eedddd;
	text-align: left;
	border: 1px solid #C93;
	width: 880px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.text-white {
	color: #ffffff;
}
