@charset "UTF-8";

/* DEFAULT---------------------------------------------------------------------------- */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
strong {
	font-weight: bold;
}
p{
	margin: 0px 0px 1em;
}

/* LINK---------------------------------------------------------------------------- */

a:link{
	color: #006DB9;
	text-decoration: none;
}
a:visited{
	color: #006DB9;
	text-decoration: none;
}
a:active{
	color:#3399FF;
	text-decoration: underline;
}
a:hover {
	color:#3399FF;
	text-decoration: underline;
}

/* FONT---------------------------------------------------------------------------- */

.hoyablue {
	color: #006DB9;
	font-weight: bold;
}
.blue {
color: #3399FF;
}
.red {
color: #FF0000;
}
.orange {
color: #FF6633;
}
.green {
color: #42A137;
font-weight: bold;
}
.gray {
color: #999999;
}
.font_weight{
font-weight: bold;
}
.font_size10{
font-size:10px;
}
.font_size11{
font-size:11px;
}
.font_size12{
font-size:12px;
}
.font_size13{
font-size:13px;
}
.font_size14{
	font-size:14px;
	line-height: 24px;
}
.font_size15{
font-size:15px;
}
.font_size16{
font-size:16px;
}
.font_size17{
font-size:17px;
}
.font_size18{
	font-size:18px;
	font-weight: bold;
	line-height: 26px;
	color: #006CB9;
}
/* BODY---------------------------------------------------------------------------- */

body {
	text-align: center;
	color: #444444;
	font: 14px sans-serif;
	background-color: #FFFFFF;
}

#wrapper {
	background: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 200px;
	line-height: 20px;
}
