/*-- ¡Ú¡Ú¡Ú ´ðÁÃ¥»¡¦E¡¦ÀÂ¡Û¡Û¡Û --*/
body * {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0;
	color: #242424;
	text-align: center;
	font: 12px "£Í£Ó £Ð¥´¥·¥Ã¥¯","Osaka","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	line-height: 1.3;
	background: #FFFFFF;
}

table {
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯","Osaka","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-size:12px;
	word-break:break-all;
}

p, br, h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

a:link {
  color: #21478E;
}

a:hover {
    color: #3769C7;
	text-decoration: none;
}

a:visited {
  color: #21478E;
}

ul, li {
  list-style: none;
}

img {
  border: none;
  vertical-align: text-bottom;
}


/*-- ¡Ú¡Ú¡Ú ¥Æ¥­¥¹¥È´Ø·¸¥»¡¦E¡¦ÀÂ¡Û¡Û¡Û --*/
.txt11 {
  font-size: 11px;
  line-height: 1.3;
}
.txt12 {
  font-size: 12px;
  color: #414141;
  line-height: 1.3;
}
.txt16 {
  font-size: 16px;
  line-height: 1.3;
}

.notice {
  color: #FF0000;
  font-weight: bold;  
}
.smallnotice {
	color: #FF0000;
	font-size: 11px;
	line-height: 1.6;
}

.whitebold {
  color: #FFFFFF;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.top {
	vertical-align:bottom;
}
.middle {
	vertical-align:middle;
}
.bottom {
	vertical-align:bottom;
}


/*-- ¡Ú¡Ú¡Ú ¥Þ¡¼¥¸¥ó¡¢¥Ñ¥Ç¥£¥ó¥°À©¸æ´Ø·¸¥»¡¦E¡¦ÀÂ¡Û¡Û¡Û --*/
.mg-5 {
  margin: 5px;
}
.mg-10 {
  margin: 10px;
}
.mg-20 {
  margin: 20px;
}
.mg-150 {
  margin: 150px;
}
.mg-200 {
  margin: 200px;
}

.mg-t1 {
  margin-top: 1px;
}
.mg-t5 {
  margin-top: 5px;
}
.mg-t10 {
  margin-top: 10px;
}
.mg-t20 {
  margin-top: 20px;
}
.mg-t50 {
  margin-top: 50px;
}

.mg-b5 {
  margin-bottom: 5px;
}
.mg-b10 {
  margin-bottom: 10px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-l5 {
  margin-left: 5px;
}
.mg-l10 {
  margin-left: 10px;
}
.mg-l20 {
  margin-left: 20px;
}

.mg-r5 {
  margin-right: 5px;
}
.mg-r10 {
  margin-right: 10px;
}
.mg-r20 {
  margin-right: 20px;
}

.pd-5 {
  padding: 5px;
}
.pd-10 {
  padding: 10px;
}
.pd-20 {
  padding: 20px;
}
.pd-150 {
  padding: 150px;
}

.pd-t5 {
  padding-top: 5px;
}
.pd-t10 {
  padding-top: 10px;
}
.pd-t20 {
  padding-top: 20px;
}

.pd-b5 {
  padding-bottom: 5px;
}
.pd-b10 {
  padding-bottom: 10px;
}
.pd-b20 {
  padding-bottom: 20px;
}

.white_color{
color:#FFFFFF;

}

/*-- ¡Ú¡Ú¡Ú float´Ø·¸¥»¡¦E¡¦ÀÂ¡Û¡Û¡Û --*/
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}

.clear br{
display:none;
}

.footer_top br, .content_box_ft br, .top br, .bottom br, .clear br, .clear hr {
  display: none;
}


/*-- ¡Ú¡Ú¡Ú IE6¤Ç¤âÆ©ÌÀGIF¤¬»È¤¨¡¦E»¥¡¦¡¦ÀÂ(¢¨Java¤ÈÊ»ÍÑ) ¡Û¡Û¡Û --*/
.iepngfix {
		behavior: expression(IEPNGFIX.fix(this));
}
