@charset "shift_jis";

/*

information
	概要 : このCSSファイルは各ブラウザのデフォルト設定をリセットする設定記述をしています。

-----------------------------------------------	*/

html {   
	   
}   

body {
	height:100%;
	text-align:center;
	overflow:visible;
	padding:0;
	margin:0;
	overflow-y:scroll;
}
*:first-child+html body {
	overflow:visible;
}
a img, img {   
	border:0;
}   
 
body, blockquote, dd, div, dl, dt,
li, ol, p, pre, span, td, th, ul, h1, h2, h3, h4, h5, h6 {   
	margin:0;   
	padding:0;   
}   
  
abbr, acronym {   
	border:0;   
}
  
caption, th {   
	text-align:left;   
}
  
ol, ul {   
	list-style:none;   
}   
  
q:before, q:after {   
	content:'';   
}   

button, fieldset, form, input, label, legend, select, textarea {  
	margin:0;   
	padding:0;   
	vertical-align:baseline;   
}   
  
table {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

caption, th {
	margin: auto;
	text-align: left;
}

object, embed {
	vertical-align: top;
}

hr, legend {
	display: none;
} 

