@charset "Shift_JIS";

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

/*背景色の指定*/
#backcolor{
	background-color: #ffffff;
	text-align: center;		/*センタリング(親要素)*/
}

/*作業範囲*/
#box_mainSpace{
	background-color: #ffffff;
	width: 850px;
	font-size: 12pt;
	vertical-align: middle;
	padding: 0;
	margin-left: auto;	/*センタリング(自分)*/
	margin-right: auto;	/*センタリング(自分)*/
	text-align: left;	/*センタリング(自分)*/
}
.clearBoth{
	clear:both;
}

/*見出し　行*/
.textLine_m{
	background-color: #001c58;
	color: #ffffff;
	font-weight: bold;
	width: 850px;
	font-size: xx-large;
	text-align: center;
	margin-left: auto;	/*センタリング(自分)*/
	margin-right: auto;	/*センタリング(自分)*/
}

/*見出し　行*/
.textLine_s{
	background-color: #ffcc33;
	border-radius: 14px;
	color: #0000ff;
	font-weight: bold;
	width: 800px;
	font-size: large;
	text-align: left;
	padding: 5px 5px;
	margin-left: auto;	/*センタリング(自分)*/
	margin-right: auto;	/*センタリング(自分)*/
	margin-bottom: 5px;
}

p{
	padding: 0px 30px;
	font-size: 12pt;
}

/*センタリング*/
.decoCenter{
	text-align: center;		/*センタリング(親要素)*/
}


/*画像*/
.decoImage{
	padding: 0px 0px 0px 0px;
	border: none;
	margin-left: auto;	/*センタリング(自分)*/
	margin-right: auto;	/*センタリング(自分)*/
	text-align: left;	/*センタリング(自分)*/
}

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


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