@charset "utf-8";
* {
	font-family:
		 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
		 "メイリオ","Meiryo",
		 Osaka,
		 "ＭＳ Ｐゴシック", "MS P Gothic",
		 san-serif;
}

/*  IE7  用*/
*:first-child+html * {
	font-family:
		 "メイリオ","Meiryo",
		 "ＭＳ Ｐゴシック", "MS P Gothic",
		 san-serif;
}

/*  IE6  用*/
*html * {
	font-family:
		 "ＭＳ Ｐゴシック", "MS P Gothic",
		 san-serif;
}
body {
	font: 13px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
p {
	line-height: 1.8;
}

dl {
	line-height: 1.8;
}
.aligncenter {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}
hr {
	clear: both;
	border-style: none;
}




.bold {
	font-weight: bold;
}

.red {
	color: #FF3300;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
