html *	{
	margin: 0;
	padding: 0;
}
body {
	background: #7fbfff url(images/bg.png) repeat;
	color: dimgray;
}
a:link {
	color: #bf7fff;
}
a:hover {
	color: #ff7fbf;
	text-decoration: none;
	position: relative;
}

#ie {
	text-align: center;
}
#body {
	margin : 0 auto;
	width: 800px;
	background: white;
	border-left: 1px solid dimgray;
	border-right: 1px solid dimgray;
}
#menu {
	float: left;
	width: 200px;
	height: 300px;
	background: pink;
}
#menu li{
	height: 50px;
	width: 200px;
	list-style: none;
	text-align: left;
}
#body #menu a{
	width: 200px;
	height: 50px;
	display: block;
	text-indent: -9000px;
}
#menu a.top{
	background: white url(images/menu_top.png);
}
#menu a.game{
	background: white url(images/menu_game.png);
}
#menu a.cg{
	background: white url(images/menu_cg.png);
}
#menu a.movie{
	background: white url(images/menu_movie.png);
}
#menu a.music{
	background: white url(images/menu_music.png);
}
#menu a.other{
	background: white url(images/menu_other.png);
}

#menu a:hover.top ,#menu a:hover.game, #menu a:hover.cg, #menu a:hover.movie, #menu a:hover.music, #menu a:hover.other, #menu #current{
	background-position: 0 50px;
}
#body #topimg {
	float: right;
	width: 600px;
	height: 300px;
	background: white url(images/topimg.png) no-repeat center center;
}
#update {
	clear: both;
	float: left;
	width: 220px;
}

#update .up_cont{
	padding: 20px 5px 0 5px;
	text-align: left;
	font-size: 9pt;
}

#update .up_cont .date {
	display: block;
	width: 200px;
	height: 20px;
	background: url(images/date.png) no-repeat;
	padding: 4px 0 0 6px;
	font-size: 12px;
	color: white;
	
	font-weight: bold;
}

#update .up_cont .cont {
	font-weight: bold;
	margin: 0.3em;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted gray;
}
#googlemap {
	width: 500px;
	float: right;
	text-align: center;
}

#map {
	background-color: #ccc;
	width: 400px;
	height: 400px;
	border: 1px solid #a88218;
	margin: 30px 0;
}


#changecss {
	float: left;
	width: 190px;
	padding: 5px;
	text-align: left;
}
#changecss p{
	font-size: 9pt;
	padding: 0.75em;
	border: 1px dotted gray;
}
#changecss ul{
	text-align: left;
	padding: 3px;
	
}
#changecss li{
	list-style: none;
	padding: 3px;
}
#content, #jquery_jplayer {
	width: 570px;
	float: right;
	text-align: center;
}
#content .works {
	margin: 40px 10px;
	text-align: left;
}
#content .works h2 {
	border-bottom: 2px solid pink;
	padding: 2px;
	color: hotpink;
	margin: 1px;
	text-indent: 0.1em;
	font-size: 14pt;
}
#content .works h3 {
	margin: 5px;
	width: 200px;
	background: url(images/cur.png) no-repeat;
	text-indent: 25px;
	font-size: 12pt;
	color: gray;
}
#content .works img {
	padding: 10px;
	text-align: center;
}
#content .works p {
	width: 500px;
	border: 1px solid pink;
	margin: 10px;
	padding: 0.5em;
	font-size: 10pt;
}
#player_container, #player_container2 {
	text-align: center;
	margin: 10px 20px;
}
#footer{
	clear: both;
	text-align: right;
	padding: 10px;
}

h1 {
	text-align: left;
	font-size: 100%;
	letter-spacing: 0.2em;
	padding: 0.3em;
}
h1 a {
	color: gray;
}

.text {
	padding: 0.5em;
	font-size: 9pt;

}

