@charset "UTF-8";

div,h1, h2, h3, h4, h5, h6, p, table, tr, th, td, ul, li, dl, dt, dd, article, section, aside, nav, footer, header{
	max-height: 999999px;/*nexus 文字サイズ*/
	background: url(image) no-repeat;/*Android　横幅*/}

body {
    -webkit-text-size-adjust:100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 16px;}

body,#header,#content,#footer{
	width: 100%;
	min-width: 640px;}
	
.box{
	overflow: hidden;
	width: 640px;
	margin: 0 auto;}

a{
	color: #000;}

/* header
----------------------------------------- */
#header{
	padding: 20px 0;}

h1{
	float:left;
	font-size: 50px;
	font-weight: bold;
	padding: 0 15px;}

#nav_header{
	float:left;}

#nav_header ul{
	float: left;
	margin-left: 15px;}

#nav_header li{
	border-bottom: 1px dashed #333;}

#nav_header li:first-child{
	border-top: 1px dashed #333;}

#nav_header li a{
	display: block;
	height: 100%;
	border-radius: 5px;
	padding: 3px 10px;
	margin: 3px;}

#nav_header li a:hover{
	background-color: #eee;}

h3{
	display: inline-block;
	font-size: 25px;
	border-bottom: 5px solid #555;
	margin-bottom: 10px;}

h4{
	font-size: 20px;}

/* footer
----------------------------------------- */
#nav_footer{
	overflow: hidden;}

#nav_footer li{
	float: left;
	margin-right: 10px;}