@charset "Shift_JIS";

/*　文字色：#667755　*/
body{
	color: #667755;
}

/*　背景：白　文字位置：左　配置：上揃え　文字サイズ：20px　*/
.work_main{
  width: 450px;
  padding: 5px;
  line-height: 1.4em;
  vertical-align: top;
  text-align: left;
  font-size: 20px;
}

/*　下線：点線　色：薄灰色　*/
.underline{
  display:inline;
  border-bottom: 1px dotted #cccccc;
}

/*　横幅：200px　背景：白　文字色：緑　文字位置：左　配置：中央　*/
td.wak2{
	width:200px;
	background-color:#ffffff;
	color: #09aa04;
	text-align: left;
	vertical-align: middle;
}

/*　背景：薄桃　*/
td.wak3{
	background-color:#ffbbbd
;
}

td.contentsbox2{
	padding: 0px 20px 0px 20px;
	font-size: 20px;
}

img#emoto{
  margin: 10px;
  float: 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;
}

.honbunL{font-size:10pt;line-height:150%}
