@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	color: #333;
}

p {
	line-height:140%;
}

li {
	list-style:none;
	line-height: 100%;
}

table {
	border-collapse:collapse;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #33C;
}

a:visited {
	color: #33C;
}

.clrflt {
	clear: both;
}
.btm_10 {
	margin-bottom: 10px;
}
.btm_15 {
	margin-bottom: 15px;
}
.btm_20 {
	margin-bottom: 20px;
}
.btm_30 {
	margin-bottom: 30px;
}
.Fnt200 {
	font-size: 200%;
}
.Fnt100 {
	font-size: 100%;
}
.FntRed {
	color: #FF0000;
}

.FntBold {
	font-weight: bold;
}
.BgcRed {
	background-color: #FFCCCC;
}
.LinHgt_100 {
	line-height: 100%;
}



.TblWidth_500 {
	width: 500px;
}
.TblWidth_600 {
	width: 600px;
}
.TdAlnCenter td {
	text-align: center;
}
.TdBdr999999 td {
	padding: 5px;
	border: 1px solid #999999;
}
