@charset "Shift_JIS";

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

#contentsbox{
	width: 850px;
}

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

/*小見出し（文字サイズ、強調、文字色）*/
#deco_title{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

/*　囲み*/
#box_text{
	background-color: #ffffff;
	width: 700px;
	font-size: 10pt;
	vertical-align: middle;
	border: 2px dotted #FF8C00;
	padding: 10px 20px;
	margin-left: auto;	/*センタリング(自分)*/
	margin-right: auto;	/*センタリング(自分)*/
	text-align: left;	/*センタリング(自分)*/
}

/*　左*/
.text_work1{
/*	border: 5px solid #000000;*/
	border-left: 10px solid #FF8C00;
	background-color: #ffffff;
	color:  #FF8C00;
	font-weight: bold;
	width: 280px;
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
	float:left;
}

/*　右*/
.text_work2{
/*	border: 5px solid #000000;*/
	border-bottom: 1px dotted #FF8C00;
	background-color: #ffffff;
	width: 240px;
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
	float:right;
}

.clearBoth{
	clear:both;
}

.text_deco{
	width: 670px;
	background-color: #FF8C00;
	color:  #ffffff;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px 15px;
}
/*アンダーライン付き*/
.text_deco-line{
	font-weight: normal;
	border-bottom: 1px dotted #999999;
	color:  #333333;
	font-weight: bold;
	font-size: 10pt;
	padding: 0px 0px;
}

.text_box_top{
	width: 670px;
	padding: 5px 15px;
}
.text_box_main{
	width: 540px;
	padding: 5px 15px;
}

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


/*画像（囲み線：無　配置：中央）*/
.imageDeco{
	padding: 0px 0px 20px 0px;
	border: none;
	margin-left: auto;	/*センタリング(自分)*/
	margin-right: auto;	/*センタリング(自分)*/
	text-align: left;	/*センタリング(自分)*/
}

/*　画像の枠線　*/
image#port{
/*  float: right;*/
  margin-top: 10px;
  margin-bottom: 10px;
  padding:  2px;
  border-collapse: separate;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}


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