@charset "utf-8";
@import "/common/css/header.css";
@import "/common/css/structure.css";
@import "/common/css/footer.css";

/* =======================================

	Partner CSS

========================================== */

/* -----------detail------------ */
#detail{
	padding: 0;
	width: 980px; 
}

#detail h1{
	clear: both;
	height: 40px;
	padding-top: 10px;
	margin: 50px 50px 30px 50px ;
	font-size: x-large;
	text-indent: 40px;
	line-height: 40px;
	background: url(../image/bg_ttl.jpg) left top no-repeat;
	color: #555;
	
}


#detail table{
	margin-left: 90px;
}


#detail th{
	padding: 15px 60px 0 0;
}

#detail td{
	padding-top: 15px;
}

#detail a{
	padding: 0 15px 5px 15px;
	background: url(/common/image/ico01.gif) left top no-repeat;
}

