
html {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka";
}

body {
	margin: 0 auto;
	padding: 0;
	line-height: 130%;
	min-width: 750px;
	min-height: 300px;
	text-align: center;
	background-color: #78DB5E;
}

A                { color: #FF0000; text-decoration: underline; background: none;}
A:link           { color: #FF0000; text-decoration: underline; background: none;}
A:link:hover     { color: #FF0000; text-decoration: underline; background: none;}
A:link:active    { color: #FF0000; text-decoration: underline; background: none;}
A:visited        { color: #FF0000; text-decoration: underline; background: none;}
A:visited:hover  { color: #FF0000; text-decoration: underline; background: none;}
A:visited:active { color: #FF0000; text-decoration: underline; background: none;}

.floatl {
	float: left;
}
.floatr {
	float: right;
}
.clear {
	clear: both;
}

/* text */

	.text_align_center {
		text-align:center;
	}

	.text_style_en {
		font-family:Arial, Helvetica, sans-serif;
	}

	.text_style_bold {
		font-weight:bold;
	}
	
/* Font */

	.font_size_16 {
		font-size:1.4em;
	}	

	.font_size_14 {
		font-size:1.2em;
	}	

	.font_size_12 {
		font-size:0.8em;
	}
	.font_size_10 {
		font-size:10px;
	}

/* Color */

	.color_gray{
		color:#666666;
	}

	.color_white{
		color:#FFFFFF;
	}

	.color_white_green{
		color:#D8FDCE;
	}
	
	.color_white_blue{
		color:#4573B3;
	}
	
	.color_white_blue2{
		color:#557096;
	}
	
	.color_white_blue3{
		color:#7D9DCA;
	}

	
/* Utils */

	.space_height_10px{
		height: 10px;
	}

	.space_height_15px{
		height:15px;
	}

	.space_height_20px{
		height:20px;
	}