body{
	margin: 0px;
	padding: 0px;
}

div{
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

div#index{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 230px;
	margin-left: -225px; /* widthの半分 */
	margin-top: -200px; /* heightの半分 */
}

div#index_logo {
	position: relative;
	width: 450px;
	height: 230px;
}

ul#menu {
	position:relative;
	width: 158px;
	height: 23px;
	clear: both;
	left: -39.5px;
}

ul#menu li{
	float: left;
	list-style-type: none;
}

ul#menu li a {
	display: block;
	text-decoration: none;
/*	text-indent: -9999px;*/
	width: 79px;
	height: 23px;
}

ul#menu li.flash a {
	width: 79px;
	height: 23px;
	background-image: url("img/flash.jpg");
}

ul#menu li.html a{
	width: 79px;
	height: 23px;
	background-image: url("img/html.jpg");
}

table#language {
	position: absolute;
	left: 50%;
/*
	width: 450px;
*/
	margin-left: -200px; /* widthの半分 */
	margin-top: 60px;
	border-collapse: collapse;
}

table#language td {
	vertical-align: top;
	padding-bottom: 10px;
	font-family: "MＳ　Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro  W3", sans-serif;
}

table#language td.left {
	width : 100px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 14pt;
	color: black;
}

table#language td#title {
	font-weight: bold;
}

table#language td.right {
/*
	width: 350px;
*/
	padding-bottom: 10px;
	font-size: 8pt;
	color: rgb(128,128,128);
}

table#language td#lang_select {
	line-height: 15pt;
}

table#language a:visited {
	color: rgb(128,128,128);	
}

table#language a:hover {
	color: rgb(128,128,128);	
}