@charset "utf-8";
body {
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #000000;
	line-height: 1.5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
a {
	color: #003399;
	text-decoration: none;
	}
	
a:hover {
	color: #0099CC;
	text-decoration: none;
	}	

.title {
	border-bottom: 1px solid #666666;
	}
	
	
.menu {
	border-bottom: 1px solid #666666;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	line-height: 1.6;
	font-size: 12px;
	}
	
.menu a{
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
.menu a:hover{
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFC4C4;
	}
	
	
#history{
	border-bottom: 1px solid #FF0000;
    border-right: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	background-repeat: no-repeat;
	padding-left: 5px;
	line-height: 1.7;
	}

.interviewer {
	color: #990000;
}
	
.smalltext {
	font-size: 9.5px;
	color: #000000;
}

.small {
	font-size: 12px;
	color: #FFFFFF;
}

.small a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.small a:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.midashi {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	color: #FF0000;
	background-image: url(j/image/title_bar.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
	line-height: 1;
}


.komidashi {
	font-size: 15px;
	font-weight: bold;
	color: #660000;
	line-height: 1;

}

p.flt_img_right img {
float:right;
margin:0 0 0 5px;
}


/* form
----------------------------------------------- */
#alert {
	color: #f30;
	font-weight: bold;
	margin: 15px 0 0 15px!important:
}

#form table {
	width: 400px;
	border: 1px solid #dcdcdc;
	margin: 15px 0 0;
}
#form table tr {
	vertical-align: top;
}
#form table th {
	background: #CCF;
	color: #000;
	width: 1%;
	white-space: nowrap;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 5px;
}
#form table td {
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 8px;
}

#form table td #name,
#form table td #name_kana {
	width: 200px;
	border: 1px solid #c8c8c8;
}
#form table td #mail {
	width: 290px;
	border: 1px solid #c8c8c8;
}
#form table td #number {
	width: 50px;
	border: 1px solid #c8c8c8;
}

#form table td #messege {
	border: 1px solid #c8c8c8;
}

#form table td #name:focus,
#form table td #name_kana:focus,
#form table td #mail:focus,
#form table td #phone:focus,
#form table td #messege:focus,{
	background: #f2f9ff;
}

#form table td #mail,
#form table td #phone,
#form table td #number,
#form table td #date1,
#form table td #date2 {
	ime-mode: disabled;
}

