@charset "shift_jis";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : reset.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * Browser Style Reset
 * ******************************************************************************** */
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

html {
	overflow-y:scroll;
}

img {
	border: none;
}

a img {
	border:none;
	text-decoration:none;
	outline:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

ul,ol {
	list-style-type:none;
}


/* ********************************************************************************
 * Default Style
 * ******************************************************************************** */

hr {
	display: none;
}

object,
param {
	border: 0;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
}

input{
	verticalalign: middle;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-weight: bold;
	text-decoration: none;
}	

form label {
	cursor: pointer;
}

select option {
	padding: 0 3px;
}


