@charset "utf-8";
/* CSS Document */

/* **************Index.html CSS*************** */
#main-img {
	border-bottom:7px solid #e2e2e2;
}
#body{
	width:930px;
	height:100%;
	margin:15px 0 10px;
}
.body_main {
	margin-bottom:30px;
	height:100%;
}
.main {
	float:left;
	width:700px;
	height:100%;
}
/* box
------------------------------------*/
.box {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
	height:100%;
}
.box h3 {
	font-size:120%;
	padding-bottom:7px;
	border-bottom:3px dotted #0384f6;
	margin-bottom:15px;
	height:100%;
}
.box.detail h3 {
	font-size:180%;
}
.box h3 a {
	text-decoration:none;
}
.box_l {
	float:left;
	width:240px;
	height:100%;
}
.box_r {
	float:right;
	width:445px;
	height:100%;
}
.btn_shop {
	width:144px;
	height:24px;
	margin-top:8px;
	margin-left:10px;
	float:right;
}
.btn_shop a:hover img{ 
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
	cursor:pointer;
}
/* btn_print
------------------------------------*/
.btn_print {
	width:144px;
	height:24px;
	margin-top:8px;
	float:right;
}
.btn_print a:hover img{ 
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
	cursor:pointer;
}
/* table
------------------------------------*/
.job_table {
	width:100%;
	height:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
}
.job_table th ,
.job_table td {
	border:1px solid #ccc;
}
.job_table th {
	background-color:#efefef;
	padding-left:15px;
	text-align:left;
	width:120px;
}
.job_table td {
	padding-left:10px;
}































