/* CSS Document */

/*======================================

すべて

=======================================*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
}
body {
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: center bottom;
}
/*======================================

ブロック

=======================================*/
#table1 {
	background: url(bg1.gif);
	FILTER: alpha(opacity=70);
	moz-opacity: 0.7;
	opacity: 0.7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin: 0px auto;
	width: 100%;
	max-width: 1200px;
	}
#table #table1 #td {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}
#table #table1 #td h1 {
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #000000;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #526986;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #526986;
}
a:hover {
	text-decoration: underline;
	color: #b4b48b;
}
a:active {
	text-decoration: none;
	color: #526986;
}