@charset "UTF-8";
/*---------------------------------------------------------------
public/style.css
-----------------------------------------------------------------*/


.main h2{
	margin-bottom:30px;
	
}


.public-info h3{
	padding-bottom: 40px;
	margin: 0px;
}

.entry h3{
	margin-bottom: 15px;	
}

p.lp{
	padding-bottom: 5px;
}

p.lp strong{
	font-size: 16px;
}
p.lp strong.big{
	font-size: 20px;
	line-height: 140%;
}

p.lp .blue{
	color: #333399;
}
p.lp .red{
	color: #cc0000;
}
p.lp .orange{
	color: #DD5800;
}
p.lp .green{
	color: #009999;
}
p.lp .ub{
	text-decoration: underline;
}
p.lp .bk-y{
	background-color: #FF0;
}


table.tb{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
table.tb th,
table.tb td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 8px;
}
table.tb th{
	width: 20%;
	background-color: #F6F6F6;
	text-align: center;
}