/* 韓国語サイト内全体用デフォルトスタイルシート */
@charset "iso-2022-kr";

/* 文字スタイル */
.text{
	font-size: 12px; 
	line-height: 150%; 
	color: #000000; 
	font-family: Dotum;
	}

.small{
	font-size: 10px; 
	line-height: 150%; 
	color: #000000; 
	font-family: Dotum;
	}

.copy{
	font-size: 10px; 
	line-height: 150%; 
	color: #333333;
	font-family: Arial, Helvetica,sans-serif;
	}

.date {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	font-family: Dotum;
	font-weight: normal;
}


h1{
margin:0; padding: 8px 0px}

h2{
margin:0; padding: 0px 0px}
.textbig {
	font-family: Dotum;
	font-size: 14px;
	font-weight: bold;
}

.navi2visit{
	font-size: 12px;
	padding: 4px 4px;
	color: #666666;
	font-family: Dotum;
}

A:link,{
color:#0033CC; background: none}

A:visited{
color:#003366; background: none}

A:hover,A:active{
color:#0066CC; background: none}

/* 画像配置　*/
.imagebox_r {
      float: right;
	  margin-left: 10px;
	  margin-top: 5px;
      font-size: 100%;
	  text-align:center;
	  line-height: 13pt;
      color: #996600;
   }
   
.imagebox_l {
      float: left;
	  margin-right: 10px;
	  margin-top: 5px;
	  font-size: 100%;
	  text-align:center;
	  line-height: 13pt;
      color: #996600;
   }
   
/* テーブル設定 */
table.table01 {
   border-top: 2px solid #cccccc;
   border-bottom: 2px solid #cccccc;
   border-left: 1px solid white;
   border-right: 1px solid white;
   border-collapse: collapse;
}
table.table01 th, table.table01 td {
   border: 1px solid #cccccc;
   padding: 2px 4px;
   font-size: 12px;
   line-height:18px;
}

