/* body要素 */
body{
  margin-left:auto;
  margin-right:auto;
  background-color:#ffffcc;
  
  text-align:center;
  
  color:black;
}

/* ヘッダー */
#header h1{
  width:800px;
  margin-left:auto;
  margin-right:auto;
}

#header table{

  background-color:white;

  width:850px;
  height:200px;
  
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
  
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  
	border:solid 3px red;
}

#header table th, #header table td{
  height:20px;
}

#header table th{
  width:150px;
  text-align:left;
}

.txtLeft{
  text-align:right;
  font-weight:bold;
  font-size:10pt;
}

.txtEmpha{
  font-size:15pt;
  font-weight:bold;
  color:red;
}

.txtCom{
  padding-top:15px;
  padding-bottom:15px;
  font-size:10pt;
}

/* メイン */
#photoCls{
  height: 415px;
  width:605px;

  padding:5px;
  border:solid 3px black;
  
  margin-left: auto;
  margin-right: auto;
  margin-bottom:10px;
}

.btnCls{

  width:35px;
  height:370px;
  border: 0px;
  border-style: solid;
  border-color:red;

  padding-left:5px;
  padding-right:5px;
  
  margin-top:auto;
  margin-bottom:auto;
  
  float:left;
}

.btnStyCls{
  width:25px;
  height:370px;
}

.mainCls{
  width:515px;
  height:370px;
  float:left;  
}

.clearCls{
	clear:left;
}

#inputTxt{
  text-align:center;
  width:515px;
  margin-left:auto;
  margin-right:auto;
}

/* フッター */
#footer{
  width: 585px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
