@charset "utf-8";

/********************************************/
/*					basic					*/
/********************************************/
html * {
	margin:0;
	padding:0;
	letter-spacing:0.065em;
	line-height:1.6em;
	font-family: Verdana,"ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro","ＭＳ Pゴシック",Osaka,sans-serif;
}

html{
	width:100%;
	height:100%;
	overflow-y:scroll;
}

body{
	font-size: 78%;
	color:#666666;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#EFECE7;
}

a:link {
  color:#b5a201;
  text-decoration:none;
}

a:visited {
  border-bottom:0px solid #999999;
  color:#9c8b00;
  text-decoration:none;
}

a:hover,
a:active {
  border-bottom:1px solid #9c8b00;
  color:#9c8b00;
  text-decoration:non;
}

h1,h2,h3,h4{
	margin:0 0 20px 0;
	padding:0;
	line-height:1em;
	line-height:1.4em;
	font-size:100%;
}

img {
	border: 0px;
}

p{
	margin:0 0 20px 0;
}

ul{
	margin:0 0 20px 0;
	list-style:none;
}

form,input,textarea,table{
	font-size: 100%;
	line-height:1.2em;
	color:#666666;
}



/********************************************/
/*				position					*/
/********************************************/
#wrapper{
	position:relative;
	width:900px;
	margin:0 auto;
}

#header{
	position:relative;
	display:block;
	text-align:left;
	width:900px;
	height:145px;
}

#main:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear: both;
}

#main{
	position:relative;
	text-align:left;
	display:inline-block;
	margin:0;
	width:900px;
}

	#sub{
		position:relative;
		width:250px;
		float:left;
		font-size:80%;
	}
	
	#contents{
		position:relative;
		width:600px;
		float:left;
	}

#footer{
	position:relative;
	text-align:left;
	height:50px;
}



/********************************************/
/*				 header						*/
/********************************************/
#top{
	position:absolute;
}

#header h1{
	position:absolute;
	width:227px;
	height:24px;
	display:block;
	margin:0;
	overflow:hidden;
	background:url(/img/logo.gif) no-repeat 0 0;
	top:49px;
	overflow:hidden;
}

#header h1 a{
	width:227px;
	height:24px;
	display:block;
	cursor:pointer;
}

ul#globalMenu{
	position:absolute;
	top:52px;
	right:0px;
}
#globalMenu li{
	display:inline;
	margin:0 11px 0 0;
}



/********************************************/
/*				 main						*/
/********************************************/
#sub h2{
	margin:0 0 80px 90px;
}




/********************************************/
/*				 footer						*/
/********************************************/
p#gotoTop{
	position:absolute;
	text-align:right;
	margin:0;
	top:19px;
	right:0;
}

p#copy{
	position:relative;
	margin:0;
	position:absolute;
	top:12px;
	left:0;
}




/********************************************/
/*				 common						*/
/********************************************/
.non a:link,
.non a:visited,
.non a:hover,
.non a:active,
a:link.non,
a:visited.non,
a:hover.non,
a:active.non {
	border-bottom:0px solid #000066;
	text-decoration:none;
}

img.r {
	float: right;
	border: none;
	margin:0 0 25px 10px;
	vertical-align:top;
}

img.l {
	float: left;
	margin:0 10px 25px 0;
	vertical-align:top;
}

img.c {
	float: none;
	margin:0 auto;
	vertical-align:top;
	text-align:center;
	display:block;
}

.cl{
	float:none;
	height:0;
	overflow:hidden;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

span{
	position:relative;
	display:block;
	padding:100px 0 0 0;
	overflow:hidden;
}

#topImg span{
	padding:0;
}


span.accent{
	position:relative;
	display:inline;
	padding:0;
	color:#fe8a8a;
	font-size:82%;
}
span.notice{
	display:inline;
	position:relative;
	padding:0;
}

.notice{
	color:#fe8a8a;
}

#notice{
	color:#fe8a8a;
	margin:40px 0 80px 0;
}
#notice ul{
	margin:0 0 0 18px;
	list-style-type:disc;
}

div#access{
	display:none;
}



/*------- pageLink ------*/
ul#pageLink{
	margin:40px 0 0 0;
	font-size:80%;
}

#pageLink li{
	display:block;
	width:15px;
	height:15px;
	line-height:15px;
	text-align:center;
	margin:0 10px 5px 0;
	border:1px solid #cccccc;
	font-family: Arial, Helvetica;
	color: #ffffff;
	background-color:#d8cf84;
	float:left;
	letter-spacing:0em;
}

#pageLink li strong,
#pageLink li a{
	display:block;
	width:15px;
	height:15px;
	line-height:15px;
	text-align:center;
}

#pageLink li a:link,
#pageLink li a:visited,
#pageLink li a:active
{
	color: #777777;
	background-color: #eeeeee;
	text-decoration:none;
}

#pageLink li a:hover
{
	color: #ffffff;
	background-color: #d8cf84;
	text-decoration:none;
}
