@charset "utf-8";
/* CSS Document */

html {
    overflow-y:scroll;
}

body {
	font-family: CenturyGothic-Bold,"CenturyGothicStd","Century Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    font-size: 16px;
    line-height: 1.6;
	color: #333333;
	background: #FFF;
}

body, div, span, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, form, input, textarea,
p, table, tbody, th, td {
    margin: 0;
    padding: 0;
}

table, tbody, th, td {
    border-spacing: 0;
    border-collapse: collapse;
}

h1, h2, h3, h4 {
    font-size: 100%;
}

img, abbr, acronym, fieldset {
    border: 0;
}

img {
	display: block;
}

em, var {
    font-style: normal;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:link {
    color: #004DA2;
	text-decoration: underline;
}

a:visited{
    color: #004DA2;
	text-decoration: underline;
}

a:hover{
    color: #59b1eb;
	text-decoration: underline;
}

a:active{
    color: #59b1eb;
	text-decoration: underline;
}

.x60 {
	font-size: 60%;
}

.x80 {
	font-size: 80%;
}

.x90 {
	font-size: 90%;
}

.x110 {
	font-size: 110%;
}

.x120 {
	font-size: 120%;
}


.x140 {
	font-size: 140%;
}


.x160 {
	font-size: 160%;
}


.x180 {
	font-size: 180%;
}


.x200 {
	font-size: 200%;
}


.small {
	margin-bottom: 10px;
	font-size: 12px;
}


.clearfix {
	zoom: 1;
}

.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
