@charset "utf-8";



body {
	text-align: center;
}


/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td,a,onclick {
margin: 0;
padding: 0;
line-height:1.3;	
}

address,em,strong,th {
font-style: normal;
font-weight:normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}
hr,legend {
display: none;
}
body,div,h1,h2,h3,h4,h5,h6,p,address,ul,li,dl,dt,dd,table,tr,th,td,form,input,select,option,strong,em {
	margin: 0;
	padding: 0;
	font-size: 103%;
	font-weight: normal;
	font-style: normal;
}
img,fieldset {
border: 0;
}
li {
list-style-type: none;
}

/* Fonts
------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}
/* ie7 */
*:first-child+html body {
	font-size:75%;
}
/* ie5-6 */
* html body {
	font-size:75%;
}
/* ie8 */
html>/**/body {
	font-size:75%;
}
/* not ie8 */
html:not(:target) body {
	font-size: 12px;
}

/* backbround
------------------------------------------------------------*/
/* S */
#header #header_inner ul.font-size_ li a.font-small_ {
	background: url(../img/head/fontsize_off.png) no-repeat left top;
}
/* M */
#header #header_inner ul.font-size_ li a.font-normal_ {
	background: url(../img/head/fontsize_off.png) no-repeat left top;
}
/* L */
#header #header_inner ul.font-size_ li a.font-large_ {
	background: url(../img/head/fontsize_on.png) no-repeat left top;
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
clear: both;
}
.clearfix {
zoom: 1;
}

