@charset "utf-8";
/* CSS Document */

/* -- CLASS -- */
.center {
	position					:	relative;
	margin					:	0 auto;
}
.right {
	text-align				:	right;
}


/* -- LAYOUT -- */
* {
	margin					:	0;
	padding					:	0;
}
body {
	position					:	absolute;
	width					:	100%;
	height					:	100%;
}
iframe {
	margin:0;
	padding:0;
}
h1 {
	margin-bottom		:	2px;
}
h2 {
	margin-bottom		:	2px;
}
hr {
	margin-bottom		:	10px;
}


/* -- SKIN -- */
* {
	font-family			:	"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size				:	12px;
	line-height				:	1.5em;
	text-align				:	justify;
	word-wrap				:	break-word;
	word-break			:	break-all;
}

h1,
h2,
p ,
td,
dl{
	color						:	#FEFEFE;
}
h1,
h2,
dt {
	color						:	#CCFF00;
}
h1 {
	font-size				:	20px;
}
h2 {
	font-size				:	15px;
}
/*
hr {
	border					:	solid 2px #CCFF00;

}
*/
hr {
	border:dotted	1px #FFFFFF;
}
address {
	color								:	#FFFFFF;
	font-size						:	12px;
	font-style						:	normal;
	font-family					:	Arial, Helvetica, sans-serif;
}

ul{
	list-style:circle;
}

.clear{
	clear: both;
}

.mt10{
	margin-top: 10px;
}
