@charset "UTF-8";

/*
*	Title: リセット用CSS
*	URI: 
*	Last Modified: 2013-07-21
*	Description: ソースで使用する要素を全て初期化する
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
img,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td { 
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ol,
ul {
	list-style: none;
} 

li {
	list-style-position: outside;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
