@charset "UTF-8";
/*ナビゲーション*/
#header {
	margin-left: 50px;
	width: 750px;
	padding-top: 40px;
	padding-bottom: 0px;
	background-color:#FFFFFF;
}

#topic { 
	margin-left: 50px;
	width: 750px;
	padding-top: 8px;
	padding-bottom: 26px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;	
}

#body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0 auto;
	width : 850px;
	background-color: #FFFFFF;
}

#navigation {
	float : left;
	width : 140px;
	clear: both;
	margin-right: 55px;
	margin-bottom:150px;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	padding-left: 50px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: left;
	width: 140px;
}

li{
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	height: auto;
	font-size: 11pt;
	line-height: 16pt;
}

#contents {
	float : left;
	width : 555px;
	margin-bottom: 65px;
	background-color: #FFFFFF;
}

#footer {
	margin-right: 50px;
	height: 50px;
	clear : both;
}

.copy {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;	
}

body {
	background-color: #e6e6e6;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*リンクカラー*/
a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #dca321;
}

a:active {
	text-decoration: none;
	color: #333333;
}
