@charset "utf-8";

/*--------------------------------------------------
 * CSS File Information
 * name : resetting.css
 * content : 設定リセット＆初期設定用CSS
--------------------------------------------------*/

/*  RESET
--------------------------------------------------*/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, b, i, tt, var,
dl, dt, dd, ul, ol, li,
form, fieldset, label, legend,
table, caption, tbody, thead, tfoot, tr, th, td	{
	margin:0;
	padding:0;
	background:transparent;
	border:0;
	outline:0;
	vertical-align:baseline;
	font-style:normal;
	font-size:100%;
}
html	{
	overflow-y:scroll;
}
table	{
	border-collapse:collapse;
	border-spacing:0;
}
caption,th	{
	text-align:left;
}
ul, ol	{
	list-style-type:none;
}
img	{
	vertical-align:bottom;
}
img,abbr,acronym,fieldset	{
	border:0;
}
q:before,q:after	{
	content:'';
}


/*  BODY SETTING
--------------------------------------------------*/
body	{
	color:#333;
	font-family:"メイリオ", Meiryo, "MS UI Gothic", sans-serif;
	line-height:1;
}