@charset "UTF-8";

/*
--------------------------------------------------
Recruit Style
--------------------------------------------------
	1.H3
	2.Ul
	3.Table
--------------------------------------------------*/



/* 1.H3
--------------------------------------------------*/
#body h3 {
	background: url(../images/quick_title.gif) 0 0 no-repeat;
	width: 980px;
	height: 50px;
	margin-bottom: 20px;
}
#body h3 strong {
	display: none;
}


/* 2.H4
--------------------------------------------------*/
#body h4 {
	font-size: 1.5em;
	color: #ff3300;
	margin: 0 0 5px 20px;
}


/* 3.P
--------------------------------------------------*/
#body p {
	width: 960px;
	font-size: 1.2em;
	line-height: 1.5;
	color: #666666;
	margin: 0 0 20px 20px;
}


/* 2.Table
--------------------------------------------------*/
#body table {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin: 0 0 30px 20px;
}
#body table tr th {
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	width: 200px;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
}
#body table tr td {
	border: solid 1px #cccccc;
	font-size: 1.5em;
	padding: 5px 10px;
}


/* 2.H5
--------------------------------------------------*/
#body h5 {
	font-size: 1.4em;
	margin: 0 0 10px 20px;
	padding-left: 5px;
}


/* 2.Ul
--------------------------------------------------*/
#body ul {
	width: 920px;
	margin: 0 0 20px 40px;
}
#body ul li {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 5px;
}


/* 2.Body
--------------------------------------------------*/
#body {
	background: url(../images/quick_image.gif) 90% 90% no-repeat;
}

