/* モールスコンバーター用 */

body {
	width:100%;
	margin:0;
	padding:0;
	color:#666;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", 
		"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", 
		"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 16px;
	background: #e2f4fe url( );
}

table.select {
 margin-left: auto;
 margin-right: auto;
 background-color: #e2f4fe;
 border: 1px #ff0000 solid;
 border-spacing:1px;
}
table.select th:hover {background-color: #ffff99;color: red;}

table.select th {
border: 1px #0000ff solid;
 width: 50px; 
}
 /* センターリング <div class=center> */
.center{margin-left:auto;margin-right:auto;text-align:center}

#container {
	width: 680px;
	margin: 0px auto;
	padding: 5px;
	background: #F8F8FF;
	border: 3px solid #E0DADD ;
}
input[type = "range"] {
    vertical-align: -2px;
    width: 100px;
    cursor: pointer;
}
input[type = "number"]{
	width:40px;
}

#mrs{
	margin: 3px;
//	padding: 5px;
	line-height: 16px;
	font-size: 16px;
	width: 640px;
	height: 64px;
resize :none
}
#txt{
	margin: 5px;
//	padding: 5px;
	line-height: 16px;
	font-size: 16px;
	width: 640px;
	height: 80px;
resize :none
}
.strselect {
  color            : #000000;      /* 文字の色 */
  font-size        : 16px;         /* 文字のサイズ */
}
.strselect::-moz-selection {
  color            : #ffff00;      /* 選択時の文字色 */
  background-color : #ff66ff;      /* 選択時の背景色 */
//  background-color : #0066ff;      /* 選択時の背景色 */
}
.strselect::selection {
  color            : #ffff00;      /* 選択時の文字色 */
  background-color : #ff66ff;      /* 選択時の背景色 */
//  background-color : #0066ff;      /* 選択時の背景色 */
}

