@charset "utf-8";

/*
Site Name: 
Description: gloval style
*/

/* universal reset
----------------------------------------- */
*{
	padding: 0;
	margin: 0;
}

#content div{
	zoom: 1;
}

#content div:after{
	clear: both;
	height: 0px;
	visibility: hidden;
	display: block;
	content: ".";
}

/* body and base setting
----------------------------------------- */
body{
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #232323;
	text-align: center;
	background-color: #FEFF99;
	background-position: center top;
	background-repeat: repeat-x;
}

body#home{
	background-image: url(../img/body-bg.jpg);
}

body#contents{
	background-image: url(../img/body-bg-contents.jpg);
}

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

p{
	line-height: 1.4em;
}

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

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

li{
	list-style: none;
}

form label{
	cursor : pointer;
}

select option{
	padding : 0 5px;
}

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

a:visited{
	color: #993399;
}

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

a:active{
	color: #0099FF;
}

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

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

img.left{
	float: left;
	margin-right: 15px;
}

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

img.right{
	float: right;
	margin-left: 15px;
}
