@charset "Shift_JIS";

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

/*背景色の指定*/
#backcolor{
	background-color: #eff9f4;
	background-image: url("image/img_back.jpg");
	background-repeat: no-repeat;
	text-align: center;
}

/*作業範囲*/
#box_mainSpace{
	background-color: #fff;
	border-radius: 20px;
	border: 3px solid #007bbb;
	width: 900px;
	font-size: 12pt;
	vertical-align: middle;
	padding: 10px 20px 10px 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


/*見出し　行*/
.textLine{
	background-color: #e73562;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	width: 760px;
	font-size: 18pt;
	vertical-align: middle;
	padding: 5px 5px;
	text-align: center;
	margin-left: auto;	/*センタリング(自分)*/
	margin-right: auto;	/*センタリング(自分)*/
}

/*挨拶*/
.textinfo{
	background-color: #fff;
	width: 780px;
	line-height: 160%;
	font-size: 14pt;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

/*内容*/
.textContents{
	background-color: #fff;
	width: 780px;
	font-size: 13pt;
	text-align: left;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

/*内容*/
.textBorder{
	background-color: #fff;
	border-bottom: 1px dotted #e73562;
	width: 780px;
	font-size: 14pt;
	text-align: left;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

hr{
	border: 2px solid #e73562;
}

/*見出し　左（文字サイズ、強調、文字色）*/
.textLeft{
	background-color: #ffffff;
	color: #e73562;
	font-weight: bold;
	width: 120px;
	font-size: 14pt;
	vertical-align: middle;
	text-align: left;
	float:left;
}

/*内容　右*/
.textRight{
	background-color: #ffffff;
	width: 660px;
	font-size: 13pt;
	vertical-align: middle;
	text-align: left;
	float:right;
}

/*文字*/
.fontPink{
	color: #e73562;
	font-weight: bold;
	font-size: 14pt;
}

.fontOrange{
/*	color: #ea5532;*/
	font-weight: bold;
	font-size: 20pt;
}

.fontGreen{
	color: #65ab31;
	font-weight: bold;
	font-size: 20pt;
}


.clearBoth{
	clear:both;
}

/*内容　ボックス付き*/
.text_deco{
	width: 800px;
	background-color: #ffd700;
	border-radius: 20px;
	color:  #000;
	text-align: left;
	font-size: 11pt;
	padding: 20px 25px 20px 25px;
	text-align: left;
	margin-left: auto;	/*センタリング(自分)*/
	margin-right: auto;	/*センタリング(自分)*/
	border: 5px solid #000;	/*デバック用*/
}

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

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

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


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