@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;
}
html{  
	overflow-y: scroll;
	overflow-x: auto;
}
strong{
	font-weight: bold;
}

/* 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: #333333;
	text-align: center;
	background-image: url(../img/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 88%;
	letter-spacing: 0.05em;
}

body#contents{

	background-image: url(../img/contents-bg.jpg);

}



/* general style

----------------------------------------- */

html{  

	overflow-y: scroll;

	overflow-x: auto;

}

p {

}

img {

	vertical-align: bottom;

}

strong{
	font-weight: bold;
	font-size: 120%;
}

/* link style

----------------------------------------- */

a:link {

	color: #999900;

	text-decoration: underline;

}

a:visited {

	color: #999900;

}

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

a:active {

	color: #999900;

}

/* 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;
	overflow: hidden;
	margin-bottom: 15px;
}

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

img.right {

	float: right;

	clear: both;

	margin-left: 15px;
	overflow: hidden;
	margin-bottom: 15px;

}


a.link01{
	background-image: url(../img/list01.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;	
}

a:hover.link01{
	background-image: url(../img/list02.png);
}

