@charset "Shift_JIS";

/***************■全体構造*********************/

/*背景色の指定*/
#backcolor{
	background-color: #eaf4fc;
	text-align: center;
}

/*タイトル*/
#imgTitle{
	padding: 0px;
	border: none;
	margin-left: auto;
	margin-right: auto;
}

/*　囲み*/
#box_mainSpace{
	background-color: #fff;
	width: 860px;
	font-size: 10pt;
	vertical-align: middle;
	border: 2px dotted #007bbb;
	padding: 30px 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*見出し　左（文字サイズ、強調、文字色）*/
.textLeft{
	border-left: 10px solid #94001b;
	color: #94001b;
	font-weight: bold;
	width: 120px;
	font-size: 14pt;
	text-align: left;
	vertical-align: middle;
	padding: 6px 0px 0px 0px;
	float:left;
}

/*内容　右*/
.textRight{
	border-top: 1px dotted #b7282e;
	width: 700px;
	font-size: 12pt;
	text-align: left;
	vertical-align: middle;
	padding: 6px 0px 0px 0px;
	float:right;
}

.clearBoth{
	clear:both;
}

/*申し込み先　（float無）*/
.text_deco{
	width: 800px;
	border-radius: 10px;
	background-color: #00ffd0;
	color:  #595857;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	padding: 5px 15px;
/*	border: 5px solid #000000;*/	/*デバック用*/
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#0000ff
}
a:visited{
	text-decoration:none;
	color:#0000ff
}
a:hover{
	text-decoration:none;
	color:#ff6600
}
a:active{
	text-decoration:none;
	color:#ccccff
}
