@charset "UTF-8";

/*=================================================
iphone reset
 * ================================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
body {
	line-height: 1.0;
	-webkit-text-size-adjust: none;
	}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
	}
img {
	border: 0;
	vertical-align: bottom;
	}
ul, ol {
	list-style: none;
	}
table {
	border-spacing: 0;
	empty-cells: show;
	}
/*-----------------common-----------------*/
a{
	color:#000000;
	}
/*-----------------common-----------------*/
/*-----------------default-----------------*/
body {
	background-color:#ffffff;
	font-family: Arial,san-serif;
	font-size: 16px;
	line-height:1.6;
	color: #000000;
	}
footer {
	border-top:#000000 solid 1px;
	font-size:12px;
	color: #000000;
	}
footer p{
	margin-top:1px;
	border-top:#000000 solid 1px;
	text-align:center;
	padding:6px 0;
	}
/*-----------------default-----------------*/
