@charset "shift_jis";
/*-------------------------------------------------------------
	header
-------------------------------------------------------------*/
#header h1{
	margin: 0;
	padding: 0;
}
/*-------------------------------------------------------------
	content
-------------------------------------------------------------*/
#text{
	width: 600px;
	padding: 0 100px 20px;
	text-align: left;
}

#text h2{
	margin: 30px 0 15px;
	padding: 5px 0 3px;
	background: #ff0;
	border-bottom: 2px solid #f00;
	font-size: 12pt;
	line-height: 160%;
	font-weight: 700;
	text-align: left;
}

#form{
	margin: 20px 0 15px;
	padding: 55px 0 15px;
	background: url(../images/bg_form.gif) no-repeat 0 0 #ffc;
	text-align: left;
}

#form h3{
	display: none;
}

#form table{
	margin-left: 10px;
}

#profile{
	width: 100%;
	background: #ffc;
	border: 1px solid #f00;
	padding: 10px 0;
	margin: 15px 0;
}

#profile h3{
	margin: 0 10px;
	padding-bottom: 3px;
	border-bottom: 2px dotted #f00;
	font-size: 12pt;
	font-weight: 600;
}

#profile img{
	float: right;
	margin: 10px;
}

#profile p{
	margin: 10px;
}

#profile h4{
	margin: 20px 10px 10px 10px;
	padding: 5px 0 3px;
	background: #fff;
	border-bottom: 4px double #f00;
	font-size: 11pt;
	font-weight: 600;
}

#profile h5{
	margin: 20px 10px 10px 10px;
	font-size: 10pt;
	border-bottom: 1px dotted #333;
}

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

#button a span{
	display: none;
}

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


.clear{
	clear: both;
}
/*---------- fonts ----------*/
.bold{font-weight: 600;}
.red{color: #ff0000;}
.small{font-size: 9pt;}
.under{text-decoration: underline;}

strong{font-weight: 600;}

.f11{font-size: 11pt;}
.f12{font-size: 12pt;}
.f13{font-size: 13pt;}
.f20{font-size: 20pt;}