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

 a, a:link, a:visited{
	color: #396;
	text-decoration: none;
}
 a:active, a:hover{
	color: #F90;
	text-decoration: underline;
}


/*パンフレットページ */


h4.h4red{
	margin-top:10px;
	color:#F36;
	font-size:14px;
	border-left:#F36 double 10px;
	padding-left:10px;
	letter-spacing:0.4em;
	}
	
h5.h5blue{
	margin-top:10px;
	color:#069;
	font-size:12px;
	border-left:#069 double 15px;
	padding-left:10px;
	letter-spacing:0.2em;
	}


table.pamphg {/* パンフレットテーブル */
	margin-left:10px;
	margin-top:10px;
	margin-bottom:30px;
	border-collapse:collapse;
	border-spacing:0px;
	}
	
table.pamphg td{
	width:480px;
	padding:5px 10px;
	vertical-align: top;
	border: 2px solid #9C9;
	}

table.pamphg th{
	width:150px;
	border: 2px solid #9C9;
	text-align:center;
	}
	
p.ptitle{/* パンフレットのタイトル */
	font-size: 16px;
	font-weight:bold;
	}
/*
p.ptitle a {
	text-decoration: none;
	color: #066;
}

p.ptitle a:hover{
    color: #0aa;
}*/

div.img{
	margin:10px auto;
	}