/* 共通設定 */ 
BODY{
  background-color : #666666;
  color : white;
  font-size: 14px;
  text-align : center;
  margin : 0px;
  padding : 0px;
  border-width : 0px;
}

A{
}

A:link{
  color : white;
  font-weight : bold;
}
A:visited{
  color : white;
  font-weight : bold;
}
A:active{
  color : white;
  font-weight : bold;
}

TABLE{
  border-collapse: collapse;  
  width : 100%;
}

TD{
  border-width: 0px;
  font-size : 14px;
}

IMG{
  border-width : 0px;
  vertical-align : middle;
}

HR{
  margin : 15px 0px 15px 0px;
}

FORM{
  margin : 0px;
  padding : 0px;
}

IMG.load{
  display : none;
}

TD.blank{
}

TD.container{
  width : 600px;
}

#icon{
  height : 14px;
}

#rsv{
  font-size : 12px;
  text-align : center;
}

/* 画面タイトル部分 */
#title{
  font-size : 24px;
  text-align : center;
  vertical-align : top;
  color : white;
  padding : 15px 0px 0px 0px;
}
IMG.title{
  width : 15px;
  height : 1px;
}

#switch{
  text-align : right;
  width : 100%;
}


/* 一般的な指定 */
#half-left{
  width : 50%;
  text-align : left;
}

#half-right{
  width : 50%;
  text-align : right;
}


/* 丸角の表示 */
#cnr-ul{
  background-color : white;
  background-image : url(../img/corner_ul.gif);
  background-repeat : no-repeat;
  background-position : left top;
  height : 15px;
  width : 15px;
}
#cnr-ur{
  background-color : white;
  background-image : url(../img/corner_ur.gif);
  background-repeat : no-repeat;
  background-position : right top;
  height : 15px;
  width : 15px;
}
#cnr-dl{
  background-color : white;
  background-image : url(../img/corner_dl.gif);
  background-repeat : no-repeat;
  background-position : left bottom;
  height : 15px;
  width : 15px;
}
#cnr-dr{
  background-color : white;
  background-image : url(../img/corner_dr.gif);
  background-repeat : no-repeat;
  background-position : right bottom;
  height : 15px;
  width : 15px;
}


/* 言語切替ボタン */
A.lang_ja, A.lang_en{
  float : right;
  background-repeat : no-repeat;
  width : 200px;
  height : 25px;
}
IMG.lang{
  width : 200px;
  height : 25px;
}

A.lang_ja:link, A.lang_ja:visited, A.lang_ja:active{
  background-image : url(../img/ja/switch.gif);
}

A.lang_ja:hover{
  background-image : url(../img/ja/switch_p.gif);
}

A.lang_en:link, A.lang_en:visited, A.lang_en:active{
  background-image : url(../img/en/switch.gif);
}

A.lang_en:hover{
  background-image : url(../img/en/switch_p.gif);
}
