@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
	margin: 0;
	padding: 0;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: small;
}

/*
h1 {
	background: #e6f0f2;
}
*/

img,abbr,acronym,fieldset {
	border: 0;
}

img {
	border: 0;
	vertical-align: center;
}

li {
	list-style-type: none;
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	color: #000;
	font: 0.8em "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.2em;
	background: #fff;
}

/*----------------------------------------------------
	link
----------------------------------------------------*/

a:link {
	color: #0101fc;
}

a:visited {
	color: #0101fc;
}

a:hover {
	color: #0101fc;
}

a:active {
	color: #fff;
}



/*----------------------------------------------------
	other
----------------------------------------------------*/

.fontSmall {
	font-size: 0.7em;
}

.fontWhite {
	color: #fff;
}

.fontRed {
	color: #f00;
}

.fontBlue {
	color: #17a4fd;
}

.fontOrange {
	color: #ffc000;
}

.centering {
	text-align: center;
}