body {
    margin:0px;
    padding:0px;
}

div#main{
    height:665px;
    width:900px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-330px;
    margin-left:-450px;
	overflow: hidden;
}

#main2{
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 900px;
}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 900px;
	margin-top: 30px;
	}

#logo {
	background: url(img/logo.gif) no-repeat;
	text-indent: -9999px;
	font-size: 12px;
	background-position: right;
	margin: 0px 0 5px 0px;
    height: 50px;
}

#logo_w {
	background: url(img/logo_w.gif) no-repeat;
	text-indent: -9999px;
	font-size: 12px;
	background-position: right;
	margin: 0px 0 10px 0px;
    height: 50px;
}

#headermenu {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px 0 10px 0;
	height: 18px;
}

#headermenu ul {
	margin: 0;
	list-style-type: none;
	float: right;
}
	
#headermenu li {
	padding: 10px 0px 0 7px;
	float: left;
	list-style-type: none;
}

#headermenu li a {
    display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#headermenu li#news_r a {
	width: 48px;
	background: url(img/menu_news_r.jpg) no-repeat;
}

#headermenu li#news_r a:hover {
	width: 48px;
	background: url(img/menu_news_r.jpg) no-repeat;
}

#headermenu li#news a {
	width: 48px;
	background: url(img/menu_news.jpg) no-repeat;
}

#headermenu li#news a:hover {
	width: 48px;
	background: url(img/menu_news_r.jpg) no-repeat;
}

#headermenu li#profile_r a {
	width: 67px;
	background: url(img/menu_profile_r.jpg) no-repeat;
}

#headermenu li#profile_r a:hover {
	width: 67px;
	background: url(img/menu_profile_r.jpg) no-repeat;
}

#headermenu li#profile a {
	width: 67px;
	background: url(img/menu_profile.jpg) no-repeat;
}

#headermenu li#profile a:hover {
	width: 67px;
	background: url(img/menu_profile_r.jpg) no-repeat;
}

#headermenu li#statement_r a {
	width: 92px;
	background: url(img/menu_statement_r.jpg) no-repeat;
}

#headermenu li#statement_r a:hover {
	width: 92px;
	background: url(img/menu_statement_r.jpg) no-repeat;
}

#headermenu li#statement a {
	width: 92px;
	background: url(img/menu_statement.jpg) no-repeat;
}

#headermenu li#statement a:hover {
	width: 92px;
	background: url(img/menu_statement_r.jpg) no-repeat;
}

#headermenu li#gallery_r a {
	width: 74px;
	background: url(img/menu_gallery_r.jpg) no-repeat;
}

#headermenu li#gallery_r a:hover {
	width: 74px;
	background: url(img/menu_gallery_r.jpg) no-repeat;
}

#headermenu li#gallery a {
	width: 74px;
	background: url(img/menu_gallery.jpg) no-repeat;
}

#headermenu li#gallery a:hover {
	width: 74px;
	background: url(img/menu_gallery_r.jpg) no-repeat;
}

#headermenu li#text_r a {
	width: 42px;
	background: url(img/menu_text_r.jpg) no-repeat;
}

#headermenu li#text_r a:hover {
	width: 42px;
	background: url(img/menu_text_r.jpg) no-repeat;
}

#headermenu li#text a {
	width: 42px;
	background: url(img/menu_text.jpg) no-repeat;
}

#headermenu li#text a:hover {
	width: 42px;
	background: url(img/menu_text_r.jpg) no-repeat;
}

#headermenu li#contact_r a {
	width: 77px;
	background: url(img/menu_contact_r.jpg) no-repeat;
}

#headermenu li#contact_r a:hover {
	width: 77px;
	background: url(img/menu_contact_r.jpg) no-repeat;
}

#headermenu li#contact a {
	width: 77px;
	background: url(img/menu_contact.jpg) no-repeat;
}

#headermenu li#contact a:hover {
	width: 77px;
	background: url(img/menu_contact_r.jpg) no-repeat;
}

#headermenu li#link_r a {
	width: 39px;
	background: url(img/menu_link_r.jpg) no-repeat;
}

#headermenu li#link_r a:hover {
	width: 39px;
	background: url(img/menu_link_r.jpg) no-repeat;
}

#headermenu li#link a {
	width: 39px;
	background: url(img/menu_link.jpg) no-repeat;
}

#headermenu li#link a:hover {
	width: 39px;
	background: url(img/menu_link_r.jpg) no-repeat;
}

#photo {
	width: 900px;
}

#main {
	float: right;
	width: 480px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

#main a {
	text-decoration: underline;
	font-size: 12px;
	font-weight:normal;
}


.clear {
	clear: both;
}

#copyright {
    width: 900px; /* necessary for ie win */
	margin: 10px 0 20px 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}

#copyright_w {
    width: 900px; /* necessary for ie win */
	margin: 10px 0 20px 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: right;
}

h1 {
	margin: 0;
	padding: 0;
	
}

h2 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
	margin: 0 0 10px 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h3 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


p {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

p a {
	color: #99FFFF;
	text-decoration: underline;
}

#font1 {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


