@charset "utf-8";
/* CSS Document */
.imgleft {
	float: left;
}

.imgright {
	float: right;
}

div.header {
	width: 800px;
	height:55px;
	margin: auto;
	margin-top:30px;
	border: none;
}


/* head */
.head {
	font-size: 9px;
	font-family: "Osaka",MS P明朝,sans-serif;
	text-align: center;
	margin-top: 0px;
}

#head {
	height: 52px;
	margin: auto;
	width: 310px;
	text-align: center;
	color: #696969;
	padding: 1px;
	float: right;
	vertical-align:bottom;
}

#head a {
	text-decoration: none;
	padding: 5px 3px;
	margin: 0; 
}

#head a:first-letter {
	text-decoration: underline; 
}

#head a:link {
	color: #696969;
}

#head a:visited {
	color: #696969;
}

#head a:active {
	color: #000000;
	background: #FCC
	text-decoration: underline; 
}

#head a:hover {
	color: #000000;
	background: #FCC;
	text-decoration: underline; 
}


/* navi bar */
#navi {
	margin: auto;
	margin-top: 0px;
	width: 778px;
	text-align: center;
	color: #666666;
	background: #ffffff;
	border: none;
	padding: 10px;
}

#navi a {
	text-decoration: none;
	padding: 10px 32px;
	margin: 0; 
}

#navi a:first-letter {
	text-decoration: underline; 
}

#navi a:link {
	color: #000;
	background: #ffffff;
}

#navi a:visited {
	color: #000;
	background: #ffffff;
}

#navi a:active {
	color: #000000;
	background: #FCC;
	text-decoration: underline; 
}

#navi a:hover {
	color: #000000;
	background: #FCC;
	text-decoration: underline; 
}


/* what's new */
.topleft {
	width: 400px;
	height: 142px;
	margin-left: 2px;
	padding: 0px 0px 5px 0px;
	background-repeat: no-repeat;
	float: left;
	border:solid #CCC 1px;
}
.topframe {
	width: 375px;
	height: 100px;
	margin-top: 5px;
	margin-left: 7px;
	overflow: scroll; 
	padding: 5px;
	border: solid #ccc 1px;
}

.subright {
	width: 332px;
	height: 318px;
	padding: 0px 0px 5px 3px;
	background-image: url(img/newback2.jpg);
	background-repeat: no-repeat;
	float:right;
}

/* top画像 */
.topimg {
	width: 100px;
	height: 100px;
	border: solid 1px #696969;
}
.mainimg {
	width: 370px;
	height: 312px;
	border: solid 1px #696969;
}

