@charset "UTF-8";

/*
*	Title: リセット用CSS
*	URI:
*	Last Modified: 2012-03-09
*	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;
	Xoutline: 0;
	font-size: 100%;
	vertical-align: middle;
	background-color: transparent;
}

body {
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-position: outside;
}

:focus {
	Xoutline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


a img {
	border: none;
}


input,textarea,img {
	vertical-align:middle;
}


pre {
	/* Chromeのuser agent stylesheetを打ち消すためにここで設定(common.cssのbodyへの設定が打ち消されている) */
	font-family: "Times New Roman", "MS PGothic";
}

