@charset "shift_jis";
/*-------------------------------------------------------------
	text
-------------------------------------------------------------*/
#text{
	margin-top: 30px;
	padding: 0 100px;
	text-align: left;
}


#text h1{
	margin: 15px 0;
	font-size: 18pt;
	line-height: 200%;
	text-align: left;
	font-weight: normal;
}


#text h2{
	margin: 10px 0;
}

#text h3{
	margin: 15px 0 0;
}


#text p{
	margin: 0 0 0 10px;
	font-size: 10pt;
}

#text ul{
	list-style: none;
	margin: 15px 0 10px 10px;
}

#text li{
	margin: 0 0 25px 0;
	padding-left: 2em;
	background: url(../images/bg_li.gif) no-repeat 0 -0.1em #fff;
	font-size: 11pt;
	font-weight: 600;
}


.right{
	float: right;
	margin: 0 0 15px 15px;
}

.clear{
	clear: both;
}
/*-------------------------------------------------------------
	tourokubox
-------------------------------------------------------------*/
#tourokubox{
	margin: 0 0 5px;
	padding: 10px;
	padding-left: 20px;
	background: #88dfd2;
	text-align: left;
}

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

#button a span{
	display: none;
}

#button a:hover{
	background-position: 0 -60px;
}

/*-------------------------------------------------------------
	font
-------------------------------------------------------------*/
.red {color: #ff0000;}
.orange {color: #ff9900;}
.blue {color: #0000ff;}
.pink{color: #ff00cc;}
.gray{color: #666666;}

.f11 {font-size: 11pt;}
.f12 {font-size: 12pt;}
.f13 {font-size: 13pt; line-height: 150%;}
.f14 {font-size: 14pt; line-height: 160%;}

.small {font-size: smaller;}

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

.underline{text-decoration: underline;}
.bold{font-weight: 700;}
