@charset "utf-8";
@import url(../../css/common.css);

/* ---------------------------------------------
	CSS Document Contents
--------------------------------------------- */

.greeting .f_left {
	width: 144px;
	text-align: left;
}

.greeting .f_left small {
	display: block;
	margin-top: 10px;
	line-height: 140%;
}

.greeting .f_right {
	width: 380px;
	text-align: left;
}

.greeting .f_right p {
	margin-right: 5px;
	margin-bottom: 10px;
	line-height: 170%;
}

.greeting ul {
	margin-bottom: 15px;
	padding: 5px 0 0;
	list-style: none;
}

.greeting li {
	padding: 5px 0 8px;
	background: url(../../images/line.gif) repeat-x bottom;
	text-align: left;
}

#outline {
	padding-top: 3px;
	background: url(../../images/line.gif) repeat-x 0 0;
}

table {
	width: 546px;
	margin: 0 0 18px;
	text-align: left;
	border-collapse: collapse;
	font-size: 100%;
}

table th {
	width: 140px;
	padding: 5px 10px;
	background: url(../images/th_bg.jpg) no-repeat left bottom;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	line-height: 160%;
}

table td {
	width: 366px;
	padding: 5px 10px;
	background: url(../../images/line.gif) repeat-x left bottom;
}
