* {
}

body {
	color: #666666;
	font-size: 13px;
	font-family: "MS PGothic",Osaka,sans-serif;
	line-height: 130%;
	text-align: center;
	margin: 0px;
	word-wrap: break-word;
	padding-top: 15px;
	background-color: #FFFFFF;
}

div#frame {
	width: 800px;
	margin: 0 auto;
}

div#header {
	clear: both;
}

div#content {
	clear: both;
	text-align: left;
	padding: 20px 0 0 0;
}

table {
	border: 0px;
	border-collapse: collapse;
	text-align: left;
}

img { 
	border: none;
	vertical-align:middle;
}

div.column {
	width: 800px;
	text-align: left;
}

div.columnLeft {
	width: 200px;
	float: left;
	padding: 0 0 10px 0;
}

div.columnRight {
	float: right;
	width: 580px;
	text-align: left;
	padding-left:20px;
	padding: 0 0 10px 0;
}

a:link {
	color: #FF9900;
	text-decoration:none;
}

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

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

a:hover {
	color: #99CC33;
	text-decoration:underline;
}

div#footer {
	clear: both;
	text-align: center;
	padding: 20px;
	border-top: dotted 2px #CCCCCC;
}
