@charset "Shift_JIS";
body{
	font-size:100%;
}
#container{
	font-size:80%;
	line-height:1.4;
}
/* Except IE */
html>body #container{
	font-size: 12px;
	line-height:1.4;
}

#pankuzu{
	font-size:80%;
}
/* Except IE */
html>body #pankuzu{
	font-size: 10px;
}

address{
	font-size:80%;
}
/* Except IE */
html>body address{
	font-size: 10px;
}

h2{
	font-size:100%;
}
/* Except IE */
html>body h2{
    font-size: 12px;
}

h3{
	font-size:100%;
}
/* Except IE */
html>body h3{
	font-size: 12px;
}

h4{
	font-size:100%;
}
/* Except IE */
html>body h4{
	font-size: 12px;
}

h5{
	font-size:100%;
}
/* Except IE */
html>body h5{
	font-size: 12px;
}

table{
	font-size:100%;
	line-height:1.4;
}
/* Except IE */
html>body table{
	font-size: 12px;
	line-height:1.4;
}

p{
	line-height:1.4;
}

.small{
	font-size:80%;
}
/* Except IE */
html>body .small{
	font-size: 10px;
}

.large{
	font-size:120%;
}
/* Except IE */
html>body .large{
	font-size: 14px;
}

.xlarge{
	font-size:160%;
}
/* Except IE */
html>body .xlarge{
	font-size: 18px;
}
