@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, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
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: #ff0000;
	font-weight: bold;
}
strong.company{
	font-size: 16px;
}
/* body and base setting
----------------------------------------- */
body {
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #232323;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 88%;
}
/* general style
----------------------------------------- */
p {
	color: #2B0000;
}
img {
	vertical-align: bottom;
}
/* link style
----------------------------------------- */
a:link {
	color: #2B0000;
	text-decoration: underline;
}
a:visited {
	color: #2B0000;
}
a:hover {
	color: #A00202;
	text-decoration: none;
}
a:active {
	color: #A00202;
}
/* layout parts
----------------------------------------- */
.center1{
	margin-left: 200px;
}
.clear {
	clear: both;
}
.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;
}
