@charset "UTF-8";

/*
--------------------------------------------------
Tenpo Style [ tenpo.css ]
--------------------------------------------------
	1.H4
	2.P
	3.Table


	ClearFix
--------------------------------------------------*/



/* 1.H4
--------------------------------------------------*/
#main .maincontents h4 {
	font-size: 1.4em;
	margin-bottom: 5px;
}


/* 2.P
--------------------------------------------------*/
#main .maincontents p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: 10px;
}


/* 3.Table
--------------------------------------------------*/
#main .maincontents table {
	border: solid 1px #ff9999;
	border-collapse: collapse;
	margin-top: 10px;
}
#main .maincontents table tr th {
	border: solid 1px #ff9999;
	background-color: #ffeeee;
	width: 250px;
	font-size: 1.1em;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
#main .maincontents table tr td {
	border: solid 1px #ff9999;
	font-size: 1.1em;
	padding: 3px;
}