@charset "utf-8";

/* --------------------
 DEFAULT
-------------------- */

* {
	margin: 0;
	padding: 0;
}
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }
.text27 { font-size:204%; }
.text28 { font-size:214%; }
.text29 { font-size:220%; }
.text30 { font-size:230%; }

.indent1 {  display:block; padding-left:1em; }
.indent2 { display:block; padding-left:2em; }

.mincho {
	font-family:
		'ヒラギノ明朝 Pro W6',
		'Hiragino Mincho Pro',
		'HGS明朝E',
		'ＭＳ Ｐ明朝',
		serif;
}




/* color */
.blue{color:#2a64f6;}
.red {color: #CC0000;}
.green {color: #579961;}
.pink {color: #fa3c3c;}
.purple {color: #96F;}


/* BODY */

body {
	margin: 0;
	color: #666;
	font-size: 100%;
	font-family:
		Verdana,
		'ヒラギノ角ゴ ProN W3',
		'Hiragino Kaku Gothic ProN',
		Helvetica,
		'ＭＳ Ｐゴシック',
		sans-serif;
		text-align: center;
}

/* HEADLINE */
h1,h2,h3,h4,h5,h6 {
	font-family:
		Verdana,
		'ヒラギノ角ゴ ProN W3',
		'Hiragino Kaku Gothic ProN',
		'メイリオ',
		Meiryo,
		Helvetica,
		'ＭＳ Ｐゴシック',
		sans-serif;
	margin: 0;
}
:root *> h1,h2,h3,h4,h5,h6 {
	line-height: 1.5;
}
/* P */
p {
	line-height: 1.5;
}
/* LIST */
ol,ul,li {
	line-height: 1.5;
	list-style-type: none;
}
/* IMG */
img {
	border: 0;
	vertical-align: bottom;
}
/* TABLE */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border:0px;
}

/* A */
a:link {
	color: #000099;
	outline: none;
	overflow: hidden;
	text-decoration: underline;
}

a:hover {
	color:#f08300;
	text-decoration: underline;
 }
 
/*STRONG*/
strong {
	font-weight: bold;
}

/* clear */
.clear {
	 clear:both; 
}  
