@charset "Shift_JIS";

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

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

/*作業範囲*/
#box_mainSpace{
	background-color: #ffffff;
	width: 900px;
	font-size: 12pt;
	vertical-align: middle;
	padding: 0px 20px 10px 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*見出し　行*/
.textLine{
	background-color: #386593;
	border-radius: 20px;
	color: #ffffff;
	font-weight: bold;
	width: 880px;
	font-size: 18pt;
	vertical-align: middle;
	padding: 5px 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*区切り*/
.sec_line{
	background-color: #8491c3;
	width: 740px;
	height: 2px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

/*内容*/
.textContents{
	background-color: #ffffff;
	width: 800px;
	font-size: 12pt;
	text-align: left;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

.clearBoth{
	clear:both;
}

/*内容　ボックス付き*/
.text_deco{
	width: 800px;
	background-color: #fef263;
	border-radius: 20px;
	color:  #000000;
	font-size: 12pt;
	padding: 20px 30px 20px 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

/*内容　ボックス付き*/
.text_deco2{
	width: 800px;
	background-color: #fef263;
	border-radius: 20px;
	padding: 20px 20px 20px 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
/*	border: 5px solid #000000;*/	/*デバック用*/
}

table{
	background-color: #fef263;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

tr{
	text-align: center;
}

td{
	width: 250px;
	color:  #000000;
	font-size: 12pt;
	text-align: center;
}

.text_bb14{
	color:  #000000;
	font-weight: bold;
	font-size: 14pt;
}

/*画像*/
.titleImage{
	padding: 0px;
	border: none;
}

.decoImage_r{
	padding: 0px 0px 0px 20px;
	border: none;
	float:right;
}

.decoImage_l{
	padding: 0px 5px 0px 5px;
	border: none;
	float:left;
}

.decoImage_no{
	padding: 0px 5px 0px 5px;
	border: none;
}


/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
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
}
