﻿@charset "utf-8";
/*-----------------------------------------------	
共通設定のインポート
-----------------------------------------------	*/
@import url("./css-common.css");
/*-----------------------------------------------	
各ブラウザのデフォルト設定をリセット
-----------------------------------------------	*/

html {   
	   
}   

body {
	height:100%;
	text-align:center;
	overflow:visible;
	padding:0;
	margin:0;
}
*html body {
   overflow-y:auto;
}
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;
} 
