@charset "euc-jp";

/*
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;
}

fieldset,img{
	border: 0;
}

ol,ul{
	list-style: none;
}

address{
	font-style: normal;
}

th{
	text-align: left;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
 

/* body and base setting
----------------------------------------- */
body{
	padding: 0px;
	margin: 0px;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", Osaka;
	color: #FFF;
	text-align: center;
/*	font-size: 78%;*/
	font-size: 82%;
	background: #000 url(../images/body_bg.jpg) repeat-y 50% 100%;
	height: 100%;
}

html{
	height: 100%;	
}

/* general style
----------------------------------------- */


p{

}

td{

}

img{
	vertical-align: bottom;
}

select,input{
  font-size: 100%;
}

br{
	line-height: 0;
}

/* link style
----------------------------------------- */
a:link{
	color: #D09559;
	text-decoration: underline;
}


a:visited{
	color: #D09559;
}


a:hover{
	color: #FC0;
	text-decoration: none;
}


a:active{
	color: #FC0;
}

a:focus{
	outline:none;
}

/* layout parts
----------------------------------------- */
.clearBoth,
.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;
}
