body{
  margin: 10px;
  padding: 0;
  font: 12px "£Í£Ó £Ð¥´¥·¥Ã¥¯", Arial, sans-serif;
  color: #333333;
  line-height: 1.4em;
  text-align: center;
}

#container{
  margin: auto;
  padding: 0;
  width: 790px;
  height: 100%;
  text-align: left;
}

img{
  border-width: 0px;
}

p{
  margin: 0;
  padding: 0;
  text-indent: 0;
  line-height: 1.5em;
}

.err{
  padding: 10px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2em;
  background-color: #C11E2F;
}

/* Line Height */
.lh10{ line-height: 1.0em; }
.lh15{ line-height: 1.5em; }
.lh20{ line-height: 2.0em; }
.lh25{ line-height: 2.5em; }

/* Font Size */
.size_10{ font-size: 10px; }
.size_12{ font-size: 12px; }
.size_14{ font-size: 14px; }
.size_16{ font-size: 16px; }
.size_18{ font-size: 18px; }
.size_20{ font-size: 20px; }

/* Font Color */
.color_01{ color: #C11E2F; }	/* Red    */
.color_02{ color: #369900; }	/* Green  */
.color_03{ color: #008CCD; }	/* Blue   */
.color_04{ color: #FF6600; }	/* Orange */
.color_05{ color: #000000; }	/* Black  */
.color_06{ color: #FFFFFF; }	/* White  */

/* Font Weight */
.weight_normal{ font-weight: normal; }
.weight_bold  { font-weight: bold; }

/* Background Color */
.backColor_01{
  background-color: #DCEC6F;
}
.backColor_02{
  background-color: #326600;
  color: #FFFFFF;
}
.backColor_03{
  background-color: #00649E;
  color: #FFFFFF;
}
.backColor_04{					/* White  */
  background-color: #FFFFFF;
}
.backColor_05{					/* Red    */
  background-color: #C11E2F;
}

/* Text Align */
.left{
  text-align: left;
}
.right{
  text-align: right;
}
.center{
  text-align: center;
}

/*-------< Header >-------*/
#header{
  margin: 0;
  padding: 0;
  width: 790px;
  height: 40px;
}
#header h1{
  display: none;
}

/*-------< Footer >-------*/
#footer{
  padding: 10px 0 10px 0;
  text-align: center;
  background-color: #EDEDED;
}

/*-------< Text Link >-------*/
a:link{ text-decoration:none; color: #008CCD; }
a:visited{ text-decoration:none; color: #008CCD; }
a:active{ text-decoration:none; color: #008CCD; }
a:hover{ text-decoration:underline; color: #008CCD; }
