@charset "utf-8";
/* CSS Document */

/*==========================================================

初めての方へ

============================================================ */

#First{
	width:700px;
	margin:0 auto;
}

#First h4{
	padding-left:6px;	
}

#First .fs16 p{
	font-size:16px;
}

#First .cntBox{
	width:610px;
	margin:15px auto;
}

#First .about{
	background: url(../img/bg-tile.png) 0 0 repeat-y;
	padding-left:30px;
	padding-bottom:20px;
	width:580px;
	margin:15px auto 2.5em;
}

#First .about h5{
	padding-bottom:7px;
	border-bottom:1px solid #3c81c0;	
	margin-bottom:8px;
}

#First .aboutTxt{
	margin-left:25px;
	margin-bottom:1.5em;
}

#First .aboutTxt p{
	font-size:14px;	
}

#First .aboutTxt table{
	margin-left:72px;
	width:485px;
}

#First .aboutTxt td,
#First .aboutTxt th{
	background: url(../img/dotline.gif) 0 bottom repeat-x;
	padding-bottom:2px;
	font-size:14px;	
}

#First .aboutTxt th{
	text-align:left;
	padding-left:5px;
	padding-top:5px;
}

#First .aboutTxt td{
	text-align:right;	
}
#First .aboutTxt .last{
	background:none;	
}

#First .aboutTxt .btn{
	text-align:right;
	margin-top:.5em;
}

#First .greeting{}

#First .greeting p{
	margin-bottom:1em;	
}

#First .greetTbl{
	width:600px;
	margin:0 auto;
}

#First .greetTbl th,
#First .greetTbl td{
	border-bottom:1px solid #e95478;	
	padding-top:30px;
	padding-bottom:5px;
}

#First .greetTbl th{
	text-align:left;	
}

#First .greetTbl td{
	text-align:right;	
}


