* {
	padding:0px;
	margin:0px;
}
html{
overflow-y:scroll;
}
body {
background-color:#CCCCCC;
/*	background:url(../img/wall_sheeeeep.gif); */
}

#header {
	width:700px;
	height:65px;
	background-image:url(../img/header.gif);
	background-repeat:no-repeat;
}
.summary{
margin-left:90px;
padding-top:5px;
color:#FFFFFF;
}

#wrapper {
	width:700px;
	background-color:#ffffff;
	margin:auto;
}

#main {
	width:700px;
	background-color:#FFFFFF;
	margin-top:5px;
}

#menu {
	width:85px;
	float:left;
	margin-left:5px;
	margin-top:5px;
}

#menu li {
	list-style:none;
	text-decoration:none;
	text-indent:-9999px;
	font-size:15pt; /* ブラウザの文字サイズを変更すると領域のサイズが変わっちゃうから固定 */
	margin-bottom:5px;
	height:21px;
	width:76opx;
}

#menu li a {
	display:block;
	height:20px;
	width:76px;
	overflow:hidden;
}

#menu li#top {
	background: url(../img/menu_top.gif) no-repeat;
}

#menu li#about {
	background: url(../img/menu_about.gif) no-repeat;
}

#menu li#map {
	background: url(../img/menu_map.gif) no-repeat;
}

#menu li#member {
	background: url(../img/menu_member.gif) no-repeat;
}

#menu li#goods {
	background: url(../img/menu_goods.gif) no-repeat;
}

#menu li#mlink {
	background: url(../img/menu_link.gif) no-repeat;
}

#menu li#blog {
	background: url(../img/menu_blog.gif) no-repeat;
}

#menu li#mail {
	background: url(../img/menu_mail.gif) no-repeat;
}

#menu li#top a:hover {
	background: url(../img/menu_top_on.gif) no-repeat;
}

#menu li#about a:hover {
	background: url(../img/menu_about_on.gif) no-repeat;
}

#menu li#map a:hover {
	background: url(../img/menu_map_on.gif) no-repeat;
}

#menu li#member a:hover {
	background: url(../img/menu_member_on.gif) no-repeat;
}

#menu li#goods a:hover{
	background: url(../img/menu_goods_on.gif) no-repeat;
}

#menu li#mlink a:hover{
	background: url(../img/menu_link_on.gif) no-repeat;
}

#menu li#blog a:hover{
	background: url(../img/menu_blog_on.gif) no-repeat;
}

#menu li#mail a:hover{
	background: url(../img/menu_mail_on.gif) no-repeat;
}

#contents_wrapper{
	float:right;
	/*	height:410px; */
	width:605px;

}

#contents{
	float:left;
	width:300px;
	margin-left:5px;
}

#info{
	float:right;
	width:280px;
	margin-left:5px;
	margin-top:10px;
	font-size:9pt;
	margin-right: 5px;
}

#info_link{
	float:right;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#otoku{
clear:right;
	margin-right: 5px;
	margin-top: 20px;
	padding:2px;
	border:1px dotted #99CC00;
}
#otoku p {
	text-align: right;
	font-size:12px;
}

#link{
    clear:both;
	margin-left:100px;
	width:520px;
}

#footer{
clear:both;
	width:695px;
	padding-top:0.2em;
	padding-bottom:0.2em;
	padding-left:0.2em;
	padding-right:0.2em;
	background-color:#ff6600;
}

#footer p{
	font-size:x-small
}
