
/* ↓↓↓↓↓↓↓↓↓↓ 全頁共通 ↓↓↓↓↓↓↓↓↓↓ */
body {
	margin : 0px;
	padding : 0px;
	text-align : center;
	font-family : "ＭＳ Ｐゴシック",osaka,sans-serif;
}
#wrapper {
	width : 828px;
	height : auto;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}

/* ---------- ヘッダー ---------- */
#headerarea {
	width: 828px;
	height: 50px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
    background-image: url(parts/top_body.jpg);
    background-repeat: repeat-x;
}
h1 {
	float: left;
	margin: 0px;
        padding: 0px;
}
/* ---------- ヘッダー（メニュー） ---------- */
#top_menuarea {
	float: right;
	height: 50px;
	background-image: url(parts/top_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#top_menuarea table{
                   margin :1px 8px 0px 0px;
}

#top_menuarea table td{
vertical-align : top;
color:#fc0;
}

#top_menuarea table td a{
color: #fff;
	text-decoration : none;
}


#top_menuarea table td p{
padding:2px;
}

#topmenu {
	float: left;
	margin: 8px 0px 2px 0px;
	font-size: 80%;
}
#topmenu p {
	color: #fc0;
	margin: 0px;
}
#topmenu a {
	color: #fff;
	text-decoration : none;
}
#ud {
	margin: 0px 10px 0px 0px;
	padding: 1px;
}

/* ---------- メインメニュー ---------- */
#menuarea {
	clear: both;
	width: 828px;
	background-color: #b2b2b2;
	margin: 1px 0px 0px 0px;
}
.td{
	margin: 0px;
	padding: 0px;
	width : 92px;
	font-size : 80%;
	letter-spacing : -0.1em;
	text-align : center;
	vertical-align: top;
	background-image: url(parts/btn_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.botan {
	background-image: url(parts/btn_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align : center;
	margin: 0px 0px 4px 0px;
	padding: 6px 0px 2px 0px;
	vertical-align: middle;
}
.botan a {
	text-decoration : none;
	line-height: 1.0em;
}
.botan a:hover {
	color: #f39;
}


/* ---------- フッター ---------- */
#footerarea {
	clear: both;
	margin: 5px 0px 5px 0px;
}


/* ---------- その他 ---------- */
img {
	border : 0px;
}

/* ↑↑↑↑↑↑↑↑↑↑ 全頁共通 ↑↑↑↑↑↑↑↑↑↑ */

