@charset "UTF-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * Title  : Reset CSS
 * Author : koyama takashi
 * UpDate : 2010/10/08
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */

/*
html5doctor.com Reset Stylesheet
v1.6.1
*/

html {
	overflow-y: scroll;
}

/*要素のフォントサイズやマージン・パディングをリセットしています*/
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
fieldset,
img { 
	border: 0;
}

img {
	vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}
ul li{
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content: '';
}
abbr,
acronym {
	border: 0;
}
button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
a {
	outline: none;
}