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




/*-------------------------------------------------------------
	content
-------------------------------------------------------------*/
#text{
	margin-top: 30px;
	width: 600px;
	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-top: 10px;
	border-bottom: 3px solid #f09;
	font-size: 14pt;
	line-height: 200%;
	font-weight: 600;
	text-align: left;
}


#text p{
	font-size: 10pt;
	line-height: 200%;
}

#text .w60{
	margin: 0 auto;
	width: 90%;
}

#message{
	border: 1px solid #f00;
	background: #fff;
	margin: 15px auto 5px;
	padding: 8px 0 8px 20px;
}

#message ul{
	list-style: none;
}

#message li{
	margin: 15px 0;
	padding-left: 20px;
	background: url(../images/bg_list.gif) no-repeat 0 0.2em;
	font-size: 13pt;
	font-weight: 600;
}

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

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

#button a span{
	display: none;
}

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




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


.orange {
	color: #ff9900;
}

.blue {
	color: #0000ff;
}

.pink{
	color: #ff00cc;
}

.gray{
	color: #666666;
}

.big {
	font-size: 12pt;
}


.small {
	font-size: smaller;
}

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

.underline{
	font-size: smaller;
	text-decoration: underline;
}