@charset "shift_jis";
/*-------------------------------------------------------------
	header
-------------------------------------------------------------*/




/*-------------------------------------------------------------
	content
-------------------------------------------------------------*/
#skip{
	display: none;
	}

#text{
	width: 600px;
	padding: 0 100px;
	text-align: left;
}

#page{
	width: 800px;
	padding: 0;
	text-align: center;
}

#text h2{
	font-size: 16pt;
	line-height: 200%;
	font-weight: 600;
}

#text h3{
	font-size: 18pt;
	line-height: 150%;
	font-weight: 600;
	color: #f00;
}

#text dl{
	list-style: none;
	margin: 0;
	padding: 0;
}

#text dt{
	margin: 5px 0;
	padding: 0;
	font-size: 11pt;
	font-weight: bolder;
}

#text dd{
	margin: 15px 0;
	padding: 0 30px 10px 32px;
	text-align: right;
}



#linkneko a{
	display: block;
	width: 600px;
	height: 30px;
	background: url(../images/link.gif) no-repeat 0 0;
}

#linkneko a span{
	display: none;
}

#linkneko a:hover{
	background-position: 0 -30px;
}






/*---------- fonts ----------*/
.red {
	color: #ff0000;
}


.orange {
	color: #ff9900;
}

.blue {
	color: #0000ff;
}

.pink{
	color: #ff00cc;
}

.gray{
	color: #666666;
}

.big {
	font-size: 12pt;
}


.small {
	font-size: 9pt;
}

strong{
	font-size: larger;
	font-weight: 600;
}

.underline{
	text-decoration: underline;
}