@charset "utf-8";

*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-overflow-scrolling: touch; 
}
html,body{
	width:100%;
    height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	color: #fff;
    overflow: auto; 
}
.clear{
    clear:both;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
	}
div,h1, h2, h3,h4, h5, h6, p, input, img, dd, dl, dt, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, li{
	list-style: none;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img, object {
	max-width: 100%;
}
img {
	-ms-interpolation-mode: bicubic;
}

div#nav_title{
	width: 100%;
	height: 20px;
	line-height: 20px;
	position: fixed;
	top: 0;
	left: 0;
	text-align: left;
	background-color: #333;
}

div#nav_title_iphone{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background-color: #333;
}
ul#nav{
	width: 100%;
	height: auto;
}
ul#nav li{
	width: 100%;
	min-height: 20px;
	height: auto;
	line-height: 20px;
	float: left;
	margin-top: 3px;
	background-color: #333;
}
ul#nav li a{
	color: #fff;
	text-decoration: none;
}
ul#nav li a:hover{
	text-decoration: underline;
}