/* 共通スタイル設定 */


BODY {
  background-color : #cccccc;
  margin : 0;
  text-align : center;
}


#body_box {
  width : 800px;
  margin: 0 auto;
  font-size : 13px;
  background-color : #ffffff;
  color : #000000;
}


/* Header box */
#header_box{
  font-size : 13px;
  font-weight : normal;
  line-height : 1.5em;
  color : #000000;
  background-color : #ffffaa;
  text-align : left;
}

/* Footer box */
#footer_box{
  font-size : 13px;
  font-weight : normal;
  line-height : 1.5em;
  color : #000000;
  background-color : #ffffaa;
  text-align : left;
}


/* タイトル設定 */
#tittle_box{
  font-size : 13px;
  font-weight : bold;
  line-height : 1.3em;
  color : #000000;
  background-color : #c0c0c0;
  text-align : left;
  padding : 3px;
}

#sub_tittle{
  color : #000099;
  background-color : #b9b9ff;
  text-align : left;
  padding : 3px;
}


/* Form box */
#form_box{
  margin: 0 auto; 
  font-size : 13px;
  line-height : 1.3em;
  color : #000000;
  background-color : #ffffff;
  text-align : center;
  line-height:150%;
}


/* 項目設定 */
#item_box{
  color : #585858;
  line-height:150%;
  font-size : 13px;
}

.item_tittle{
  text-align : left;
  line-height:150%;
  font-size : 13px;
}


.item_tr {
  border : 1px solid #666666;
}

.item_attr_label{
  color : #000000;
  text-align : left;
  width : 200px;
  font-size : 13px;
  line-height:150%;
}

.item_attr_form {
  background-color : #ffffff;
  font-size : 13px;
  line-height:150%;
  text-align : left;
}



/* 結果画面メッセージ設定 */
#main_box{
  margin: 0 auto; 
  font-size : 13px;
  font-weight : normal;
  line-height : 150%;
  color : #000000;
  background-color : #dddddd;
  text-align : left;
  border : 1px solid #666666;
}

#thank_message_box{
  margin: 0 auto; 
  font-size : 13px;
  font-weight : normal;
  line-height : 150%;
  color : #000000;
  background-color : #dddddd;
  text-align : left;
  border : 1px solid #666666;
}

/* エラーメッセージ設定 */
#message_box{
  font-size : 13px;
  font-weight : normal;
  line-height : 1.3em;
  color : #990000;
  background-color : #ffcccc;
  text-align : left;
  padding : 3px;
  margin : 1em;
  border : 1px dotted #cc0000;
}

/* 必須コメント */
#req_text{
  font-weight : bold;
  color : #990000;
  text-align : right;
  padding : 3px;
}


/* ボタン */

.regist_btm{
  text-align : center;
}

#close_btm{
  margin : 1em;
  text-align : center;
}

.close_btm{
  text-align : center;
}

/* コピーライト */
#copy_right{
  font-size : 12px;
  font-weight : normal;
  line-height : 1.5em;
  color : #333333;
  background-color : #ffffff;
  text-align : center;
  border-top : 1px solid #333333;
}

#copy_right a{
  font-size : 12px;
  line-height : 1.5em;
}


/***** システムエラーメッセージ *****/
.err_box{
  width : 600px;
  margin: 0 auto;
  border : 3px double #666666;
  background-color : #eeeeee;
}

.err_tittle{
  font-size : 14px;
  font-weight : bold;
  color : #ffffff;
  background-color : #660000;
  text-align : center;
  line-height : 1.5em;
}

.err_mess{
  padding-top : 15px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 0;
  font-size : 13px;
  font-weight : normal;
}

.back_link{
  text-align : center;
  margin: 0;
  padding-bottom : 5px;
}


