@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css"; /* initial setting */

a:link {
	color: #508ae9;
	text-decoration: none;
}
a:visited {
	color: #5e50e9;
	text-decoration: none;	
}
a:hover {
	color: #e97f50;
	text-decoration: underline;
}
a:active {
	color: #508ae9;
	text-decoration: none;	
}


.section {
	margin-bottom: 1.5em;
}
.blogEntryBody h4 {
	background: url(images/h4Point.gif) no-repeat 0 0;
	padding-left: 15px;
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 5px;
}
table.tenpo {
	width: 420px;
}
table.tenpo td,
table.tenpo th {
	padding: 5px;
	vertical-align: top;
}
table.tenpo th {
	border-bottom: #bf6e71 2px solid;
	text-align: right;
	width: 110px;
}
table.tenpo td {
	border-bottom: #81796c 1px solid;
}
table.tenpo td.bottomChild,
table.tenpo th.bottomChild {
	border-bottom: none;
}
.red {
	color: #FF0000;
}

table.outline {
	width: 500px;
}
table.outline td,
table.outline th {
	padding: 10px 10px 5px 10px;
	border-bottom: #898989 1px solid;
	vertical-align: bottom;
}
table.outline tr {
	border-bottom: #898989 1px solid;
}
table.outline th {
	background: url(images/tablePoint.gif) no-repeat right bottom;
	width: 130px;
	text-align: right;
}
table.outline tr.bottomChild {
	border: none;
}
table.outline th.bottomChild,
table.outline td.bottomChild {
	background: none;
	border:none;
}

