<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

/* body and base setting
----------------------------------------- */
body{
	margin: 0;
	padding:0;
	font-family: verdana, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	color: #333333;
	background-color:#FFFFFF;
	text-align: center;
	font-size: 85%;
}
body#home{
	background-image: url(../img/home_body_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;	
}
body#contents{
	background-image: url(../img/contents_body_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;	
}

/* general style
----------------------------------------- */
h1, h2, h3, h4, h5, h6, div,  pre, ul, ol, dl, dt, dd, address, form, blockquote{
	padding: 0;
	margin: 0;
	text-align: left;
}

p{
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

table{
	margin: 0;
	empty-cells: show;
}

img{
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: bottom;
}

ul li{
	list-style: none;
}

form label{
	cursor : pointer;
}

select option{
	padding : 0 5px;
}

/* link style
----------------------------------------- */
a:link{
	color: #333333;
	text-decoration: underline;
}

a:visited,
a:active{
	color: #333333;
}

a:hover{
	color: #333333;
	text-decoration: none;
}



/* layout parts
----------------------------------------- */
.clear{
	clear: both;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

img.left{
	float: left;
	clear: both;
	margin-right: 15px;
	margin-bottom: 20px;
}

img.center{
	clear: both;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}

img.right{
	float: right;
	clear: both;
	margin-left: 15px;
	margin-bottom: 20px;
}</pre></body></html>