@charset "shift_jis";
* {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #333333;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

body {
	background-color: #FFFFFF;
	text-align: center;
	}

#container {
	width: 660px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	text-align:left;
	}

#pageheader {
	width: 660px;
	margin: 8px 0px 0px 0px;
	padding: 3px 3px 3px 0px;
	border:0;
	background-color:#000000;
	text-align:right;
	vertical-align: baseline;
	}

#pagetitle {
  width:660px;
	margin: 1em 0px 0px 0px;
	padding:0;
	border:0;
	text-align: center;
	}	

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* link */
a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #FF3366; text-decoration:underline; }
a:active { color: #FF3366; text-decoration:underline; }
