@charset "UTF-8";
/* CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding:0;
	margin:0;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight:normal;
	font-style:normal;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/*本文*/
body {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../image/body_back.gif);
	background-repeat: repeat-x;
}
#topfla {
	width:950px;
	height:640px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	margin-top: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#topfla h1 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
}
#topfla p {
	margin-right: 20px;
	margin-left: 20px;
}
#topfla li {
	margin-left: 40px;
	margin-right: 20px;
}
#linknavi {
	text-align: center;
	height: 50px;
	margin-bottom: 10px;
}
#topfla ul {
	margin-top: 15px;
}
#linknavi li {
	display: inline;
	list-style-type: none;
	font-size: 80%;
	margin-left: 10px;
}
#linknavi li.whatnew {
	display: inline;
	list-style-type: none;
	font-size: 80%;
	margin-left: 0px;
}
#linknavi li a, #linknavi li a:visited {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
}
#linknavi li a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-style: none;
	background-color: #B1CCFF;
}
#linknavi li a:active {
	position: relative;
	top: 1px;
	left: 1px;
}

