@charset "utf-8";

*{
	text-decoration: none;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
input[type="submit"], input[type="reset"], input[type="button"], button{
	cursor: pointer;
}

html{
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: auto;
	min-height: 100%;
}
body{
	margin: 0;
	background: #fff;
	color: #222;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic W3','メイリオ',Meiryo,sans-serif;
	height: auto;
	min-height: 100%;
}

/* all layout*/
#contentAll{
	margin: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	text-align: center;
	display: block;
}


img{
	border: 0;
}
a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a:link{
	color: #666;
	text-decoration: none;
}
a:visited{
	color: #666;
	text-decoration: none;
}
a:active{
	color: #666;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}

