@charset "shift_jis";


/*
*	Title: JS - リセット用CSS
*	URI: 
*	Last Modified: 2008-XX-XX
*	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: baseline;/*
	background: transparent;*/
	text-align:left;
	font-style:normal;
	font-weight:normal;
}

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;
}
