body { line-height: 150%; background: #FFF }
@media screen, tv { /* コンピュータ画面・テレビ画面出力 */
  body { color: #666; }
}
@charset "UTF-8";

/* ---------- reset ---------- */

* {
	margin:0;
	padding:0;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* 画像の枠消し */
a:link img,
a:visited img{
border-width: 0px;
}

hr { 
border: 100% #696969 solid; 
height: 1px; 
} 

/* ---------- body ---------- */

body {
	text-align:center;
	background-color: #ffffff;
	color: #666666;
	font-family: sans-serif;
	font-size: 80%;
}

#main-container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: transparent;
}

a {
	text-decoration:none;
	color:#F54104;
}

a:hover {
	color:#F59204;
	text-decoration: underline;
	background-color: #ffffff;
}

/* ---------- body_end ---------- */

/* ---------- sub-menu ---------- */

#sub-menu {
	padding-bottom:17px;
	background: transparent url(http://www.city-e.co.jp/gamecity/img/subtit-shadow.gif) repeat-x bottom left;
	margin-bottom:5px;
}

#sub-menu h3 { display:none; }
#sub-menu ul { list-style:none; }
#sub-menu li {
	display: inline;
	margin: 2px 15px 2px 0;
}

#sub-menu li a {
                color:#F54104;
	background:url(http://www.city-e.co.jp/gamecity/img/subtit-mark-out.gif) no-repeat center left;
	text-decoration: none;
	padding-left:15px;
	white-space: nowrap;
	font-size: 80%;
}

#sub-menu li a:hover {
	color:#F59204;
	background:url(http://www.city-e.co.jp/gamecity/img/subtit-mark-over.gif) no-repeat center left;
	text-decoration:underline;
}

/* ---------- sub-menu_end ---------- */