html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif,"ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}
a{
	color: #000;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color:#333333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
h3 {
	padding-top: 10px;
	font-size:large;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 865px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}

/* top menu ---------------------------- */
#head-contents{
	height:30px;
	margin-left:0;
	background-color:#FFF;
    float:left;

}
#head-menu ul{
    list-style:none;
    width:850px;
	margin: 0px;
	padding: 0px
}
#head-menu ul li{
    float:right;
	padding-right:10px;
}

#head-menu a span{display:none;} 

#head-menu ul li a,#head-menu ul li a:visited{
	display:block;
	font-size:1px;
	line-height:1px;
	background-position:left top;
	background-repeat:no-repeat;
}

#head-menu ul li a:hover,#head-menu ul li a:active{
	background-position:left bottom;
}
#head-menu ul li.logo1{
    float:left;
	margin-left:0;
}
#head-menu ul li.logo1 a{
	height:21px;
    width:279px;
	background-image:url(../../shared/images/h1_logo1.gif);
}
#head-menu ul li.profile{
	margin:10px 0 0 0;
}
#head-menu ul li.profile a{
	height:13px;
    width:58px;
	background-image:url(../../shared/images/m_profile.gif);
}
#head-menu ul li.contact{
	margin:12px 0 0 0;
}
#head-menu ul li.contact a{
	height:9px;
    width:58px;
	background-image:url(../../shared/images/m_contact.gif);
}
#head-menu ul li.news{
	margin:13px 0 10 0;
}
#head-menu ul li.news a{
	height:8px;
    width:33px;
	background-image:url(../../shared/images/m_news.gif);
}

#head-menu ul li.photo{
	margin:12px 0 0 0;
}
#head-menu ul li.photo a{
    width:41px;
	height:12px;
	background-image:url(../../shared/images/m_photo.gif);
}

/* footer------------------------------------ */
#footer{
	width:218px;
	height:auto;
	position:absolute;
	right:30px;
	top:900px;
}
#footer p{
	width:218px;
	height:9px;
	text-indent:-1000em;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	background-image:url(../../shared/images/f_copy.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin: 10 0 20 0;
}
