@charset "shift_jis";

/* 本文 */
body {
	font-size: 85%;
	background: #fff;
	color: #000;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
}

/* テーブル */
table.form {
	border: 1px solid #7777bb;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #7777bb;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #cccce6;
}
table.form td {
	background: #f0f0f0;
}

/* タイトル装飾 */
strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

/* メッセージ */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* 戻りボタン */
form.back {
	margin-top: 2em;
}
/*グレイの箱(550px)
============================================== */
.grayibox {
	width: 550px;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-right: 4px;
	margin-bottom: 20px;
	border: 2px solid #dcdcdc;
	border-radius: 4px;
	padding: 10px;
}
.grayibox h3 {
	color: #808080;
	background-color: #FFFFCC;
	padding: 3px 10px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: left;
}
.grayibox h4 {
	color: #000000;
	background-color: #E0FFFF;
	padding: 3px 10px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: left;
}
/* 文字色の設定(htmlでは<span class=""></span>)
=============================================== */
.pred {
	color: #FF0000;
}
.ppink {
	color: #FF1493;
}
.porange {
	color: #FF6600;
}
.pcha {
	color: #663333;
}
.pblue {
	color: #0099FF;
}
.pbblue {
	color: #0000FF;
}
.pgreen {
	color: #009933;
}
.pwhite {
	color: #FFFFFF;
}
.pwyel {
	color: #fffff0;
}
/* 文字装飾の設定(htmlでは<span class=""></span>)
=============================================== */
.bblue {
	background-color: #E6FFFF;
}
.byellow {
	background-color: #FFFFCC;
}
.bsyel {
	background-color: #FFFF00;
}
.bsgreen {
	background-color: #98FB98;
}
.bsorange {
	background-color: #f4a460;
}
.bspink{
	background-color: #FF3399;
}
.strong {
	font-weight: bold;
}
.strongb {
	font-size: 120%;
	font-weight: bold;
}
.strongbb {
	font-size: 150%;
	font-weight: bolder;
}
.strongbp {
	font-size: 120%;
	font-weight: bold;
	text-indent: 700px;
}
.strongbbp {
	font-size: 150%;
	line-height: 210%;
	font-weight: bolder;
	text-indent: 20px;
}
.strongbbb {
	font-size: 180%;
	font-weight: bolder;
}
.strike01 {
	text-decoration: line-through;
}
.strike02 {
	text-decoration: underline;
}