@charset "utf-8";
/* CSS Document */

/*******************************************************/
/*clearfix*/

div:after,
ul:after,
li:after,
dl:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div,
ul,
li,
dl {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html div,
* html ul,
* html li,
* html dl {
	zoom:100%;
}
div,
ul,
li,
dl {
	display:block;
}
/* End hide from IE-mac */

/*******************************************************/

* {
	margin:0;
	padding:0;
	text-indent:0;
	vertical-align:top;
	border:none;
}
title {
	display:none;
}
html {
	overflow-y:scroll;
}
map {
	line-height:0;
}
a,area,img,table {
	border:none;
}
img {
	vertical-align:top;
}
ul {
	list-style-type:none;
}
body, td, th, div, span, p, li, input {
	color:#000;
}
body, td, th, div, span, p, li, input, a {
	font-size:small;
	text-decoration:none;
	font-family:"MS PGothic", Osaka, "HiraKakuPro-W3", Geneva, Arial, Helvetica, sans-serif;
}

a,
a:visited,
a:active,
a:link {
	cursor:pointer;
}
a:hover {
	cursor:pointer;
	text-decoration:none;
}

h1 {
	font-size:120%;
}
h2 {
	font-size:115%;
}
h3 {
	font-size:110%;
}
h4 {
	font-size:100%;
}
h5 {
	font-size:100%;
}

/* utility */

.xsmall {
  font-size:x-small;
}
.medium {
  font-size:medium;
}
