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




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


#text h1{
	font-size: 14pt;
	line-height: 180%;
	text-align: left;
	font-weight: bolder;
}


#text h2{
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	border-bottom: 5px solid #369;
	background: #333;
	font-size: 13pt;
	line-height: 150%;
	text-align: left;
	font-weight: bolder;
	color: #fff;
}

#text ul{
	margin: 15px 0;
}

#text li{
	margin-left: 10px;
	padding: 0;
	font-size: 11pt;
	font-weight: bolder;
}

#tourokubox{
	margin: 10px 0 5px;
	padding: 10px;
	padding-left: 20px;
	border: 1px solid #999;
	background: #ffc;
	text-align: left;
}

#dlbutton a{
	display: block;
	width: 600px;
	height: 100px;
	background: url(../images/button_dl.jpg) no-repeat 0 0;
}

#dlbutton a span{
	display: none;
}

#dlbutton a:hover{
	background-position: 0 -100px;
}


/*---------- 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{
	font-size: smaller;
	text-decoration: underline;
}