/* ■ページ構造 */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	text-align: center;
	font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background-image: url(topimages/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
body div {
	text-align: left;
	margin: 0 auto;

}
body p {
	font-size: 10px;
}
#wrapper {
	width: 800px;
	background-image: url(topimages/wrapper.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#container {
	width: 780px;
	background-color: white;
}
#containerbox {
	width: 760px;
}

/* ■上部ナビ部分 */
#topnavi {
	width: 760px;
	height: 10px;
}

#topnavi_left {
	float: left;
	width: 400px;
	height: 10px;
}

#topnavi_right {
	float: right;
	width: 350px;
	height: 10px;
	text-align: right;
}

/* ■メインFLASH部分 */

#main {
	width: 760px;
	height: 550px;
}

#mainflash {
	width: 760px;
	height: 550px;
}

/* ■メニュー */

#topmenu {
	width: 760px;
	height: 100px;
}
#topmenu ul {
list-style-type:none;
}
#topmenu li {
	display: inline;
	float: left;
}
#topmenu li a {
	width: 190px;
	height: 100px;
	display: block;
	background-repeat: no-repeat;
}

.menulink a {
	width: 190px;
	height: 100px;
	display: block;
	position: relative;
	float: left;
	background-repeat: no-repeat;
}
.menulink span {
	display: block;
	font-size: 1px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #ffffff;
}
#topmenu .menulink a:hover {
	display: block;
	background-position: 0px -100px;
}

.menunow a {
	width: 190px;
	height: 100px;
	display: block;
	position: relative;
	float: left;
	background-position: 0px ;
	background-repeat: no-repeat;
}
.menunow span {
	display: block;
	font-size: 1px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #ffffff;
}
#topmenu .menunow a:hover {
	display: block;
	background-position: 0px -100px;
}

#menu1 a {
	background-image: url(topimages/menu_01.gif);
}
#menu2 a {
	background-image: url(topimages/menu_02.gif);
}
#menu3 a {
	background-image: url(topimages/menu_03.gif);
}
#menu4 a {
	background-image: url(topimages/menu_04.gif);
}
#menu5 a {
	background-image: url(topimages/menu_05.gif);
}
#menu6 a {
	background-image: url(topimages/menu_06.gif);
}
#menu7 a {
	background-image: url(topimages/menu_07.gif);
}
#menu8 a {
	background-image: url(topimages/menu_08.gif);
}


/* ■バナー */
#kamiwaza_banner {
	width: 760px;
	height: 200px;
}

#banner {
	width: 760px;
	height: 66px;
}

#banner ul {
list-style-type:none;
}

#banner li {
	display: inline;
	float: left;
}

#banner_01 {
	width: 235px;
	height: 66px;
}

#banner_02 {
	width: 131px;
	height: 66px;
}

/* ■フッター */
#footer {
	width: 780px;
	height: 20px;
	clear: both;
	background-color: #eeeeee;
	background-repeat: no-repeat;
}

#footer p {
	font-size: 11px;
	width: 760px;
	height: 20px;
	line-height: 20px;
	text-align: right;	
	overflow: hidden;
}

/* ■文字要素 */

h1 {
	font-size: 15px;
}

h2 {
	font-size: 12px;
	height: 50px;
	line-height: 26px;
}

/* ■ダミー */

.dummy1 {
	height: 1px;
	clear: both;
}
.dummy5 {
	height: 5px;
	clear: both;
}
.dummy5 p {
	font-size: 1%;
	height: 1px;
	visibility: hidden;
}
.dummy10 {
	height: 10px;
	clear: both;
}
.dummy10 p {
	font-size: 1%;
	height: 1px;
	visibility: hidden;
}
.dummy15 {
	height: 15px;
	clear: both;
}
.dummy15 p {
	font-size: 1%;
	height: 1px;
	visibility: hidden;
}
.dummy_border_c {
	height: 1px;
	clear: both;
	background-color: #ccc;
}
.dummy_border_c p {
	font-size: 1%;
	height: 1px;
	visibility: hidden;
}
