@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff url(../images/top_bg.jpg) repeat-x left top;
	font-size: 14px;
	font-family:
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		Meiryo,
		"メイリオ",
		Osaka,
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"Hiragino Kaku Gothic Pro W3",
		sans-serif;
}

#top {
	margin: 0px;
	padding: 0px;
	background: url(../images/bloblo_footer_bg.jpg) repeat-x left bottom;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}

/* link */
a:link {
	color: #0033cc;
	text-decoration: underline;
}
a:visited {
	color: #0033cc;
	text-decoration: underline;
}
a:hover {
	color: #ff0066;
	text-decoration: none;
}
a:active {
	color: #0033cc;
	text-decoration: underline;
}

textarea {
	font-size: 86%;
}

.red {
	color: #FF0000!important;
 }
