/* 基本タグの定義 */
@import "http://";
body {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 82.5%;
	line-height:180%;
	text-align:center;
	width:950px;
}

td,th {
	font-size: 92.5%;
}

a:link {
	color: #CC3300;
	text-decoration: underline;
}

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

a:active {
	color: #FF0000;
	text-decoration: underline;
}

ul,li {
	margin:5px;
	padding:0px;
}

#layout {
	padding-top:10px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:10px;
	margin:0px;
	width: 780px;
	background-color:#ffffff;
	text-align:center;
}