@charset "utf-8";
/*
Site Name: 
Description: gloval style
*/

/* universal reset
----------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-weight: 600;
}

ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: ”;
}
abbr, acronym {
	border: 0;
}
span {
	color: #D63E3E;
	font-weight: bold;
}


/* body and base setting
----------------------------------------- */
body {
	padding: 0px;
	margin: 0px;
	font-family: "Verdana";
	color: #333333;
	text-align: center;
	font-size: 88%;
}

/* general style
----------------------------------------- */
p {
}
img {
	vertical-align: center;
}
/* link style
----------------------------------------- */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #004400;
	text-decoration: none;
}
a:active {
	color: #004400;
}
/* layout parts
----------------------------------------- */
.clear {
	clear: both;
}
img.clear_right {
	clear: right;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
img.left {
	float: left;
	clear: both;
	margin-right: 15px;
}
img.center {
	clear: both;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}
img.right {
	float: right;
	clear: both;
	margin-left: 15px;
}

img.top {
	vertical-align: text-top;
}

img.bottom {
	vertical-align: bottom;
}
