@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 {
	padding: 0px;
	margin: 0px;
	font-family: "Hiragino Kaku Gothic Pro",'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	_font-family: verdana, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	color: #232323;
	text-align: center;
	/*background-image: url(../img/body_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;*/
	font-size: 88%;
	letter-spacing: 0.05em;
}

/* general style
----------------------------------------- */
html{  
	overflow-y: scroll;
	overflow-x: auto;
}
p {
}
img {
	vertical-align: bottom;
}
strong{
	font-weight: bold;
}
/* link style
----------------------------------------- */
a:link {
	color: #187274;
	text-decoration: underline;
}
a:visited {
	color: #187274;
}
a:hover {
	color: #009954;
	text-decoration: none;
}
a:active {
	color: #009954;
}
/* 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;
}
img.center {
	clear: both;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}
img.right {
	float: right;
	clear: both;
	margin-left: 15px;
}