@charset "shift_jis";
body {
	font-family: "ＭＳ Ｐゴシック";
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
          color: #FF3300;
          text-decoration: underline}
a:active {
          color:#FF3399;
          text-decoration: underline}
a:hover {
	color: #FF6633;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
/* テーブル
/*--------------------------------------------- */
.table-plain{
	border: none;
	font-size: small;
	line-height: 1.2em;
}
.table-plain th,.table-plain td {
	border: none;
}
.table-left{}
.table-center{
	text-align: center;
}
.table-right{}

/* カラー
/*--------------------------------------------- */

.red {
	color: #FF3333;
	font-weight: bold;
}
.blue {
	font-weight: bold;
	color: #333399;
}
.green {
	color: #669900;
	font-weight: bold;
}
.orange {
	color: #FF6600;
	font-weight: bold;
}
.purple {
	color: #993366;
	font-weight: bold;
}
.gray {
	color: #999999;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}
blockquote {
	margin-bottom: 0px;
}
.emphasis{
	background-color: #CCCCCC;
	border: dashed #333333 1px;
	padding: 5px;
}
/* イメージ
/*--------------------------------------------- */
.img-left{
	float: left;
	margin: 0px 10px 0px 0px;
}
.img-right{
	float: right;
}
.img-middle{
	vertical-align: middle;
}

