@charset "utf-8";

/* -----------------------------------------------------
	01. Browser Default
----------------------------------------------------- */


/* -----------------------------------------------------
	01. Browser Default
----------------------------------------------------- */

*{
	margin:0;
	padding:0;
}

body{
	font-size:87.5%;
	text-align:center;
	line-height:1.5;
	color:#333;
}

body.en{font-family:Verdana,Helvetica,sans-serif;}

/* font-size 14px
10px  	72%
11px 	79%
12px 	86%
13px 	93%
14px 	100%
15px 	108%
16px 	115%
17px 	122%
18px 	129%
19px 	136%
20px 	143%
21px 	150%
22px 	158%
23px 	165%
24px 	172%
*/



h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

em{
	font-style:normal;
}

ul,ol{
	list-style:none;
}

img{
	border:0 none;
	vertical-align:bottom;
	font-size:13px;
}

fieldset{
	border:0 none;
}

input,select{
	vertical-align:middle;
}

textarea{
	font-size:1.0em;
}

table{
	width:100%;
	border:0 none;
	border-collapse:collapse;
	font-size:100%;
}
table th,
table td{
	border:0 none;
}

label{
	cursor:pointer;
}

legend,
hr{
	display:none;
}

a,
a:link{
	color:#000066;
	text-decoration:underline;
}
a:visited{
	color:#800080;
}
a:focus,
a:hover{
	color:#cd1400;
}
a:active{
	color:#800080;
}

