﻿@charset "utf-8";

* { margin:0; padding:0; font-family:"ＭＳ Ｐゴシック", Osaka; color:#202020; }

/* ▼IEの領域(body)からはみ出す要素がないのに横スクロールバーが出た時のバグ対策*/
body { overflow:hidden; width:100%; }
html { overflow:auto; }
img { border:none; }


#page {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 806px;
	height: 100%;
	font-size: 90%;
	margin-bottom: 50px;
}

body {
	-webkit-text-size-adjust: 100%;
	background:#FFFFFF;
	color:#696969;
	text-align:center;
	line-height:1.5em;
	margin:0 auto;
}
a:link, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	border-top:1px solid #696969;
	border-bottom:1px solid #696969;
}

#t_base {
	margin: 30px 30px;
	text-align: left;
	line-height: 35px;
}

#title {
	line-height: 130px;
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	margin: 100px auto;
	padding-left: 15px;
	font-weight: bold;
}

#last {
	text-align: right;
	margin-top: 400px;
	padding-top: 30px;
	border-top: solid 1px;
}
#last a:link { text-decoration:underline; }
#last a:hover { border:none; }

.t { font-size: 30px; }
.b { font-size: 20px; }
.s { font-size: 12px; }

.bb { font-weight: bold; }

hr {
	border-top:1px solid #696969;
	margin: 100px auto;
}
hr.ht {
	border: none;
	margin: 0 auto;
	height: 29px;
	width: 200px;
	background-image: url("../ko/v.gif");
}
div.att {
	font-size: 12px;
	color: #595959;
	margin-bottom: 800px;
	line-height:22px;
}
#last .att { margin-bottom: 50px; }

div.att a:link { text-decoration:underline; }
div.att a:hover { border:none; }