﻿@charset "utf-8";


/* *********************************
FileName: reset.css
UpdatedBy: -
*********************************** */



/* reset
---------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

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

body{
	text-align:center;
}

img {
	border: 0;
	vertical-align:bottom;
}

table,th,td {
	text-align: left;
}

ul {
	list-style: none outside none;
}

ol {
	list-style: decimal outside none;
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

div {
	zoom:1;/* IE用 */
}

/* For Win IE 7 */
/*:first-child + html body{}*/
*:first-child + html body{}

/* For Win IE 6 */
/* html body{}*/
* html body{}

/* form */
input, select{
	text-align:left;
	font-size:x-small;	/* <- IE5.x */
}	html>body input, html>body select{font-size:small;}	/* <- Opera, Firefox */
select option{padding-right:10px;}
select optgroup{
	font-style:normal;
	color:#666;
	padding-top:5px;
}
select optgroup option{
	color:#000;
	padding-left:10px;
}
